[maven-debian-helper] 02/03: Updated the Maven dependencies
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Jul 13 22:56:30 UTC 2014
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 8f2ba7a238516732ae479ac17b01433c1e0a8814
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Jul 14 00:46:11 2014 +0200
Updated the Maven dependencies
---
debian/changelog | 1 +
pom.xml | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4034a69..43491d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ maven-debian-helper (1.6.8) UNRELEASED; urgency=medium
* Use the --download-current-version uscan option in the generated
debian/rules files
* Release candidate versions are now properly mangled (1.0-rc2 -> 1.0~rc2)
+ * Updated the Maven dependencies
-- Emmanuel Bourg <ebourg at apache.org> Fri, 14 Mar 2014 13:57:53 +0100
diff --git a/pom.xml b/pom.xml
index de098fb..cd9264c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.debian.maven</groupId>
<artifactId>maven-repo-helper</artifactId>
- <version>1.8.6</version>
+ <version>1.8.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -63,18 +63,18 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
- <version>1.6.2</version>
+ <version>1.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.10</version>
+ <version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>1.4</version>
+ <version>2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list