Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Mar 8, 2015
1 parent 83abf80 commit 648a9e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>net.oneandone.troilus</groupId>
<artifactId>troilus-parent</artifactId>
<version>0.10</version>
<version>0.11-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -94,9 +94,5 @@
</plugin>
</plugins>
</build>

<scm>
<tag>troilus-parent-0.10</tag>
</scm>
</project>

2 changes: 1 addition & 1 deletion troilus-core-java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.oneandone.troilus</groupId>
<artifactId>troilus-parent</artifactId>
<version>0.10</version>
<version>0.11-SNAPSHOT</version>
</parent>
<artifactId>troilus-core-java7</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions troilus-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.oneandone.troilus</groupId>
<artifactId>troilus-parent</artifactId>
<version>0.10</version>
<version>0.11-SNAPSHOT</version>
</parent>
<artifactId>troilus-core</artifactId>
<packaging>jar</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>net.oneandone.troilus</groupId>
<artifactId>troilus-core-java7</artifactId>
<version>0.10</version>
<version>0.11-SNAPSHOT</version>
</dependency>


Expand Down

0 comments on commit 648a9e9

Please sign in to comment.