aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/pom.xml
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 21:20:59 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 21:20:59 -0700
commit1942a2bd2ea6267baac2296643c5d7f6caa53939 (patch)
tree99278ea1e8e57a7f8c837100788d78ad2d603dea /ruby/pom.xml
parent8e102ad1581186efcbb0c6ab4cb0844387321d36 (diff)
Make jruby use Java 3.0.0-alpha-3.
Diffstat (limited to 'ruby/pom.xml')
-rw-r--r--ruby/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 059ba01f..4cbd6d30 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-beta-1</version>
+ <version>3.0.0-alpha-3</version>
</dependency>
</dependencies>
</project>