File tree 4 files changed +8
-9
lines changed
4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- 9.1.15.0-SNAPSHOT
1
+ 9.1.15.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
12
12
<parent >
13
13
<groupId >org.jruby</groupId >
14
14
<artifactId >jruby-parent</artifactId >
15
- <version >9.1.15.0-SNAPSHOT </version >
15
+ <version >9.1.15.0</version >
16
16
</parent >
17
17
<artifactId >jruby-core</artifactId >
18
18
<name >JRuby Core</name >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
12
12
<parent >
13
13
<groupId >org.jruby</groupId >
14
14
<artifactId >jruby-parent</artifactId >
15
- <version >9.1.15.0-SNAPSHOT </version >
15
+ <version >9.1.15.0</version >
16
16
</parent >
17
17
<artifactId >jruby-stdlib</artifactId >
18
18
<name >JRuby Lib Setup</name >
@@ -28,7 +28,7 @@ DO NOT MODIFIY - GENERATED CODE
28
28
<dependency >
29
29
<groupId >org.jruby</groupId >
30
30
<artifactId >jruby-core</artifactId >
31
- <version >9.1.15.0-SNAPSHOT </version >
31
+ <version >9.1.15.0</version >
32
32
<scope >test</scope >
33
33
</dependency >
34
34
<dependency >
@@ -193,10 +193,6 @@ DO NOT MODIFIY - GENERATED CODE
193
193
<id >mavengems</id >
194
194
<url >mavengem:https://rubygems.org</url >
195
195
</repository >
196
- <repository >
197
- <id >gem-staging</id >
198
- <url >http://oss.sonatype.org/content/repositories/staging</url >
199
- </repository >
200
196
</repositories >
201
197
<build >
202
198
<extensions >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DO NOT MODIFIY - GENERATED CODE
16
16
</parent >
17
17
<groupId >org.jruby</groupId >
18
18
<artifactId >jruby-parent</artifactId >
19
- <version >9.1.15.0-SNAPSHOT </version >
19
+ <version >9.1.15.0</version >
20
20
<packaging >pom</packaging >
21
21
<name >JRuby</name >
22
22
<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
271
271
<requireMavenVersion >
272
272
<version >[3.3.0,)</version >
273
273
</requireMavenVersion >
274
+ <requireReleaseDeps >
275
+ <message >No Snapshots Allowed!</message >
276
+ </requireReleaseDeps >
274
277
</rules >
275
278
</configuration >
276
279
</execution >
You can’t perform that action at this time.
0 commit comments