dependabot[bot]
f3e00b2d28
Bump maven-compiler-plugin from 2.0.2 to 3.11.0 in /tools/java/common ( #2930 )
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) from 2.0.2 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-2.0.2...maven-compiler-plugin-3.11.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
2 years ago
dependabot[bot]
18faf49d96
Bump junit:junit from 4.13.1 to 4.13.2 in /tools/java ( #3120 )
Bumps [junit:junit](https://github.com/junit-team/junit4 ) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
2 years ago
dependabot[bot]
811f70908d
Bump org.codehaus.mojo:build-helper-maven-plugin from 1.9.1 to 3.4.0 ( #3163 )
Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin ) from 1.9.1 to 3.4.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-1.9.1...3.4.0 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Tijana Vislavski Gradina
a0c12d6103
Increasing Java version to 1.7 to be compatible with other poms ( #2733 )
4 years ago
penmetsaa
9a7be5813d
Bumpup junit and commons.io versions for security reasons.
4 years ago
penmetsaa
7fc18a87e9
Libphonenumber java jars are now compiled at java v1.6 (previously v1.5) ( #2359 )
* class file java version check wrt maven config
* Recommiting the jars built with updated java version
* Updating encoding for demo as well for consistency
7 years ago
Keghani Kouzoujian
48cb8cea46
Test filter metadata ( #1437 )
9 years ago
Keghani Kouzoujian
96d90b1b1a
Remove protobuf-javanano dependency ( #1348 )
We remove the dependency on protobuf (protobuf-javanano) from the Java library, resurrecting java/libphonenumber/src/com/google/i18n/phonenumbers/Phonemetadata.java which was present until libphonenumber-7.1.1.
Does not affect the C++ or JavaScript libraries.
9 years ago
Keghani Kouzoujian
c685bb4fcf
Maven to use protobuf-javanano 3.0.0-alpha-7 from Maven Central
9 years ago
Keghani Kouzoujian
e02e7aa1e2
Fix Maven project hierarchy and plugin versions, also moving towards a hermetic build ( #1192 )
Great!
10 years ago
David Yonge-Mallo
f3e41c52fb
Install protobuf-java into java/lib instead of using it from Maven repository.
10 years ago
David Yonge-Mallo
331094d2b5
remove Builders from Phonemetadata (BuildMetadataCppFromXml.writePhoneMetadataCollection temporarily disabled)
10 years ago
David Yonge-Mallo
d8268984e4
Install protobuf-java into java/lib instead of using it from Maven repository.
10 years ago
David Yonge-Mallo
1fdda75a88
remove Builders from Phonemetadata (BuildMetadataCppFromXml.writePhoneMetadataCollection temporarily disabled)
10 years ago
Daniel Pocock
5c900c6797
Remove version constraints for plugins required to build tools.
Normally it is not a good idea to place <version> constraints in the
definition of plugins in pom.xml unless a specific version really is
needed.
This patch removes the constraints.
There are various benefits to this, one of them is that it will always
build with the latest packaged version of the plugins on a Debian or
Ubuntu system.
Author: daniel@pocock.pro
R=jia.shao.peng@gmail.com
BUG=
Review URL: https://codereview.appspot.com/122480043
11 years ago
Philippe Liard
b5b7c3bbf8
JAVA: Move java code to java/libphonenumber.
This is required for the incoming Maven refactoring adding a separate geocoder module.
BUG=57
Review URL: http://codereview.appspot.com/5376090
14 years ago
Nikolaos Trogkanis
2980262b6d
Fixed a few findbugs warnings and added a build rule to generate metadata for JavaScript.
15 years ago
Philippe Liard
2e1b9b2706
TOOLS: Add pom.xml file in tools/java/common/.
15 years ago
Philip Liard
253206d9be
TOOLS: Removing test files from build-dependencies jar.
15 years ago
Philip Liard
88fc7a704d
TOOLS: Adding metadata code generation to C++ build tools.
15 years ago
Philip Liard
f9f146b4be
TOOLS: Adding pom.xml for C++ build tools.
15 years ago