This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-testing.
commit 8e7beeee115baaccd858eff54f0c0aa122b97add Author: Ludovic Claude <[email protected]> Date: Tue Aug 4 15:10:10 2009 +0000 Publish a rule to handle the change of groupId in the Maven descriptors. --- debian/changelog | 7 +++++++ debian/maven.publishedRules | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/debian/changelog b/debian/changelog index 02f9063..7335ea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-plugin-testing (1.2-2) experimental; urgency=low + + * Publish a rule to handle the change of groupId in + the Maven descriptors. + + -- Ludovic Claude <[email protected]> Sun, 26 Jul 2009 14:23:34 +0100 + maven-plugin-testing (1.2-1) experimental; urgency=low * Initial release. (Closes: #535013) diff --git a/debian/maven.publishedRules b/debian/maven.publishedRules new file mode 100644 index 0000000..8d8d421 --- /dev/null +++ b/debian/maven.publishedRules @@ -0,0 +1,5 @@ +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools +s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-test-tools + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-testing.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

