Skip to content

Commit

Permalink
prepare for 1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheridan C Rawlins committed Nov 9, 2015
1 parent 0a41d44 commit 1720434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<name>protobuf-java-format</name>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<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>
<url>https://github.com/bivas/protobuf-java-format</url>
<packaging>jar</packaging>
<scm>
<connection>scm:svn:https://protobuf-java-format.googlecode.com/svn/trunk/</connection>
<developerConnection>scm:svn:https://protobuf-java-format.googlecode.com/svn/trunk/</developerConnection>
<url>https://protobuf-java-format.googlecode.com/svn/trunk/</url>
<connection>scm:svn:https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</connection>
<developerConnection>scm:svn:https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</developerConnection>
<url>https://protobuf-java-format.googlecode.com/svn/tags/protobuf-java-format-1.4</url>
</scm>
<licenses>
<license>
Expand Down

0 comments on commit 1720434

Please sign in to comment.