diff --git a/java/pom.xml b/java/pom.xml index 96a6df62d..ccde4ed49 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.googlecode.libphonenumber libphonenumber - 3.7-SNAPSHOT + 3.6-SNAPSHOT jar libphonenumber http://code.google.com/p/libphonenumber/ @@ -37,6 +37,13 @@ scm:svn:http://libphonenumber.googlecode.com/svn/trunk/java/ + + UTF-8 + + .. + + jia.shao.peng @@ -109,9 +116,9 @@ java -jar - ../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar + ${exec-path-prefix}/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar BuildMetadataProtoFromXml - ../resources/PhoneNumberMetaData.xml + ${exec-path-prefix}/resources/PhoneNumberMetaData.xml src false false @@ -128,9 +135,9 @@ java -jar - ../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar + ${exec-path-prefix}/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar BuildMetadataProtoFromXml - ../resources/PhoneNumberMetaDataForTesting.xml + ${exec-path-prefix}/resources/PhoneNumberMetaDataForTesting.xml test true false @@ -147,9 +154,9 @@ java -jar - ../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar + ${exec-path-prefix}/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar GenerateAreaCodeData - ../resources/geocoding + ${exec-path-prefix}/resources/geocoding src/com/google/i18n/phonenumbers/geocoding/data false @@ -165,9 +172,9 @@ java -jar - ../tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar + ${exec-path-prefix}/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar GenerateAreaCodeData - ../resources/test/geocoding + ${exec-path-prefix}/resources/test/geocoding test/com/google/i18n/phonenumbers/geocoding/testing_data true @@ -260,12 +267,20 @@ + + push-to-central-repository + + + push + true + + + + ../.. + + - - UTF-8 - - junit