Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
[maven-release-plugin] prepare release joni-2.1.30
· dfbfecd4
Charles Oliver Nutter
authored
Oct 29, 2019
dfbfecd4
[maven-release-plugin] prepare for next development iteration
· cac5555f
Charles Oliver Nutter
authored
Oct 29, 2019
cac5555f
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
cac5555f
...
...
@@ -4,7 +4,7 @@
<groupId>
org.jruby.joni
</groupId>
<artifactId>
joni
</artifactId>
<packaging>
jar
</packaging>
<version>
2.1.3
0
-SNAPSHOT
</version>
<version>
2.1.3
1
-SNAPSHOT
</version>
<name>
Joni
</name>
<description>
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
...
...
@@ -66,7 +66,7 @@
<dependency>
<groupId>
org.jruby.jcodings
</groupId>
<artifactId>
jcodings
</artifactId>
<version>
1.0.4
4
</version>
<version>
1.0.4
5
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
...
...