Revert to previous version of RPM Maven plugin
[lgpl/argeo-commons.git] / dist / osgi-boot / pom.xml
index 7c67df4f7d66f1436d0105ae660735906e34abe9..002e07546866eacd5183ffa7d2ab41fcc4a044dd 100644 (file)
@@ -10,6 +10,9 @@
        <artifactId>osgi-boot</artifactId>
        <packaging>pom</packaging>
        <name>Commons OSGi Boot Distribution</name>
+       <properties>
+               <version.equinox>3.9.1.v20140110-1610</version.equinox>
+       </properties>
        <profiles>
                <profile>
                        <id>rpmbuild</id>
@@ -23,7 +26,7 @@
                                                                <id>copy-dependencies</id>
                                                                <phase>package</phase>
                                                                <goals>
-                                                                       <goal>copy-dependencies</goal>
+                                                                       <goal>copy</goal>
                                                                </goals>
                                                                <configuration>
                                                                        <includeTypes>jar</includeTypes>
                                                                                <artifactItem>
                                                                                        <groupId>org.argeo.commons</groupId>
                                                                                        <artifactId>org.argeo.osgi.boot</artifactId>
-                                                                                       <version>2.1.12-SNAPSHOT</version>
+                                                                                       <version>${version.argeo-commons}</version>
+                                                                                       <type>jar</type>
+                                                                               </artifactItem>
+                                                                               <artifactItem>
+                                                                                       <groupId>org.argeo.tp.equinox</groupId>
+                                                                                       <artifactId>org.eclipse.osgi</artifactId>
+                                                                                       <version>${version.equinox}</version>
                                                                                        <type>jar</type>
                                                                                </artifactItem>
                                                                        </artifactItems>