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 release troilus-parent-0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Mar 8, 2015
1 parent e04a54a commit 83abf80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion 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-SNAPSHOT</version>
<version>0.10</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -94,5 +94,9 @@
</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-SNAPSHOT</version>
<version>0.10</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-SNAPSHOT</version>
<version>0.10</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-SNAPSHOT</version>
<version>0.10</version>
</dependency>


Expand Down

0 comments on commit 83abf80

Please sign in to comment.