aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/pom.xml
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2015-02-28 15:01:24 -0800
committerGravatar Jisi Liu <jisi.liu@gmail.com>2015-03-02 19:31:31 -0800
commit40f2df3c16b4a54f673108cad92f0da0be6efc21 (patch)
tree514a53e6744d537ff8541db31597abfbf70b153c /java/pom.xml
parent1939efed2db35020b7830a4927f10feac47b6757 (diff)
Bump the version number to 3.0.0-alpha-3-pre
Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 75d4c7f6..2d1c05a0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-alpha-2</version>
+ <version>3.0.0-alpha-3-pre</version>
<packaging>bundle</packaging>
<name>Protocol Buffer Java API</name>
<description>
@@ -152,7 +152,7 @@
<instructions>
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
- <Export-Package>com.google.protobuf;version=3.0.0-alpha-2</Export-Package>
+ <Export-Package>com.google.protobuf;version=3.0.0-alpha-3-pre</Export-Package>
</instructions>
</configuration>
</plugin>