Skip to content

Commit

Permalink
Update for version 9.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 24, 2018
1 parent feb11a1 commit 81156a8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
9.2.0.0-SNAPSHOT
9.2.0.0
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.2.0.0-SNAPSHOT</version>
<version>9.2.0.0</version>
</parent>
<artifactId>jruby-core</artifactId>
<name>JRuby Core</name>
Expand Down
4 changes: 2 additions & 2 deletions lib/pom.xml
Expand Up @@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.2.0.0-SNAPSHOT</version>
<version>9.2.0.0</version>
</parent>
<artifactId>jruby-stdlib</artifactId>
<name>JRuby Lib Setup</name>
Expand All @@ -28,7 +28,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>9.2.0.0-SNAPSHOT</version>
<version>9.2.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -16,7 +16,7 @@ DO NOT MODIFIY - GENERATED CODE
</parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.2.0.0-SNAPSHOT</version>
<version>9.2.0.0</version>
<packaging>pom</packaging>
<name>JRuby</name>
<description>JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java.</description>
Expand Down Expand Up @@ -270,6 +270,9 @@ DO NOT MODIFIY - GENERATED CODE
<requireMavenVersion>
<version>[3.3.0,)</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 81156a8

Please sign in to comment.