Skip to content

Commit 0e5508e

Browse files
committed
[maven-release-plugin] prepare release jsonschema2pojo-0.4.4
1 parent e5eb32f commit 0e5508e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jsonschema2pojo-ant/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-ant</artifactId>

jsonschema2pojo-cli/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-cli</artifactId>

jsonschema2pojo-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>jsonschema2pojo</artifactId>
77
<groupId>org.jsonschema2pojo</groupId>
8-
<version>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

1111
<artifactId>jsonschema2pojo-core</artifactId>

jsonschema2pojo-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

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

jsonschema2pojo-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

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

jsonschema2pojo-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.4.4-SNAPSHOT</version>
8+
<version>0.4.4</version>
99
</parent>
1010

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

pom.xml

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

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

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

0 commit comments

Comments
 (0)