File tree 7 files changed +8
-8
lines changed
fabric8-crd-java-generator-demo
fabric8-java-crd-yaml-generator-demo
kubernetes-client-demo-parent
writing-tests-with-fabric8
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
java-version : ${{ matrix.java }}
26
26
- name : Build Project
27
- run : mvn clean install -fparent
27
+ run : mvn clean install -fkubernetes-client-demo-parent
Original file line number Diff line number Diff line change 21
21
with :
22
22
java-version : ${{ matrix.java }}
23
23
- name : Build Project
24
- run : mvn clean install -fparent
24
+ run : mvn clean install -fkubernetes-client-demo-parent
Original file line number Diff line number Diff line change 7
7
<groupId >io.fabric8</groupId >
8
8
<artifactId >kubernetes-client-demo-parent</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
- <relativePath >../parent/pom.xml</relativePath >
10
+ <relativePath >../kubernetes-client-demo- parent/pom.xml</relativePath >
11
11
</parent >
12
12
<artifactId >fabric8-crd-java-generator-demo</artifactId >
13
13
Original file line number Diff line number Diff line change 7
7
<groupId >io.fabric8</groupId >
8
8
<artifactId >kubernetes-client-demo-parent</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
- <relativePath >../parent/pom.xml</relativePath >
10
+ <relativePath >../kubernetes-client-demo- parent/pom.xml</relativePath >
11
11
</parent >
12
12
13
13
<artifactId >fabric8-java-crd-yaml-generator-demo</artifactId >
44
44
</plugins >
45
45
</build >
46
46
47
- </project >
47
+ </project >
File renamed without changes.
Original file line number Diff line number Diff line change 6
6
<groupId >io.fabric8</groupId >
7
7
<artifactId >kubernetes-client-demo-parent</artifactId >
8
8
<version >1.0-SNAPSHOT</version >
9
- <relativePath >parent/pom.xml</relativePath >
9
+ <relativePath >kubernetes-client-demo- parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<artifactId >kubernetes-client-demo</artifactId >
Original file line number Diff line number Diff line change 7
7
<groupId >io.fabric8</groupId >
8
8
<artifactId >kubernetes-client-demo-parent</artifactId >
9
9
<version >1.0-SNAPSHOT</version >
10
- <relativePath >../parent/pom.xml</relativePath >
10
+ <relativePath >../kubernetes-client-demo- parent/pom.xml</relativePath >
11
11
</parent >
12
12
13
13
<artifactId >writing-tests-with-fabric8</artifactId >
67
67
</profile >
68
68
</profiles >
69
69
70
- </project >
70
+ </project >
You can’t perform that action at this time.
0 commit comments