Skip to content

Commit 25ef066

Browse files
authored
Replace starter projects from odo-devfile org (#431)
* Update odo-devfile old starterProjects Signe-off-by: thepetk <thepetk@gmail.com> Signed-off-by: thepetk <thepetk@gmail.com> * Specify branch for nodejs starter projects Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com>
1 parent d25ce62 commit 25ef066

File tree

11 files changed

+17
-11
lines changed

11 files changed

+17
-11
lines changed

stacks/java-maven/1.3.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ starterProjects:
1414
- name: springbootproject
1515
git:
1616
remotes:
17-
origin: 'https://github.com/odo-devfiles/springboot-ex.git'
17+
origin: 'https://github.com/devfile-samples/springboot-ex.git'
1818
components:
1919
- name: tools
2020
container:

stacks/java-maven/1.3.1/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ starterProjects:
1414
- name: springbootproject
1515
git:
1616
remotes:
17-
origin: 'https://github.com/odo-devfiles/springboot-ex.git'
17+
origin: 'https://github.com/devfile-samples/springboot-ex.git'
1818
components:
1919
- name: tools
2020
container:

stacks/java-springboot/1.2.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/java-springboot/1.3.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/java-springboot/1.4.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/java-springboot/2.0.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/java-springboot/2.1.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/java-springboot/2.2.0/devfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ starterProjects:
1515
- name: springbootproject
1616
git:
1717
remotes:
18-
origin: "https://github.com/odo-devfiles/springboot-ex.git"
18+
origin: "https://github.com/devfile-samples/springboot-ex.git"
1919
components:
2020
- name: tools
2121
container:

stacks/nodejs/2.1.1/devfile.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ metadata:
1515
starterProjects:
1616
- name: nodejs-starter
1717
git:
18+
checkoutFrom:
19+
revision: main
1820
remotes:
19-
origin: 'https://github.com/odo-devfiles/nodejs-ex.git'
21+
origin: 'https://github.com/nodeshift-starters/devfile-sample.git'
2022
components:
2123
- name: runtime
2224
container:

stacks/nodejs/2.2.0/devfile.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ metadata:
1414
starterProjects:
1515
- name: nodejs-starter
1616
git:
17+
checkoutFrom:
18+
revision: main
1719
remotes:
18-
origin: 'https://github.com/odo-devfiles/nodejs-ex.git'
20+
origin: 'https://github.com/nodeshift-starters/devfile-sample.git'
1921
components:
2022
- name: runtime
2123
container:

0 commit comments

Comments
 (0)