Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
shiver-me-timbers committed Sep 26, 2016
1 parent 2f1d4b9 commit f8d7034
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<artifactId>smt-retrying-parent</artifactId>

<version>2.0</version>
<version>2.1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -113,6 +113,6 @@
<connection>scm:git:https://github.com/shiver-me-timbers/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:shiver-me-timbers/${project.artifactId}.git</developerConnection>
<url>https://github.com/shiver-me-timbers/${project.artifactId}</url>
<tag>smt-retrying-parent-2.0</tag>
<tag>HEAD</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions smt-retrying-aspect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<!-- The AspectJ dependency is has provided scope so that it doesn't clash with the version used by the -->
Expand Down
4 changes: 2 additions & 2 deletions smt-retrying-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-spring</artifactId>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<!-- The AspectJ and Spring dependencies are set with provided scope so that they don't clash with the versions -->
<!-- used by the users of this library. -->
Expand Down
2 changes: 1 addition & 1 deletion smt-retrying-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion smt-retrying-test/smt-retrying-aspect-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect-integration</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-integration</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect-integration-spring-test</artifactId>
Expand All @@ -33,18 +33,18 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-integration-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-spring-integration-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-test-components</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-integration</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect-integration-test</artifactId>
Expand All @@ -33,13 +33,13 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-test-executions</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-test-components</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-integration</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect-test-components</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-test-executions</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect-integration</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-aspect-test-executions</artifactId>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-aspect</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-integration-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions smt-retrying-test/smt-retrying-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-integration-test</artifactId>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying-spring-integration-test</artifactId>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-spring</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-integration-test</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion smt-retrying/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.github.shiver-me-timbers</groupId>
<artifactId>smt-retrying-parent</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
</parent>

<artifactId>smt-retrying</artifactId>
Expand Down

0 comments on commit f8d7034

Please sign in to comment.