diff options
Diffstat (limited to 'java/sca/modules/node-launcher-osgi')
-rw-r--r-- | java/sca/modules/node-launcher-osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/node-launcher-osgi/pom.xml b/java/sca/modules/node-launcher-osgi/pom.xml index 682a1725df..f5e9d48f08 100644 --- a/java/sca/modules/node-launcher-osgi/pom.xml +++ b/java/sca/modules/node-launcher-osgi/pom.xml @@ -137,7 +137,7 @@ <configuration> <instructions> <Bundle-Version>${tuscany.version}</Bundle-Version> - <Bundle-SymbolicName>org.apache.tuscany.sca.node2.launcher.osgi</Bundle-SymbolicName> + <Bundle-SymbolicName>org.apache.tuscany.sca.node.launcher.osgi</Bundle-SymbolicName> <Bundle-Description>${pom.name}</Bundle-Description> <Export-Package>org.apache.tuscany.sca.node.osgi.launcher*</Export-Package> </instructions> |