Skip to content

Commit 099963a

Browse files
committedFeb 22, 2018
Update to next dev version...
1 parent 8f3f95a commit 099963a

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.16.0
1+
9.1.17.0-SNAPSHOT

‎core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
1212
<parent>
1313
<groupId>org.jruby</groupId>
1414
<artifactId>jruby-parent</artifactId>
15-
<version>9.1.16.0</version>
15+
<version>9.1.17.0-SNAPSHOT</version>
1616
</parent>
1717
<artifactId>jruby-core</artifactId>
1818
<name>JRuby Core</name>

‎lib/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
1212
<parent>
1313
<groupId>org.jruby</groupId>
1414
<artifactId>jruby-parent</artifactId>
15-
<version>9.1.16.0</version>
15+
<version>9.1.17.0-SNAPSHOT</version>
1616
</parent>
1717
<artifactId>jruby-stdlib</artifactId>
1818
<name>JRuby Lib Setup</name>
@@ -28,7 +28,7 @@ DO NOT MODIFIY - GENERATED CODE
2828
<dependency>
2929
<groupId>org.jruby</groupId>
3030
<artifactId>jruby-core</artifactId>
31-
<version>9.1.16.0</version>
31+
<version>9.1.17.0-SNAPSHOT</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

‎pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DO NOT MODIFIY - GENERATED CODE
1616
</parent>
1717
<groupId>org.jruby</groupId>
1818
<artifactId>jruby-parent</artifactId>
19-
<version>9.1.16.0</version>
19+
<version>9.1.17.0-SNAPSHOT</version>
2020
<packaging>pom</packaging>
2121
<name>JRuby</name>
2222
<description>JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.</description>
@@ -271,9 +271,6 @@ DO NOT MODIFIY - GENERATED CODE
271271
<requireMavenVersion>
272272
<version>[3.3.0,)</version>
273273
</requireMavenVersion>
274-
<requireReleaseDeps>
275-
<message>No Snapshots Allowed!</message>
276-
</requireReleaseDeps>
277274
</rules>
278275
</configuration>
279276
</execution>

0 commit comments

Comments
 (0)
Please sign in to comment.