This is an automated email from the git hooks/post-receive script. matthew pushed a commit to branch master in repository libxmltooling-java.
commit c7ddf2731703eef4b79c2ddd70d72ff5459d01c5 Author: Matthew Vernon <[email protected]> Date: Wed Feb 19 17:05:50 2014 +0000 depend on 'debian' version of parent-project, not '1' --- debian/maven.rules | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/maven.rules b/debian/maven.rules index 1fa0d77..9d398a8 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,5 +1,5 @@ -net.shibboleth parent-v2 pom s/TRUNK-SNAPSHOT/1/ * * +net.shibboleth parent-v2 pom s/TRUNK-SNAPSHOT/debian/ * * joda-time joda-time jar s/.*/debian/ * * junit junit jar s/.*/3.x/ * * junit junit jar s/3\..*/3.x/ * * diff --git a/pom.xml b/pom.xml index 126e22e..efa96a7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>net.shibboleth</groupId> <artifactId>parent-v2</artifactId> - <version>1</version> + <version>debian</version> </parent> <groupId>org.opensaml</groupId> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxmltooling-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

