Skip to content

Commit

Permalink
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0.0
9.0.0.0-SNAPSHOT
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0</version>
<version>9.0.0.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-core</artifactId>
<name>JRuby Core</name>
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0</version>
<version>9.0.0.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-stdlib</artifactId>
<name>JRuby Lib Setup</name>
@@ -28,7 +28,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-core</artifactId>
<version>9.0.0.0</version>
<version>9.0.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ DO NOT MODIFIY - GENERATED CODE
</parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0</version>
<version>9.0.0.0-SNAPSHOT</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>
@@ -279,9 +279,6 @@ DO NOT MODIFIY - GENERATED CODE
<requireMavenVersion>
<version>[3.3.0,)</version>
</requireMavenVersion>
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
</requireReleaseDeps>

This comment has been minimized.

Copy link
@chrisseaton

chrisseaton Jul 23, 2015

Contributor

Do you need to modify pom.rb as well?

This comment has been minimized.

Copy link
@eregon

eregon Jul 23, 2015

Author Member

I think not (everything is derived from the VERSION file).
I just followed https://github.com/jruby/jruby/blob/master/BUILDING.md#start-a-new-version.

This comment has been minimized.

Copy link
@mkristian

mkristian Jul 23, 2015

Member

if only changing the VERSION is not working somewhere then it is a bug :)

This comment has been minimized.

Copy link
@kares

kares Jul 23, 2015

Member

what's the command to run after VERSION update? ... mvn verify did not work for me
UPDATE: ignore me, ./mvnw does it - wrong branch at my end ...

</rules>
</configuration>
</execution>
2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ DO NOT MODIFIY - GENERATED CODE
<parent>
<groupId>org.jruby</groupId>
<artifactId>jruby-parent</artifactId>
<version>9.0.0.0</version>
<version>9.0.0.0-SNAPSHOT</version>
</parent>
<artifactId>jruby-truffle</artifactId>
<name>JRuby Truffle</name>

1 comment on commit 89c1348

@enebo
Copy link
Member

@enebo enebo commented on 89c1348 Jul 23, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I later updated this to be 9.0.1.0-SNAPSHOT. Sorry I forgot after yesterday's release excitement.

Please sign in to comment.