Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinert committed Jan 6, 2015
1 parent 2caeb13 commit f89b2c0
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/requestor-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor.examples</groupId>
<artifactId>requestor-examples-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-showcase</artifactId>
Expand Down
14 changes: 12 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<name>Requestor</name>
<description>Requesting made easy for GWT.</description>
Expand All @@ -54,6 +54,7 @@
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
<maven-site-plugin.version>3.4</maven-site-plugin.version>
<doxia-module-markdown.version>1.6</doxia-module-markdown.version>
<maven-scm-plugin.version>1.9.2</maven-scm-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>2.16</maven-surefire-plugin.version>
<github.version>0.10</github.version>
Expand Down Expand Up @@ -83,7 +84,7 @@
<connection>scm:git:ssh://github.com/reinert/requestor.git</connection>
<developerConnection>scm:git:ssh://git@github.com/reinert/requestor.git</developerConnection>
<url>https://github.com/reinert/requestor</url>
<tag>HEAD</tag>
<tag>0.1.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -225,6 +226,15 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>${maven-scm-plugin.version}</version>
<configuration>
<tag>requestor-${project.version}</tag>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
Expand Down
19 changes: 19 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion requestor/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.core</groupId>
<artifactId>requestor-core-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.core</groupId>
<artifactId>requestor-core-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-gwtjackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.ext</groupId>
<artifactId>requestor-ext-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-gwtjackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-turbogwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.ext</groupId>
<artifactId>requestor-ext-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-turbogwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/impl/requestor-gdeferred/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.impl</groupId>
<artifactId>requestor-impl-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-gdeferred</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/requestor-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor.tools</groupId>
<artifactId>requestor-tools-parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>requestor-checkstyle</artifactId>
Expand Down

0 comments on commit f89b2c0

Please sign in to comment.