From f89b2c01b142bda35cac3c4cbe724878f921e8b1 Mon Sep 17 00:00:00 2001 From: Danilo Reinert Date: Tue, 6 Jan 2015 18:10:37 -0300 Subject: [PATCH] Release 0.1.0 --- examples/pom.xml | 2 +- examples/requestor-showcase/pom.xml | 2 +- pom.xml | 14 ++++++++++++-- release.sh | 19 +++++++++++++++++++ requestor/core/pom.xml | 2 +- requestor/core/requestor-annotations/pom.xml | 2 +- requestor/core/requestor-api/pom.xml | 2 +- requestor/ext/pom.xml | 2 +- requestor/ext/requestor-gwtjackson/pom.xml | 2 +- requestor/ext/requestor-turbogwt/pom.xml | 2 +- requestor/impl/pom.xml | 2 +- requestor/impl/requestor-gdeferred/pom.xml | 2 +- requestor/pom.xml | 2 +- tools/pom.xml | 2 +- tools/requestor-checkstyle/pom.xml | 2 +- 15 files changed, 44 insertions(+), 15 deletions(-) create mode 100644 release.sh diff --git a/examples/pom.xml b/examples/pom.xml index eb4dd8ac4..4f944f16e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor requestor-project - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/examples/requestor-showcase/pom.xml b/examples/requestor-showcase/pom.xml index b52610431..be500249d 100644 --- a/examples/requestor-showcase/pom.xml +++ b/examples/requestor-showcase/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor.examples requestor-examples-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-showcase diff --git a/pom.xml b/pom.xml index eca52b0c3..afa06a8c9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ io.reinert.requestor requestor-project - 0.1.0-SNAPSHOT + 0.1.0 Requestor Requesting made easy for GWT. @@ -54,6 +54,7 @@ 2.7 3.4 1.6 + 1.9.2 2.2.1 2.16 0.10 @@ -83,7 +84,7 @@ scm:git:ssh://github.com/reinert/requestor.git scm:git:ssh://git@github.com/reinert/requestor.git https://github.com/reinert/requestor - HEAD + 0.1.0 @@ -225,6 +226,15 @@ + + org.apache.maven.plugins + maven-scm-plugin + ${maven-scm-plugin.version} + + requestor-${project.version} + + + org.apache.maven.plugins maven-release-plugin diff --git a/release.sh b/release.sh new file mode 100644 index 000000000..013e983f1 --- /dev/null +++ b/release.sh @@ -0,0 +1,19 @@ +# usage: sh release.sh 0.1.0 0.2.0-SNAPSHOT +mvn clean deploy +mvn install -P!project,examples +mvn site-deploy -P!project,site +mvn versions:set -DnewVersion=$1 +mvn versions:commit +mvn scm:tag +git add . +git commit -m "Release $1" +mvn clean install +mvn deploy -P!project,release +mvn install -P!project,examples +mvn site-deploy -P!project,site +mvn site-deploy -P!project,site -DsitePath=latest +mvn versions:set -DnewVersion=$2 +mvn versions:commit +mvn -Dtag="HEAD" scm:tag +git add . +git commit -m "Start $2 development" diff --git a/requestor/core/pom.xml b/requestor/core/pom.xml index a0de8810c..97207f255 100644 --- a/requestor/core/pom.xml +++ b/requestor/core/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor requestor-parent - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/requestor/core/requestor-annotations/pom.xml b/requestor/core/requestor-annotations/pom.xml index bec9e2972..255781b38 100644 --- a/requestor/core/requestor-annotations/pom.xml +++ b/requestor/core/requestor-annotations/pom.xml @@ -22,7 +22,7 @@ io.reinert.requestor.core requestor-core-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-annotations diff --git a/requestor/core/requestor-api/pom.xml b/requestor/core/requestor-api/pom.xml index d76bffba9..bbd0d353a 100644 --- a/requestor/core/requestor-api/pom.xml +++ b/requestor/core/requestor-api/pom.xml @@ -22,7 +22,7 @@ io.reinert.requestor.core requestor-core-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-api diff --git a/requestor/ext/pom.xml b/requestor/ext/pom.xml index d28e77ed6..9c572d6ae 100644 --- a/requestor/ext/pom.xml +++ b/requestor/ext/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor requestor-parent - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/requestor/ext/requestor-gwtjackson/pom.xml b/requestor/ext/requestor-gwtjackson/pom.xml index 78e829085..8c99bab88 100644 --- a/requestor/ext/requestor-gwtjackson/pom.xml +++ b/requestor/ext/requestor-gwtjackson/pom.xml @@ -22,7 +22,7 @@ io.reinert.requestor.ext requestor-ext-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-gwtjackson diff --git a/requestor/ext/requestor-turbogwt/pom.xml b/requestor/ext/requestor-turbogwt/pom.xml index a61a52796..dfe2be60f 100644 --- a/requestor/ext/requestor-turbogwt/pom.xml +++ b/requestor/ext/requestor-turbogwt/pom.xml @@ -22,7 +22,7 @@ io.reinert.requestor.ext requestor-ext-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-turbogwt diff --git a/requestor/impl/pom.xml b/requestor/impl/pom.xml index b0a4a51ff..9ba234dea 100644 --- a/requestor/impl/pom.xml +++ b/requestor/impl/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor requestor-parent - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/requestor/impl/requestor-gdeferred/pom.xml b/requestor/impl/requestor-gdeferred/pom.xml index 8a5a40869..1c4460a93 100644 --- a/requestor/impl/requestor-gdeferred/pom.xml +++ b/requestor/impl/requestor-gdeferred/pom.xml @@ -22,7 +22,7 @@ io.reinert.requestor.impl requestor-impl-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-gdeferred diff --git a/requestor/pom.xml b/requestor/pom.xml index 7cf1f9a1a..8925e436c 100644 --- a/requestor/pom.xml +++ b/requestor/pom.xml @@ -20,7 +20,7 @@ io.reinert.requestor requestor-project - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/tools/pom.xml b/tools/pom.xml index 6a7f201b6..cecaeabd0 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor requestor-project - 0.1.0-SNAPSHOT + 0.1.0 pom diff --git a/tools/requestor-checkstyle/pom.xml b/tools/requestor-checkstyle/pom.xml index 664ba7a80..40de7048b 100644 --- a/tools/requestor-checkstyle/pom.xml +++ b/tools/requestor-checkstyle/pom.xml @@ -21,7 +21,7 @@ io.reinert.requestor.tools requestor-tools-parent - 0.1.0-SNAPSHOT + 0.1.0 requestor-checkstyle