Skip to content

Commit 2c882b2

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent bed2b8b commit 2c882b2

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

caffeine-bounded-cache-support/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>io.javaoperatorsdk</groupId>
2323
<artifactId>java-operator-sdk</artifactId>
2424
<version>5.3.1-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627

2728
<artifactId>caffeine-bounded-cache-support</artifactId>

operator-framework-junit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>io.javaoperatorsdk</groupId>
2323
<artifactId>java-operator-sdk</artifactId>
2424
<version>5.3.1-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627

2728
<artifactId>operator-framework-junit</artifactId>

operator-framework/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<groupId>io.javaoperatorsdk</groupId>
2323
<artifactId>java-operator-sdk</artifactId>
2424
<version>5.3.1-SNAPSHOT</version>
25+
<relativePath>../pom.xml</relativePath>
2526
</parent>
2627

2728
<artifactId>operator-framework</artifactId>

sample-operators/controller-namespace-deletion/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-controller-namespace-deletion</artifactId>

sample-operators/leader-election/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-leader-election</artifactId>

sample-operators/metrics-processing/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-metrics-processing</artifactId>

sample-operators/mysql-schema/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-mysql-schema-operator</artifactId>

sample-operators/tomcat-operator/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-tomcat-operator</artifactId>

sample-operators/webpage/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.javaoperatorsdk</groupId>
2424
<artifactId>sample-operators</artifactId>
2525
<version>5.3.1-SNAPSHOT</version>
26+
<relativePath>../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>sample-webpage-operator</artifactId>

0 commit comments

Comments
 (0)