diff --git a/default.build.properties b/default.build.properties index 8c7e1f7d5c9..39ee301f4e6 100644 --- a/default.build.properties +++ b/default.build.properties @@ -73,7 +73,7 @@ version.ruby1_9.major=1.9 version.ruby1_9=1.9.2 version.ruby1_9.patchlevel=312 version.ruby1_9.revision=34149 -version.jruby=1.6.7.dev +version.jruby=1.6.7 mspec.revision=6563955da20f93e6dcd5a35ec5828de75c6165eb rubyspecs.revision=3bf5857d44f9a69092862fa100a0ee1d152e6117 joda.time.version=1.6.2 diff --git a/docs/pom.xml b/docs/pom.xml index 0d956d9ada7..554d2ce3769 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -9,7 +9,7 @@ org.jruby shared - 1.6.7-SNAPSHOT + 1.6.7 org.jruby diff --git a/maven/jruby-complete/pom.xml b/maven/jruby-complete/pom.xml index 4392f33a6db..5183df33c19 100644 --- a/maven/jruby-complete/pom.xml +++ b/maven/jruby-complete/pom.xml @@ -4,7 +4,7 @@ org.jruby jruby-common - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/maven/jruby-core/pom.xml b/maven/jruby-core/pom.xml index 3a0a3c3c7cd..57ac63a7fe0 100644 --- a/maven/jruby-core/pom.xml +++ b/maven/jruby-core/pom.xml @@ -4,7 +4,7 @@ org.jruby jruby-common - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/maven/jruby-dist/pom.xml b/maven/jruby-dist/pom.xml index 0eca65ef8a4..1cb031f4cbb 100644 --- a/maven/jruby-dist/pom.xml +++ b/maven/jruby-dist/pom.xml @@ -4,7 +4,7 @@ org.jruby shared - 1.6.7-SNAPSHOT + 1.6.7 ../../pom.xml 4.0.0 diff --git a/maven/jruby-rake-plugin/pom.xml b/maven/jruby-rake-plugin/pom.xml index aca2ae88781..4961ef5b330 100644 --- a/maven/jruby-rake-plugin/pom.xml +++ b/maven/jruby-rake-plugin/pom.xml @@ -3,14 +3,14 @@ org.jruby shared - 1.6.7-SNAPSHOT + 1.6.7 ../../pom.xml 4.0.0 org.jruby.plugins jruby-rake-plugin maven-plugin - 1.6.7-SNAPSHOT + 1.6.7 JRuby Rake Plugin @@ -31,7 +31,7 @@ org.jruby jruby-complete - 1.6.7-SNAPSHOT + 1.6.7 diff --git a/maven/jruby-stdlib/pom.xml b/maven/jruby-stdlib/pom.xml index 667c91a960a..6eba6b05818 100644 --- a/maven/jruby-stdlib/pom.xml +++ b/maven/jruby-stdlib/pom.xml @@ -4,7 +4,7 @@ org.jruby shared - 1.6.7-SNAPSHOT + 1.6.7 ../../pom.xml 4.0.0 diff --git a/maven/jruby/pom.xml b/maven/jruby/pom.xml index b7e7cbc63e7..7966f4c5bd4 100644 --- a/maven/jruby/pom.xml +++ b/maven/jruby/pom.xml @@ -4,7 +4,7 @@ org.jruby jruby-common - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/maven/pom.xml b/maven/pom.xml index 22ae4a475bb..d4a74619753 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -4,7 +4,7 @@ org.jruby shared - 1.6.7-SNAPSHOT + 1.6.7 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 99f8d2af50d..ec5c366a826 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jruby shared pom - 1.6.7-SNAPSHOT + 1.6.7 JRuby Shared http://www.jruby.org/ A 1.8.7 compatible Ruby interpreter written in 100% pure Java