Skip to content

Commit 1512339

Browse files
committed
[maven-release-plugin] prepare release jsonschema2pojo-1.2.1
1 parent 7e274e4 commit 1512339

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jsonschema2pojo-ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-ant</artifactId>

jsonschema2pojo-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-cli</artifactId>

jsonschema2pojo-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-core</artifactId>

jsonschema2pojo-gradle-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-gradle-plugin</artifactId>

jsonschema2pojo-integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-integration-tests</artifactId>

jsonschema2pojo-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-maven-plugin</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jsonschema2pojo</groupId>
1212
<artifactId>jsonschema2pojo</artifactId>
13-
<version>1.2.1-SNAPSHOT</version>
13+
<version>1.2.1</version>
1414

1515
<packaging>pom</packaging>
1616
<name>jsonschema2pojo</name>

0 commit comments

Comments
 (0)