aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xiaofeng@google.com>2016-08-30 10:31:45 -0700
committerGravatar GitHub <noreply@github.com>2016-08-30 10:31:45 -0700
commitc0a6a6b4628a634f6a0529c9f7e9e1e0fe66d4d6 (patch)
treeda2b6ad58078a0617485feb5f91e8e195efda9e6
parent8c936063570e5ede2ac41cf49aefe1075f1c7251 (diff)
parentb6dec9b8d47f583284ddcaa4eede284909d4c844 (diff)
Merge pull request #2033 from frett/osgiExport
update the OSGi metadata for the javanano package
-rw-r--r--javanano/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/javanano/pom.xml b/javanano/pom.xml
index e6a03d15..6ebba3cf 100644
--- a/javanano/pom.xml
+++ b/javanano/pom.xml
@@ -164,8 +164,8 @@
<configuration>
<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-7</Export-Package>
+ <Bundle-SymbolicName>com.google.protobuf.nano</Bundle-SymbolicName>
+ <Export-Package>com.google.protobuf.nano;version=3.0.0-alpha-7</Export-Package>
</instructions>
</configuration>
</plugin>