Skip to content

Commit 12035c8

Browse files
committed
[RELEASE] Updated project version to v0.0.15
1 parent 3310768 commit 12035c8

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the dependency to your project:
1414
<dependency>
1515
<groupId>com.marcnuri.helm-java</groupId>
1616
<artifactId>helm-java</artifactId>
17-
<version>0.0.14</version>
17+
<version>0.0.15</version>
1818
</dependency>
1919
```
2020

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

helm-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>helm-java</artifactId>

lib/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>lib-api</artifactId>

lib/darwin-amd64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>darwin-amd64</artifactId>

lib/darwin-arm64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>darwin-arm64</artifactId>

lib/linux-amd64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>linux-amd64</artifactId>

lib/linux-arm64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>linux-arm64</artifactId>

lib/windows-amd64/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.marcnuri.helm-java</groupId>
88
<artifactId>helm-java-parent</artifactId>
9-
<version>0.0-SNAPSHOT</version>
9+
<version>0.0.15</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212
<artifactId>windows-amd64</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.marcnuri.helm-java</groupId>
77
<artifactId>helm-java-parent</artifactId>
8-
<version>0.0-SNAPSHOT</version>
8+
<version>0.0.15</version>
99
<packaging>pom</packaging>
1010
<name>Helm Java :: Parent</name>
1111
<description>

0 commit comments

Comments
 (0)