aboutsummaryrefslogtreecommitdiff
path: root/ruby/pom.xml
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-14 12:59:14 -0700
committerGitHub <noreply@github.com>2016-07-14 12:59:14 -0700
commit4e0d05138acfb9cfc82e23cb06227cf73d326f29 (patch)
tree845b3b33c4614e1fdbe9a933e34a7f12eddf4932 /ruby/pom.xml
parent8b659b226a450b1d5d47245b0ade01a55bf22f5e (diff)
parentc2ebdec35598deed99d17fc1320a2e213c7d021e (diff)
downloadprotobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.gz
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.tar.bz2
protobuf-4e0d05138acfb9cfc82e23cb06227cf73d326f29.zip
Merge pull request #1781 from xfxyjwf/update_version
Update version number to 3.0.0-beta-4
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 4cbd6d30..62845815 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-alpha-3</version>
+ <version>3.0.0-beta-3</version>
</dependency>
</dependencies>
</project>