[libspring-java] 03/05: Updated the Maven rule for testng
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Sep 18 18:19:01 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libspring-java.
commit b7c26bc948f6261312cd4ce8093d6fff8fd079a6
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Sep 18 20:11:48 2017 +0200
Updated the Maven rule for testng
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/maven.rules | 1 -
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bc9dd4e..7f338f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libspring-java (4.3.11-1) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* New upstream release
- Refreshed the patches
+ * Updated the Maven rule for testng
-- Miguel Landaeta <nomadium at debian.org> Thu, 10 Aug 2017 20:09:51 +0100
diff --git a/debian/control b/debian/control
index 8912b5b..7edae25 100644
--- a/debian/control
+++ b/debian/control
@@ -83,7 +83,7 @@ Build-Depends-Indep: bsh,
libxstream-java,
libyaml-snake-java,
maven-repo-helper (>= 1.9~),
- testng,
+ testng (>= 6.9.12-2~),
velocity
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libspring-java.git
@@ -247,7 +247,7 @@ Package: libspring-test-java
Architecture: all
Depends: libspring-core-java (= ${source:Version}), ${misc:Depends}
Recommends: junit4 (>= 4.5),
- testng
+ testng (>= 6.9.12-2~)
Description: modular Java/J2EE application framework - Test helpers
Spring is a layered Java/J2EE application framework offering a lot of freedom
to Java developers yet providing well documented and easy-to-use solutions for
diff --git a/debian/maven.rules b/debian/maven.rules
index 00c5ef6..28baa76 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -25,7 +25,6 @@ org.eclipse.jetty jetty* * s/.*/9.x/ * *
org.eclipse.persistence javax.persistence * s/.*/2.x/ * *
org.eclipse.persistence s/org.eclipse.persistence.*/eclipselink/ * s/.*/debian/ * *
org.jruby s/jruby/jruby-core/ jar s/.*/debian/ * *
-org.testng testng * s/.*/6.x/ * *
taglibs standard * * * *
s/velocity/org.apache.velocity/ velocity * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git
More information about the pkg-java-commits
mailing list