From 739d320c1329b4bbdc7566a8cacc2d3e09b612a7 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Wed, 1 Mar 2017 18:24:51 +0000 Subject: [PATCH] [maven-release-plugin] prepare release jsonschema2pojo-0.4.31 --- jsonschema2pojo-ant/pom.xml | 2 +- jsonschema2pojo-cli/pom.xml | 2 +- jsonschema2pojo-core/pom.xml | 2 +- jsonschema2pojo-gradle-plugin/pom.xml | 2 +- jsonschema2pojo-integration-tests/pom.xml | 2 +- jsonschema2pojo-maven-plugin/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jsonschema2pojo-ant/pom.xml b/jsonschema2pojo-ant/pom.xml index cd95c4a28..628a6daa7 100644 --- a/jsonschema2pojo-ant/pom.xml +++ b/jsonschema2pojo-ant/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-ant</artifactId> diff --git a/jsonschema2pojo-cli/pom.xml b/jsonschema2pojo-cli/pom.xml index 38bf1af67..3f0befb67 100644 --- a/jsonschema2pojo-cli/pom.xml +++ b/jsonschema2pojo-cli/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-cli</artifactId> diff --git a/jsonschema2pojo-core/pom.xml b/jsonschema2pojo-core/pom.xml index bb4b5df83..c524e6fe6 100644 --- a/jsonschema2pojo-core/pom.xml +++ b/jsonschema2pojo-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-core</artifactId> diff --git a/jsonschema2pojo-gradle-plugin/pom.xml b/jsonschema2pojo-gradle-plugin/pom.xml index 0d5e2b9f0..2cfee2800 100644 --- a/jsonschema2pojo-gradle-plugin/pom.xml +++ b/jsonschema2pojo-gradle-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-gradle-plugin</artifactId> diff --git a/jsonschema2pojo-integration-tests/pom.xml b/jsonschema2pojo-integration-tests/pom.xml index e63be986c..4563fce27 100644 --- a/jsonschema2pojo-integration-tests/pom.xml +++ b/jsonschema2pojo-integration-tests/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-integration-tests</artifactId> diff --git a/jsonschema2pojo-maven-plugin/pom.xml b/jsonschema2pojo-maven-plugin/pom.xml index 71e883b5c..2a985d2b4 100644 --- a/jsonschema2pojo-maven-plugin/pom.xml +++ b/jsonschema2pojo-maven-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> </parent> <artifactId>jsonschema2pojo-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 63ad67575..a436c8644 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.jsonschema2pojo</groupId> <artifactId>jsonschema2pojo</artifactId> - <version>0.4.31-SNAPSHOT</version> + <version>0.4.31</version> <packaging>pom</packaging> <name>jsonschema2pojo</name>