diff --git a/json-view/pom.xml b/json-view/pom.xml index e4ea69b..0bf87af 100644 --- a/json-view/pom.xml +++ b/json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl json-view - 0.4-SNAPSHOT + 0.4 json-view Provides programmatic exclusion/inclusion for Jackson JSON serialization https://github.com/monitorjbl/json-view @@ -143,5 +143,4 @@ test - diff --git a/pom.xml b/pom.xml index db0db79..92c1ced 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,23 @@ 4.0.0 com.monitorjbl - aggregator - 0.4-SNAPSHOT + json-view-aggregator + 1.0 pom + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + + spring-json-view json-view diff --git a/release.sh b/release.sh new file mode 100755 index 0000000..164741c --- /dev/null +++ b/release.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd json-view +mvn versions:set -DnewVersion=0.4 -DgenerateBackupPoms=false && cd .. +cd spring-json-view +mvn versions:set -DnewVersion=0.4 -DgenerateBackupPoms=false && cd .. \ No newline at end of file diff --git a/spring-json-view/pom.xml b/spring-json-view/pom.xml index 49c5373..35e5f0b 100644 --- a/spring-json-view/pom.xml +++ b/spring-json-view/pom.xml @@ -6,7 +6,7 @@ com.monitorjbl spring-json-view - 0.4-SNAPSHOT + 0.4 spring-json-view Provides programmatic JSON response manipulation for Spring MVC https://github.com/monitorjbl/spring-json-view