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 <[email protected]> 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 <[email protected]> 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>[email protected]</email> </developer> </developers> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + </dependencies> <scm> <connection>scm:[email protected]:timroes/aXMLRPC.git</connection> <developerConnection>scm:[email protected]:timroes/aXMLRPC.git</developerConnection> <url>scm:[email protected]: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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

