aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2016-06-07 18:41:39 +0000
committerBenedikt Ritter <britter@apache.org>2016-06-07 18:41:39 +0000
commit9774f1ed50ba0115be58becffe4fae1da1b234e8 (patch)
tree33af9e4de904c66738a55c6d45da3d9cb20976f1 /pom.xml
parent3643e772cd3a70241d06a97450bb6860900ef023 (diff)
downloadapache-commons-bcel-9774f1ed50ba0115be58becffe4fae1da1b234e8.tar.gz
Finalize package rename by fixing documentation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1747293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e8fc8f4c..9ed6c137 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
<!-- Configuration properties for the OSGi maven-bundle-plugin -->
<commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
- <commons.osgi.export>org.apache.commons.bcel6.*;version=${project.version};-noimport:=true</commons.osgi.export>
+ <commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>
<commons.osgi.import>*</commons.osgi.import>
<commons.osgi.dynamicImport />
<commons.osgi.private />