This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit 8275eb2f2b00fea8f74911a8f13eec2b86fc237e Author: Emmanuel Bourg <[email protected]> Date: Sat Mar 30 23:26:42 2013 +0000 Added a patch fixing the revision number in the build file --- debian/patches/fix-ant-build-version.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/patches/fix-ant-build-version.patch b/debian/patches/fix-ant-build-version.patch new file mode 100644 index 0000000..3194343 --- /dev/null +++ b/debian/patches/fix-ant-build-version.patch @@ -0,0 +1,11 @@ +--- a/build.xml ++++ b/build.xml +@@ -55,7 +55,7 @@ + <property name="component.title" value="Commons IO"/> + + <!-- The current version number of this component --> +- <property name="component.version" value="2.2-SNAPSHOT"/> ++ <property name="component.version" value="2.4"/> + + <!-- The base directory for component sources --> + <property name="source.home" value="src/main/java"/> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

