Skip to content

Commit

Permalink
[RELEASE] Updated project version to v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Dec 23, 2024
1 parent 3310768 commit 12035c8
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the dependency to your project:
<dependency>
<groupId>com.marcnuri.helm-java</groupId>
<artifactId>helm-java</artifactId>
<version>0.0.14</version>
<version>0.0.15</version>
</dependency>
```

Expand Down Expand Up @@ -809,7 +809,7 @@ To release a new version manually:
4. Commit the changes with the following message:
```shell
git add .
git commit -m "[RELEASE] v0.0.14 released, prepare for next development iteration"
git commit -m "[RELEASE] v0.0.15 released, prepare for next development iteration"
git push origin master
```

Expand Down
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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</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</version>
<version>0.0.15</version>
<packaging>pom</packaging>
<name>Helm Java :: Parent</name>
<description>
Expand Down

0 comments on commit 12035c8

Please sign in to comment.