Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions caffeine-bounded-cache-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<artifactId>caffeine-bounded-cache-support</artifactId>
<name>Operator SDK - Caffeine Bounded Cache Support</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>io.javaoperatorsdk</groupId>
Expand Down
7 changes: 1 addition & 6 deletions micrometer-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@

<artifactId>micrometer-support</artifactId>
<name>Operator SDK - Micrometer Support</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down
5 changes: 0 additions & 5 deletions operator-framework-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<artifactId>operator-framework-junit-5</artifactId>
<name>Operator SDK - Framework - JUnit 5 extension</name>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>io.javaoperatorsdk</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version>
<directory-maven-plugin.version>1.0</directory-maven-plugin.version>
<impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
</properties>

<modules>
Expand Down
6 changes: 0 additions & 6 deletions sample-operators/leader-election/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<description>An E2E test for leader election</description>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions sample-operators/mysql-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<description>Provisions Schemas in a MySQL database</description>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
4 changes: 0 additions & 4 deletions sample-operators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<name>Operator SDK - Samples</name>
<packaging>pom</packaging>

<properties>
<jib-maven-plugin.version>3.1.4</jib-maven-plugin.version>
</properties>

<modules>
<module>tomcat-operator</module>
<module>webpage</module>
Expand Down
6 changes: 0 additions & 6 deletions sample-operators/tomcat-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<description>Provisions Tomcat Pods and deploys Webapplications in them</description>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions sample-operators/webpage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<description>Provisions an nginx Webserver based on a CRD with give html</description>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down