[jruby-joni] 188/279: Switch to Sonatype release process.
Hideki Yamane
henrich at moszumanska.debian.org
Mon Nov 16 11:27:30 UTC 2015
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 f07081db27a9fdd8e3b2ec6b80620fa88555cd37
Author: Charles Oliver Nutter <headius at headius.com>
Date: Thu Oct 31 11:10:08 2013 -0500
Switch to Sonatype release process.
---
pom.xml | 26 +++++++-------------------
1 file changed, 7 insertions(+), 19 deletions(-)
diff --git a/pom.xml b/pom.xml
index a1f09f3..4bf82b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<packaging>jar</packaging>
- <version>2.0.0</version>
+ <version>2.1.0-SNAPSHOT</version>
<name>Joni</name>
<description>
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
@@ -16,6 +16,12 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
+ <parent>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
+ </parent>
+
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/JRUBY</url>
@@ -35,24 +41,6 @@
</license>
</licenses>
- <distributionManagement>
- <repository>
- <id>codehaus-jruby-repository</id>
- <name>JRuby Central Repository</name>
- <url>dav:https://dav.codehaus.org/repository/jruby</url>
- </repository>
- <snapshotRepository>
- <id>codehaus-jruby-snapshot-repository</id>
- <name>JRuby Central Development Repository</name>
- <url>dav:https://dav.codehaus.org/snapshots.repository/jruby</url>
- </snapshotRepository>
- <site>
- <id>codehaus-jruby-site</id>
- <name>JRuby Maven site</name>
- <url>dav:https://dav.codehaus.org/jruby/info</url>
- </site>
- </distributionManagement>
-
<repositories>
<repository>
<id>codehaus</id>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list