Sfoglia il codice sorgente

Make jruby still depend on beta-4

Jisi Liu 9 anni fa
parent
commit
5a6c921217
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>