aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2014-09-04 10:38:40 -0700
committerJisi Liu <liujisi@google.com>2014-09-04 10:38:40 -0700
commitec0c9e4a03f17810a2c641e55f011a2a24603ae8 (patch)
treee216e8c6c7b5268beab1ae86c0ed2cdb10bde60f
parent9faecf7e93e30932759a28bfd9b639b0c39fb974 (diff)
downloadprotobuf-ec0c9e4a03f17810a2c641e55f011a2a24603ae8.tar.gz
protobuf-ec0c9e4a03f17810a2c641e55f011a2a24603ae8.tar.bz2
protobuf-ec0c9e4a03f17810a2c641e55f011a2a24603ae8.zip
Bump version for maven-bundle-plugin
-rw-r--r--java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/pom.xml b/java/pom.xml
index a92da320..ded4d909 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -148,7 +148,7 @@
<instructions>
<Bundle-DocURL>http://code.google.com/p/protobuf</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
- <Export-Package>com.google.protobuf;version=2.5.0</Export-Package>
+ <Export-Package>com.google.protobuf;version=2.6.0</Export-Package>
</instructions>
</configuration>
</plugin>