Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsonschema2pojo-0.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Mar 28, 2017
1 parent 528ce3c commit dd7228e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jsonschema2pojo-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema2pojo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jsonschema2pojo</artifactId>
<groupId>org.jsonschema2pojo</groupId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>
</parent>

<artifactId>jsonschema2pojo-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.jsonschema2pojo</groupId>
<artifactId>jsonschema2pojo</artifactId>
<version>0.4.33-SNAPSHOT</version>
<version>0.4.33</version>

<packaging>pom</packaging>
<name>jsonschema2pojo</name>
Expand Down

0 comments on commit dd7228e

Please sign in to comment.