aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/pom.xml
diff options
context:
space:
mode:
authorGravatar teboring <teboring@teboring-macbookpro.roam.corp.google.com>2015-05-22 22:22:21 -0700
committerGravatar teboring <teboring@teboring-macbookpro.roam.corp.google.com>2015-05-23 09:20:23 -0700
commit9839c0c2c964f2c3881be042758536e9bd68bd8a (patch)
tree0aa0cd46787b94db369651d52220708c87672461 /java/pom.xml
parent55df12194f5f0348c3ddf0636c63ba2b3978fab5 (diff)
Update version number to 3.0.0-alpha-3
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 112bd9c3..cb41977c 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-3-pre</version>
+ <version>3.0.0-alpha-3</version>
<packaging>bundle</packaging>
<name>Protocol Buffer Java API</name>
<description>
@@ -164,7 +164,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-3-pre</Export-Package>
+ <Export-Package>com.google.protobuf;version=3.0.0-alpha-3</Export-Package>
</instructions>
</configuration>
</plugin>