diff options
Diffstat (limited to 'javanano/pom.xml')
-rw-r--r-- | javanano/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javanano/pom.xml b/javanano/pom.xml index 1a95a43e..2c9dd943 100644 --- a/javanano/pom.xml +++ b/javanano/pom.xml @@ -10,7 +10,7 @@ </parent> <groupId>com.google.protobuf.nano</groupId> <artifactId>protobuf-javanano</artifactId> - <version>3.0.0-alpha-4</version> + <version>3.0.0-alpha-5</version> <packaging>bundle</packaging> <name>Protocol Buffer JavaNano API</name> <description> @@ -165,7 +165,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-4</Export-Package> + <Export-Package>com.google.protobuf;version=3.0.0-alpha-5</Export-Package> </instructions> </configuration> </plugin> |