Skip to content

Commit 929fde8

Browse files
committedDec 7, 2017
Update for 9.1.15.0.
1 parent 5dc99c3 commit 929fde8

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.15.0-SNAPSHOT
1+
9.1.15.0

‎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.15.0-SNAPSHOT</version>
15+
<version>9.1.15.0</version>
1616
</parent>
1717
<artifactId>jruby-core</artifactId>
1818
<name>JRuby Core</name>

‎lib/pom.xml

+2-6
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.15.0-SNAPSHOT</version>
15+
<version>9.1.15.0</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.15.0-SNAPSHOT</version>
31+
<version>9.1.15.0</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>
@@ -193,10 +193,6 @@ DO NOT MODIFIY - GENERATED CODE
193193
<id>mavengems</id>
194194
<url>mavengem:https://rubygems.org</url>
195195
</repository>
196-
<repository>
197-
<id>gem-staging</id>
198-
<url>http://oss.sonatype.org/content/repositories/staging</url>
199-
</repository>
200196
</repositories>
201197
<build>
202198
<extensions>

‎pom.xml

+4-1
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.15.0-SNAPSHOT</version>
19+
<version>9.1.15.0</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,6 +271,9 @@ 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>
274277
</rules>
275278
</configuration>
276279
</execution>

0 commit comments

Comments
 (0)
Please sign in to comment.