Skip to content

Commit fb335f5

Browse files
[maven-release-plugin] prepare release jsonmerge-1.0.0
1 parent 32ddfbb commit fb335f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonmerge-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>net.obvj</groupId>
2222
<artifactId>jsonmerge</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2424
</parent>
2525

2626
<artifactId>jsonmerge-core</artifactId>

pom.xml

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

2121
<groupId>net.obvj</groupId>
2222
<artifactId>jsonmerge</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>JSON Merge</name>
@@ -51,7 +51,7 @@
5151
<url>https://obvj.net/jsonmerge</url>
5252
<connection>scm:git:git://github.com/oswaldobapvicjr/jsonmerge.git</connection>
5353
<developerConnection>scm:git:ssh://[email protected]/oswaldobapvicjr/jsonmerge.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>jsonmerge-1.0.0</tag>
5555
</scm>
5656

5757
<issueManagement>

0 commit comments

Comments
 (0)