dependabot[bot]
6aa526b3a3
Bump org.apache.maven.plugins:maven-compiler-plugin
Bumps the tools-java-data group with 1 update in the /tools/java/data directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ).
Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.14.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: tools-java-data
...
Signed-off-by: dependabot[bot] <support@github.com>
2 weeks ago
mandlil
33a009a078
Increase java version from 1.7 to 8 for compatibility with other pom's ( #3816 )
* Increse the java version from 7 to 8 to compatible pom's
10 months 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]
5b1a0251f9
Bump org.mortbay.jetty:maven-jetty-plugin from 6.1.10 to 6.1.26 ( #3162 )
Bumps org.mortbay.jetty:maven-jetty-plugin from 6.1.10 to 6.1.26.
---
updated-dependencies:
- dependency-name: org.mortbay.jetty:maven-jetty-plugin
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
penmetsaa
9a7be5813d
Bumpup junit and commons.io versions for security reasons.
4 years ago
penmetsaa
ab6a7d7bfd
BumpUp java version to be compatible with java15 build. ( #2689 )
4 years ago
penmetsaa
c4cd5e0321
Update URL for libphonenumber on GitHub. ( #2362 )
7 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
e02e7aa1e2
Fix Maven project hierarchy and plugin versions, also moving towards a hermetic build ( #1192 )
Great!
10 years ago
David Yonge-Mallo
edf20a3bb8
update Google App Engine version to 1.9.32 (latest as of 2016-02-02)
10 years ago
David Yonge-Mallo
7839421f44
update code.google.com links to github in the demo jsp and html.
11 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
478492d54b
JAVA: Add Maven support for the libphonenumber demo.
That lets the demo be part of the libphonenumber Maven project thus adds the following benefits:
- Automatically update the version of the demo and the libphonenumber artifact the demo depends on when performing a release.
- Let Maven handle the deployment of the demo to AppEngine without any need to install the AppEngine SDK.
- No need to push the dependency JARs (servlet, apache common fileupload/io) even if they are still here to let you use Ant if you prefer.
Note that this CL depends on CL 5395054.
Review URL: http://codereview.appspot.com/5405041
14 years ago
Philippe Liard
175ad577f2
TOOLS: Change package to com.google.i18n.phonenumbers.
Review URL: http://codereview.appspot.com/5193044
14 years ago
Philippe Liard
8866292d8d
TOOLS: Add Appengine support to the geodata combination tool.
14 years ago
Philippe Liard
16ab3d5d1b
TOOLS: Add Servlet for Geodata combination tool.
14 years ago
Philippe Liard
67e7f0e6d6
TOOLS: Add Java tool to combine the geocoding data.
15 years ago