Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsonschema2pojo-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joelittlejohn committed Jan 29, 2023
1 parent d434fa1 commit 9812d5f
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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</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>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>

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

0 comments on commit 9812d5f

Please sign in to comment.