aboutsummaryrefslogtreecommitdiff
path: root/javanano
diff options
context:
space:
mode:
Diffstat (limited to 'javanano')
-rw-r--r--javanano/pom.xml14
1 files changed, 12 insertions, 2 deletions
diff --git a/javanano/pom.xml b/javanano/pom.xml
index 3d8cfb9f..f0bcc333 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-3-pre</version>
+ <version>3.0.0-alpha-4-pre</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-3-pre</Export-Package>
+ <Export-Package>com.google.protobuf;version=3.0.0-alpha-3</Export-Package>
</instructions>
</configuration>
</plugin>
@@ -174,6 +174,16 @@
<profiles>
<profile>
<id>release</id>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>sonatype-nexus-staging</id>
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ </snapshotRepository>
+ <repository>
+ <id>sonatype-nexus-staging</id>
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
+ </distributionManagement>
<build>
<plugins>
<plugin>