Skip to content

Commit 9a32799

Browse files
prepare projects versions to maven central release
1 parent 725505f commit 9a32799

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

jsondoc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-sample-external/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-sample-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsondoc-master</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

jsondoc-springmvc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.0.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

jsondoc-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>jsondoc-master</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.0.3</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

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

66
<groupId>org.jsondoc</groupId>
77
<artifactId>jsondoc-master</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<packaging>pom</packaging>
1010
<name>jsondoc-master</name>
1111
<url>http://jsondoc.org</url>
@@ -222,7 +222,7 @@
222222
<configuration>
223223
<serverId>ossrh</serverId>
224224
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
225-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
225+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
226226
</configuration>
227227
</plugin>
228228

0 commit comments

Comments
 (0)