Skip to content

Commit

Permalink
Simplify pom properties
Browse files Browse the repository at this point in the history
  • Loading branch information
olevitt committed Nov 22, 2024
1 parent 50209e9 commit 1a9e9ac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
4 changes: 0 additions & 4 deletions helm-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
<name>helm-wrapper</name>
<description>Simple wrapper for Helm (https://helm.sh)</description>

<properties>
<java.version>21</java.version>
</properties>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down
4 changes: 0 additions & 4 deletions onyxia-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@
</dependency>
</dependencies>

<properties>
<java.version>21</java.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
4 changes: 0 additions & 4 deletions onyxia-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
<artifactId>onyxia</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</distributionManagement>
<properties>
<fabric8io.version>6.13.4</fabric8io.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.release>21</maven.compiler.release>
<java.version>21</java.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 1a9e9ac

Please sign in to comment.