Skip to content

Commit 1bf37c2

Browse files
committed
Update to reflect 1.6.5.1
1 parent 2f607d2 commit 1bf37c2

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

default.build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ version.ruby1_9.major=1.9
7373
version.ruby1_9=1.9.2
7474
version.ruby1_9.patchlevel=136
7575
version.ruby1_9.revision=27758
76-
version.jruby=1.6.5
76+
version.jruby=1.6.5.1
7777
mspec.revision=6563955da20f93e6dcd5a35ec5828de75c6165eb
7878
rubyspecs.revision=3bf5857d44f9a69092862fa100a0ee1d152e6117
7979
joda.time.version=1.6.2

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.jruby</groupId>
1111
<artifactId>shared</artifactId>
12-
<version>1.6.5</version>
12+
<version>1.6.5.1</version>
1313
</parent>
1414

1515
<groupId>org.jruby</groupId>

maven/jruby-complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-rake-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<parent>
44
<groupId>org.jruby</groupId>
55
<artifactId>shared</artifactId>
6-
<version>1.6.5</version>
6+
<version>1.6.5.1</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.jruby.plugins</groupId>
1111
<artifactId>jruby-rake-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>1.6.5</version>
13+
<version>1.6.5.1</version>
1414
<name>JRuby Rake Plugin</name>
1515
<dependencies>
1616
<dependency>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.jruby</groupId>
3333
<artifactId>jruby-complete</artifactId>
34-
<version>1.6.5</version>
34+
<version>1.6.5.1</version>
3535
</dependency>
3636
</dependencies>
3737

maven/jruby-stdlib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>jruby-common</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
7-
<version>1.6.5</version>
7+
<version>1.6.5.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.jruby</groupId>
66
<artifactId>shared</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.6.5</version>
8+
<version>1.6.5.1</version>
99
<name>JRuby Shared</name>
1010
<url>http://www.jruby.org/</url>
1111
<description>A 1.8.7 compatible Ruby interpreter written in 100% pure Java</description>

0 commit comments

Comments
 (0)