]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.lib.detached/pom.xml
Explicitely set version Maven Bundle Plugin so that M2Eclipse plugin not always check...
[gpl/argeo-slc.git] / runtime / org.argeo.slc.lib.detached / pom.xml
index 95fea4c2f5df715908bb4f68e5e6200b36466dbf..c20ca319b34812260c43c991b4ac74014268fabf 100644 (file)
@@ -10,7 +10,7 @@
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.lib.detached</artifactId>
        <packaging>jar</packaging>
-       <name>Argeo SLC Agent</name>
+       <name>Argeo SLC Lib Detached</name>
        <build>
                <plugins>
                        <!-- Look to parent pom for inheritances -->
@@ -33,6 +33,7 @@
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
+                               <version>${version.maven-bundle-plugin}</version>
                                <configuration>
                                        <instructions>
                                                <Export-Package>
                </plugins>
        </build>
        <dependencies>
-               <dependency>
-                       <groupId>org.argeo.slc.runtime</groupId>
-                       <artifactId>org.argeo.slc.specs</artifactId>
-                       <version>${project.version}</version>
-               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.simple</artifactId>