diff options
author | Jisi Liu <liujisi@google.com> | 2014-09-04 10:38:40 -0700 |
---|---|---|
committer | Jisi Liu <liujisi@google.com> | 2014-09-04 10:38:40 -0700 |
commit | ec0c9e4a03f17810a2c641e55f011a2a24603ae8 (patch) | |
tree | e216e8c6c7b5268beab1ae86c0ed2cdb10bde60f /java | |
parent | 9faecf7e93e30932759a28bfd9b639b0c39fb974 (diff) |
Bump version for maven-bundle-plugin
Diffstat (limited to 'java')
-rw-r--r-- | java/pom.xml | 2 |
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> |