aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/util/pom.xml
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2015-08-26 15:11:43 -0700
commitffe9215140cc65c7622d64b23cb92a9d39744060 (patch)
tree366ab28d2919adf11d2e9add239b20ec6009e475 /java/util/pom.xml
parentb7bbe54321d3c2176f8f4eba3c18a363dff753d3 (diff)
Update version number.
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other languages are updated to v3.0.0-alpha-4.
Diffstat (limited to 'java/util/pom.xml')
-rw-r--r--java/util/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/util/pom.xml b/java/util/pom.xml
index 9416f380..44a5662d 100644
--- a/java/util/pom.xml
+++ b/java/util/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
- <version>3.0.0-alpha-4-pre</version>
+ <version>3.0.0-beta-1</version>
<packaging>bundle</packaging>
<name>Protocol Buffer Java API</name>
<description>
@@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-alpha-4-pre</version>
+ <version>3.0.0-beta-1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -123,7 +123,7 @@
<instructions>
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf.util</Bundle-SymbolicName>
- <Export-Package>com.google.protobuf.util;version=3.0.0-alpha-3</Export-Package>
+ <Export-Package>com.google.protobuf.util;version=3.0.0-beta-1</Export-Package>
</instructions>
</configuration>
</plugin>