Browse Source

Re-adding the oss-sonatype tag to the pom file so that releases can be performed.

pull/567/head
Lara Scheidegger 12 years ago
committed by Mihaela Rosca
parent
commit
cc94668530
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      java/pom.xml

+ 6
- 0
java/pom.xml View File

@ -7,6 +7,12 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<url>http://code.google.com/p/libphonenumber/</url> <url>http://code.google.com/p/libphonenumber/</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<description> <description>
Google's common Java library for parsing, formatting, storing and validating international phone numbers. Google's common Java library for parsing, formatting, storing and validating international phone numbers.
Optimized for running on smartphones. Optimized for running on smartphones.


Loading…
Cancel
Save