This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 862d4a52e45b84666444f97f2c4623bd05b3321e Author: Nick Sieger <[email protected]> Date: Thu Jan 20 12:45:51 2011 -0600 Bump Joni to 1.1.5 --- .gitignore | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target diff --git a/pom.xml b/pom.xml index 36af172..854c6e1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <groupId>org.jruby.joni</groupId> <artifactId>joni</artifactId> <packaging>jar</packaging> - <version>1.1.4</version> + <version>1.1.5</version> <name>Joni</name> <description> Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma @@ -18,9 +18,9 @@ </issueManagement> <scm> - <connection>scm:svn:http://svn.codehaus.org/jruby</connection> - <developerConnection>scm:svn:https://svn.codehaus.org/jruby</developerConnection> - <url>http://svn.codehaus.org/jruby</url> + <connection>scm:git:https://github.com/jruby/joni.git</connection> + <developerConnection>scm:git:[email protected]:jruby/joni.git</developerConnection> + <url>https://github.com/jruby/joni</url> </scm> <licenses> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

