Skip to content

Commit 1720434

Browse files
author
Sheridan C Rawlins
committed
prepare for 1.4 release.
1 parent 0a41d44 commit 1720434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<groupId>com.googlecode.protobuf-java-format</groupId>
99
<artifactId>protobuf-java-format</artifactId>
1010
<name>protobuf-java-format</name>
11-
<version>1.4-SNAPSHOT</version>
11+
<version>1.4</version>
1212
<description>Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.</description>
1313
<url>https://github.com/bivas/protobuf-java-format</url>
1414
<packaging>jar</packaging>
1515
<scm>
16-
<connection>scm:svn:https://protobuf-java-format.googlecode.com/svn/trunk/</connection>
17-
<developerConnection>scm:svn:https://protobuf-java-format.googlecode.com/svn/trunk/</developerConnection>
18-
<url>https://protobuf-java-format.googlecode.com/svn/trunk/</url>
16+
<connection>scm:svn:https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</connection>
17+
<developerConnection>scm:svn:https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</developerConnection>
18+
<url>https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</url>
1919
</scm>
2020
<licenses>
2121
<license>

0 commit comments

Comments
 (0)