Skip to content

Commit 6c4b596

Browse files
version 1.0.1
1 parent fe7ca27 commit 6c4b596

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

jsondoc-core/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-parent</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<relativePath>../jsondoc-parent/pom.xml</relativePath>
1111
</parent>
1212

jsondoc-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.jsondoc</groupId>
77
<artifactId>jsondoc-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<packaging>pom</packaging>
1010
<name>jsondoc-parent</name>
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-parent</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>../jsondoc-parent/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-parent</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<relativePath>../jsondoc-parent/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-parent</artifactId>
88
<groupId>org.jsondoc</groupId>
9-
<version>1.0.1-SNAPSHOT</version>
9+
<version>1.0.1</version>
1010
<relativePath>../jsondoc-parent/pom.xml</relativePath>
1111
</parent>
1212

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-parent</artifactId>
77
<groupId>org.jsondoc</groupId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<relativePath>jsondoc-parent/pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)