This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 6c03fc9cab9ac26ec43c23a6d9c9e28a87c561f6 Author: Emmanuel Bourg <[email protected]> Date: Mon Mar 16 12:24:59 2015 +0100 Bumped the version of modello to 1.1.0 for plugin-metadata.mdo in debian/build.xml --- debian/build.xml | 6 +++--- debian/changelog | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index d7d9eb8..8578d7f 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -40,15 +40,15 @@ <modello model="maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo" plugin="java" output="maven-plugin-tools-model/target/generated-sources" - version="1.0.0"/> + version="1.1.0"/> <modello model="maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo" plugin="xpp3-reader" output="maven-plugin-tools-model/target/generated-sources" - version="1.0.0"/> + version="1.1.0"/> <modello model="maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo" plugin="xpp3-writer" output="maven-plugin-tools-model/target/generated-sources" - version="1.0.0"/> + version="1.1.0"/> <modello model="maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo" plugin="java" output="maven-plugin-plugin/target/generated-sources" diff --git a/debian/changelog b/debian/changelog index 12d9713..77bb3bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ maven-plugin-tools (3.3-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Replaced the dependency on libasm3-java with libasm4-java + - Bumped the version of modello to 1.1.0 for plugin-metadata.mdo + in debian/build.xml * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

