Skip to content

Commit 302c706

Browse files
committed
Bump version for 1.7.2
1 parent 610e399 commit 302c706

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

default.build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ version.ruby2_0=2.0.0dev
8585
version.ruby2_0.patchlevel=0
8686
#version.ruby2_0.revision=34159
8787

88-
version.jruby=1.7.2.dev
88+
version.jruby=1.7.2
8989
joda.time.version=2.1
9090
tzdata.builddir=build/tzdata
9191
tzdata.ftpserver=ftp.iana.org

docs/man/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>docs</artifactId>
12-
<version>1.7.2.dev</version>
12+
<version>1.7.2</version>
1313
</parent>
1414

1515
<groupId>org.jruby</groupId>

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.7.2.dev</version>
12+
<version>1.7.2</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>shared</artifactId>
7-
<version>1.7.2.dev</version>
7+
<version>1.7.2</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>shared</artifactId>
7-
<version>1.7.2.dev</version>
7+
<version>1.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-core/src/it/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<dependency>
99
<groupId>org.jruby</groupId>
1010
<artifactId>jruby-core</artifactId>
11-
<version>1.7.2.dev</version>
11+
<version>1.7.2</version>
1212
</dependency>
1313
</dependencies>
1414

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.7.2.dev</version>
7+
<version>1.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

maven/jruby-rake-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jruby</groupId>
55
<artifactId>shared</artifactId>
6-
<version>1.7.2.dev</version>
6+
<version>1.7.2</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.jruby</groupId>
3232
<artifactId>jruby-complete</artifactId>
33-
<version>1.7.2.dev</version>
33+
<version>1.7.2</version>
3434
</dependency>
3535
</dependencies>
3636

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.7.2.dev</version>
7+
<version>1.7.2</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>shared</artifactId>
7-
<version>1.7.2.dev</version>
7+
<version>1.7.2</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)