[Git][java-team/jruby-joni][master] 4 commits: Remove now-defunct codehaus repo
Hideki Yamane
gitlab at salsa.debian.org
Sun May 3 16:31:51 BST 2020
Hideki Yamane pushed to branch master at Debian Java Maintainers / jruby-joni
Commits:
1911fe5f by Charles Oliver Nutter at 2020-04-28T20:08:51-05:00
Remove now-defunct codehaus repo
This makes #47 unnecessary
- - - - -
52c9a238 by Charles Oliver Nutter at 2020-04-28T20:17:58-05:00
Update jcodings
- - - - -
74f0fafe by Charles Oliver Nutter at 2020-04-28T20:19:29-05:00
[maven-release-plugin] prepare release joni-2.1.34
- - - - -
81d2e26a by Charles Oliver Nutter at 2020-04-28T20:19:38-05:00
[maven-release-plugin] prepare for next development iteration
- - - - -
1 changed file:
- pom.xml
Changes:
=====================================
pom.xml
=====================================
@@ -4,7 +4,7 @@
<groupId>org.jruby.joni</groupId>
<artifactId>joni</artifactId>
<packaging>jar</packaging>
- <version>2.1.34-SNAPSHOT</version>
+ <version>2.1.35-SNAPSHOT</version>
<name>Joni</name>
<description>
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
@@ -40,20 +40,6 @@
</license>
</licenses>
- <repositories>
- <repository>
- <id>codehaus</id>
- <name>Codehaus Repository</name>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.codehaus.org</url>
- </repository>
- </repositories>
-
<developers>
<developer>
<id>lopex</id>
@@ -66,7 +52,7 @@
<dependency>
<groupId>org.jruby.jcodings</groupId>
<artifactId>jcodings</artifactId>
- <version>1.0.49</version>
+ <version>1.0.50</version>
</dependency>
<dependency>
<groupId>junit</groupId>
View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/61f332ce3fcb22e1e097ed417b888faddf65a9e2...81d2e26a85d5f0a31f2ca9a1cb35202e30da5f8a
--
View it on GitLab: https://salsa.debian.org/java-team/jruby-joni/-/compare/61f332ce3fcb22e1e097ed417b888faddf65a9e2...81d2e26a85d5f0a31f2ca9a1cb35202e30da5f8a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200503/2542cdd9/attachment.html>
More information about the pkg-java-commits
mailing list