This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to tag 0.6.5 in repository jffi-next.
commit d548eddd7784f91491a4b3ac4f02673c64d88711 Author: Wayne Meissner <[email protected]> Date: Sat Jan 30 15:14:10 2010 +1000 Bump to 0.6.4 and change urls from kenai->github --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d223eca..f8426fd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,20 +4,20 @@ <groupId>org.jruby.extras</groupId> <artifactId>jffi</artifactId> <packaging>jar</packaging> - <version>0.6.3</version> + <version>0.6.4</version> <name>jffi</name> <description>Java wrapper around libffi</description> - <url>http://jffi.kenai.com</url> + <url>http://github.com/wmeissner/jffi</url> <licenses> <license> - <name>The MIT License</name> - <url>http://www.opensource.org/licenses/mit-license.php</url> + <name>GNU LGPLv3</name> + <url>http://www.gnu.org/licenses/lgpl-3.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> - <connection>scm:hg:https://kenai.com/hg/jffi~mercurial</connection> - <url>https://kenai.com/hg/jffi~mercurial</url> + <connection>scm:git:git://github.com/wmeissner/jffi.git</connection> + <url>http://github.com/wmeissner/jffi</url> </scm> <distributionManagement> <repository> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi-next.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

