This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 57b2b2363d2afcaeb1e53e78d139d6c2068c9a10 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 14:46:34 2017 +0200 Updated the version of the Maven dependencies to 3.5 in pom.xml --- debian/changelog | 1 + pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8294f15..e6fc1a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ maven-debian-helper (2.2.1) UNRELEASED; urgency=medium * Standards-Version updated to 4.0.0 * The generated control file now specifies Standards-Version: 4.0.0 * Replaced the references to eclipse-aether with maven-resolver + * Updated the version of the Maven dependencies to 3.5 in pom.xml -- Emmanuel Bourg <[email protected]> Tue, 27 Jun 2017 14:04:15 +0200 diff --git a/pom.xml b/pom.xml index 73be5b0..6abef08 100644 --- a/pom.xml +++ b/pom.xml @@ -28,17 +28,17 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>3.0.5</version> + <version>3.5.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> - <version>3.0.5</version> + <version>3.5.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-embedder</artifactId> - <version>3.0.5</version> + <version>3.5.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

