File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1- 9.1.8.0-SNAPSHOT
1+ 9.1.8.0
Original file line number Diff line number Diff 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.8.0-SNAPSHOT </version >
15+ <version >9.1.8.0</version >
1616 </parent >
1717 <artifactId >jruby-core</artifactId >
1818 <name >JRuby Core</name >
Original file line number Diff line number Diff 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.8.0-SNAPSHOT </version >
15+ <version >9.1.8.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.8.0-SNAPSHOT </version >
31+ <version >9.1.8.0</version >
3232 <scope >test</scope >
3333 </dependency >
3434 <dependency >
Original file line number Diff line number Diff 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.8.0-SNAPSHOT </version >
19+ <version >9.1.8.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 >
@@ -272,6 +272,9 @@ DO NOT MODIFIY - GENERATED CODE
272272 <requireMavenVersion >
273273 <version >[3.3.0,)</version >
274274 </requireMavenVersion >
275+ <requireReleaseDeps >
276+ <message >No Snapshots Allowed!</message >
277+ </requireReleaseDeps >
275278 </rules >
276279 </configuration >
277280 </execution >
You can’t perform that action at this time.
0 commit comments