Skip to content

Commit 331ae3a

Browse files
committed
[maven-release-plugin] prepare release 0.9.3
1 parent f7d6629 commit 331ae3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

com.eclipsesource.json.performancetest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.eclipsesource.minimal-json</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
</parent>
1010

1111
<artifactId>minimal-json-performancetest</artifactId>

com.eclipsesource.json/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.eclipsesource.minimal-json</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.9.3-SNAPSHOT</version>
8+
<version>0.9.3</version>
99
</parent>
1010

1111
<artifactId>minimal-json</artifactId>
@@ -115,7 +115,7 @@
115115
<url>https://github.com/ralfstx/minimal-json</url>
116116
<connection>scm:git:git@github.com:ralfstx/minimal-json.git</connection>
117117
<developerConnection>scm:git:git@github.com:ralfstx/minimal-json.git</developerConnection>
118-
<tag>HEAD</tag>
118+
<tag>0.9.3</tag>
119119
</scm>
120120

121121
<developers>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.eclipsesource.minimal-json</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.3</version>
88
<packaging>pom</packaging>
99
<name>parent</name>
1010

@@ -17,7 +17,7 @@
1717
<url>https://github.com/ralfstx/minimal-json</url>
1818
<connection>scm:git:git@github.com:ralfstx/minimal-json.git</connection>
1919
<developerConnection>scm:git:git@github.com:ralfstx/minimal-json.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>0.9.3</tag>
2121
</scm>
2222

2323
<distributionManagement>

0 commit comments

Comments
 (0)