Skip to content

Commit

Permalink
[maven-release-plugin] prepare release gettext-commons-0_9_8
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 22, 2013
1 parent 7b3d870 commit 0fe2b60
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.gettext-commons</groupId>
<artifactId>gettext-commons</artifactId>
<packaging>jar</packaging>
<version>0.9.8-SNAPSHOT</version>
<version>0.9.8</version>
<name>Gettext Commons</name>
<url>http://code.google.com/p/gettext-commons/</url>
<description>
Expand Down Expand Up @@ -63,12 +61,12 @@
</dependencies>
<scm>
<connection>
scm:svn:http://gettext-commons.googlecode.com/svn/trunk
scm:svn:http://gettext-commons.googlecode.com/svn/tags/gettext-commons-0_9_8
</connection>
<developerConnection>
scm:svn:https://gettext-commons.googlecode.com/svn/trunk
scm:svn:https://gettext-commons.googlecode.com/svn/tags/gettext-commons-0_9_8
</developerConnection>
<url>http://gettext-commons.googlecode.com/svn/trunk</url>
<url>http://gettext-commons.googlecode.com/svn/tags/gettext-commons-0_9_8</url>
</scm>
<build>
<sourceDirectory>src/java</sourceDirectory>
Expand Down

0 comments on commit 0fe2b60

Please sign in to comment.