aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/pom.xml
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2014-10-21 16:47:33 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2014-10-21 16:47:33 -0700
commitdf5481c6b38b147e7eeb657d2bd1afdff77ec3ee (patch)
tree326ec5bb9c3ad1ebd1ddba1261bdace57a3ccef3 /java/pom.xml
parentf9e623b1671c8333247f251c5c4a2ef2ad7bcb2d (diff)
Update version number to 2.6.2-pre.
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 2e68b0ee..1e3baa3c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>2.6.1</version>
+ <version>2.6.2-pre</version>
<packaging>bundle</packaging>
<name>Protocol Buffer Java API</name>
<description>
@@ -148,7 +148,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=2.6.1</Export-Package>
+ <Export-Package>com.google.protobuf;version=2.6.2-pre</Export-Package>
</instructions>
</configuration>
</plugin>