Skip to content

Commit b9fb7aa

Browse files
committed
Bump for version
1 parent e120f18 commit b9fb7aa

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.4.0-SNAPSHOT
1+
9.0.4.0

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.4.0-SNAPSHOT</version>
15+
<version>9.0.4.0</version>
1616
</parent>
1717
<artifactId>jruby-core</artifactId>
1818
<name>JRuby Core</name>

lib/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.4.0-SNAPSHOT</version>
15+
<version>9.0.4.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.0.4.0-SNAPSHOT</version>
31+
<version>9.0.4.0</version>
3232
<scope>test</scope>
3333
</dependency>
3434
<dependency>

pom.xml

Lines changed: 4 additions & 1 deletion
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.0.4.0-SNAPSHOT</version>
19+
<version>9.0.4.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>
@@ -280,6 +280,9 @@ DO NOT MODIFIY - GENERATED CODE
280280
<requireMavenVersion>
281281
<version>[3.3.0,)</version>
282282
</requireMavenVersion>
283+
<requireReleaseDeps>
284+
<message>No Snapshots Allowed!</message>
285+
</requireReleaseDeps>
283286
</rules>
284287
</configuration>
285288
</execution>

truffle/pom.xml

Lines changed: 1 addition & 1 deletion
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.0.4.0-SNAPSHOT</version>
15+
<version>9.0.4.0</version>
1616
</parent>
1717
<artifactId>jruby-truffle</artifactId>
1818
<name>JRuby Truffle</name>

0 commit comments

Comments
 (0)