]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/pom.xml
Ignore
[gpl/argeo-slc.git] / runtime / pom.xml
index 1c414f05e7db4432e07bc32cb12deb1141d689c5..ee07851b1c7e6e220e77bf0ad19f5cc3323fc4e3 100644 (file)
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.13.0-SNAPSHOT</version>
+               <version>0.13.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc</groupId>
@@ -11,7 +11,6 @@
        <packaging>pom</packaging>
        <name>SLC Runtime</name>
        <modules>
-               <module>org.argeo.slc.osgiboot</module>
                <module>org.argeo.slc.specs</module>
                <module>org.argeo.slc.core</module>
                <module>org.argeo.slc.unit</module>
@@ -85,7 +84,7 @@
                                        <manifestLocation>META-INF</manifestLocation>
                                        <instructions>
                                                <Bundle-Version>${project.version}-r${buildNumber}</Bundle-Version>
-                                               <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
+                                               <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                                                <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
                                                <_removeheaders>Bnd-LastModified</_removeheaders>
                                        </instructions>