Browse Source

JAVA: Update pom.xml to prepare for v3.0 release.

pull/567/head
Shaopeng Jia 15 years ago
committed by Mihaela Rosca
parent
commit
7e517918c0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      java/pom.xml

+ 2
- 2
java/pom.xml View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.libphonenumber</groupId>
<artifactId>libphonenumber</artifactId>
<version>2.6-SNAPSHOT</version>
<version>3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>libphonenumber</name>
<url>http://code.google.com/p/libphonenumber/</url>
@ -11,7 +11,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>6</version>
<version>7</version>
</parent>
<description>


Loading…
Cancel
Save