Skip to content

Commit

Permalink
fix: correct SNAPSHOT version (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa authored Nov 12, 2024
1 parent f18d02b commit 12ca865
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>helm-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>lib-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/darwin-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>darwin-amd64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/darwin-arm64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>darwin-arm64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/linux-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>linux-amd64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/linux-arm64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>linux-arm64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lib/windows-amd64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>windows-amd64</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java-parent</artifactId>
<version>0.0-SNAPSHOT-SNAPSHOT</version>
<version>0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Helm Java :: Parent</name>
<description>
Expand Down

0 comments on commit 12ca865

Please sign in to comment.