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
seanf committed Aug 27, 2012
1 parent d097fe6 commit ebbcc29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ant-gettext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>tennera</artifactId>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
</parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>ant-gettext</artifactId>
<packaging>jar</packaging>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<name>Tennera Ant-Gettext</name>
<description>
${project.name} provides several Ant tasks for dealing with GNU Gettext catalog
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jgettext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>tennera</artifactId>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
</parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<packaging>jar</packaging>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<name>Tennera JGettext</name>
<description>
${project.name} provides the ability to read/parse and write GNU Gettext catalog files (PO and POT files)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>tennera</artifactId>
<version>0.9</version>
<version>0.10-SNAPSHOT</version>
<name>Tennera</name>
<url>https://fedorahosted.org/tennera</url>
<packaging>pom</packaging>
Expand Down Expand Up @@ -69,7 +69,7 @@
<connection>scm:git:git://github.com/zanata/tennera.git</connection>
<developerConnection>scm:git:[email protected]:zanata/tennera.git</developerConnection>
<url>https://github.com/zanata/tennera</url>
<tag>tennera-0.9</tag>
<tag>HEAD</tag>
</scm>
<properties>
<compileSource>1.6</compileSource>
Expand Down

0 comments on commit ebbcc29

Please sign in to comment.