Browse Source

Merge pull request #15 from google/pom_version_fix

Bump version for maven-bundle-plugin
Jisi Liu 11 years ago
parent
commit
edc5994525
1 changed files with 1 additions and 1 deletions
  1. 1 1
      java/pom.xml

+ 1 - 1
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>