[axmlrpc] 02/04: Refreshed debian/pom.xml
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Sep 15 08:11:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository axmlrpc.
commit ceb7f440384581894dbfd94da0f42674a569d671
Author: Guillaume Turri <guillaume.turri at gmail.com>
Date: Tue Sep 15 09:03:02 2015 +0200
Refreshed debian/pom.xml
---
debian/changelog | 7 +++++++
debian/pom.xml | 12 ++++++++++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 66802f2..cd08f8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+axmlrpc (1.8.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ - Refreshed debian/pom.xml
+
+ -- Guillaume Turri <guillaume.turri at gmail.com> Fri, 14 Aug 2015 08:04:58 +0000
+
axmlrpc (1.8.0-1) unstable; urgency=medium
* Initial release (Closes: #790491)
diff --git a/debian/pom.xml b/debian/pom.xml
index 1ef9b65..81d0c5e 100644
--- a/debian/pom.xml
+++ b/debian/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.timroes</groupId>
<artifactId>aXMLRPC</artifactId>
- <version>1.8.0</version>
+ <version>1.8.1</version>
<packaging>jar</packaging>
<properties>
<debian.hasPackageVersion>
@@ -26,9 +26,17 @@
<email>mail at timroes.de</email>
</developer>
</developers>
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.12</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
<scm>
<connection>scm:git at github.com:timroes/aXMLRPC.git</connection>
<developerConnection>scm:git at github.com:timroes/aXMLRPC.git</developerConnection>
<url>scm:git at github.com:timroes/aXMLRPC.git</url>
</scm>
-</project>
\ No newline at end of file
+</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/axmlrpc.git
More information about the pkg-java-commits
mailing list