We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ec7dd commit a14bf33Copy full SHA for a14bf33
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.jruby.joni</groupId>
5
<artifactId>joni</artifactId>
6
<packaging>jar</packaging>
7
- <version>2.2.5-SNAPSHOT</version>
+ <version>2.2.5</version>
8
<name>Joni</name>
9
<description>
10
Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma
@@ -52,7 +52,7 @@
52
<dependency>
53
<groupId>org.jruby.jcodings</groupId>
54
<artifactId>jcodings</artifactId>
55
- <version>1.0.62</version>
+ <version>1.0.63</version>
56
</dependency>
57
58
<groupId>junit</groupId>
0 commit comments