Skip to content

Commit 31d7eae

Browse files
committed
Do not use schemaVersion value in version to avoid confusion
1 parent 07a7f42 commit 31d7eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/user-guide/partials/proc_adding-projects-to-a-devfile.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section describes how to add one or more projects to a devfile.
2323
schemaVersion: 2.1.0
2424
metadata:
2525
name: petclinic-dev-environment
26-
version: 2.0.0
26+
version: 1.0.0
2727
projects:
2828
- name: petclinic
2929
git:
@@ -41,7 +41,7 @@ projects:
4141
schemaVersion: 2.1.0
4242
metadata:
4343
name: example-devfile
44-
version: 2.0.0
44+
version: 1.0.0
4545
projects:
4646
- name: frontend
4747
git:

0 commit comments

Comments
 (0)