Skip to content

Commit

Permalink
[maven-release-plugin] prepare release tennera-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Aug 31, 2009
1 parent 221919f commit 3890f15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>ant-gettext</artifactId>
<packaging>jar</packaging>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<name>Tennera Ant-Gettext</name>
<description>
${name} provides several Ant tasks for dealing with GNU Gettext catalog
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</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.6-SNAPSHOT</version>
<version>0.6</version>
</parent>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>jgettext</artifactId>
<packaging>jar</packaging>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<name>Tennera JGettext</name>
<description>
${name} provides the ability to read/parse and write GNU Gettext catalog files (PO and POT files)
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.fedorahosted.tennera</groupId>
<artifactId>tennera</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<name>Tennera</name>
<!--
FH apparently can't host Maven-generated sites...
Expand Down Expand Up @@ -63,9 +63,9 @@
</license>
</licenses>
<scm>
<connection>scm:svn:http://svn.fedorahosted.org/svn/tennera/trunk</connection>
<developerConnection>scm:svn:svn+ssh://svn.fedorahosted.org/svn/tennera/trunk</developerConnection>
<url>https://fedorahosted.org/tennera/browser/trunk</url>
<connection>scm:svn:http://svn.fedorahosted.org/svn/tennera/tags/tennera-0.6</connection>
<developerConnection>scm:svn:svn+ssh://svn.fedorahosted.org/svn/tennera/tags/tennera-0.6</developerConnection>
<url>https://fedorahosted.org/tennera/browser/tags/tennera-0.6</url>
</scm>
<properties>
<compileSource>1.6</compileSource>
Expand Down

0 comments on commit 3890f15

Please sign in to comment.