diff --git a/jsonschema2pojo-ant/pom.xml b/jsonschema2pojo-ant/pom.xml index 7a9ceb007..367d93d58 100644 --- a/jsonschema2pojo-ant/pom.xml +++ b/jsonschema2pojo-ant/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-ant</artifactId> diff --git a/jsonschema2pojo-cli/pom.xml b/jsonschema2pojo-cli/pom.xml index 6057d84dc..051184e7b 100644 --- a/jsonschema2pojo-cli/pom.xml +++ b/jsonschema2pojo-cli/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-cli</artifactId> diff --git a/jsonschema2pojo-core/pom.xml b/jsonschema2pojo-core/pom.xml index 02320e1e5..9c40eae38 100644 --- a/jsonschema2pojo-core/pom.xml +++ b/jsonschema2pojo-core/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>jsonschema2pojo</artifactId> <groupId>org.jsonschema2pojo</groupId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-core</artifactId> diff --git a/jsonschema2pojo-gradle-plugin/pom.xml b/jsonschema2pojo-gradle-plugin/pom.xml index 4f5a44e0c..40c97af40 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>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-gradle-plugin</artifactId> diff --git a/jsonschema2pojo-integration-tests/pom.xml b/jsonschema2pojo-integration-tests/pom.xml index bf852c9ae..a172bed27 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>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-integration-tests</artifactId> diff --git a/jsonschema2pojo-maven-plugin/pom.xml b/jsonschema2pojo-maven-plugin/pom.xml index 3758d8995..0487288b4 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>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>jsonschema2pojo-maven-plugin</artifactId> diff --git a/pom.xml b/pom.xml index 57d05e1d5..c89fc6912 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <groupId>org.jsonschema2pojo</groupId> <artifactId>jsonschema2pojo</artifactId> - <version>1.2.2</version> + <version>1.2.3-SNAPSHOT</version> <packaging>pom</packaging> <name>jsonschema2pojo</name> @@ -37,7 +37,7 @@ <url>https://github.com/joelittlejohn/jsonschema2pojo</url> <connection>scm:git:git@github.com:joelittlejohn/jsonschema2pojo.git</connection> <developerConnection>scm:git:git@github.com:joelittlejohn/jsonschema2pojo.git</developerConnection> - <tag>jsonschema2pojo-1.2.2</tag> + <tag>HEAD</tag> </scm> <licenses>