Browse Source

Make jruby still depend on beta-4

Jisi Liu 9 years ago
parent
commit
5a6c921217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruby/pom.xml

+ 1 - 1
ruby/pom.xml

@@ -86,7 +86,7 @@
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
-            <version>3.0.0</version>
+            <version>3.0.0-beta-4</version>
         </dependency>
     </dependencies>
 </project>