]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - dist/osgi-boot/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / dist / osgi-boot / pom.xml
index eda8c0aae911ecfb86baa610093b1f25f34a86f7..6b4ca9a00513e011d07d1ca8d66985e092af0295 100644 (file)
@@ -2,47 +2,53 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.12</version>
+               <version>2.1.29-SNAPSHOT</version>
                <artifactId>dist</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>osgi-boot</artifactId>
        <packaging>pom</packaging>
-       <name>Commons OSGi Boot Distribution</name>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>copy-dependencies</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>copy-dependencies</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <includeTypes>jar</includeTypes>
-                                                       <stripVersion>true</stripVersion>
-                                                       <outputDirectory>${project.build.directory}/lib</outputDirectory>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.osgi.boot</artifactId>
-                       <version>2.1.12</version>
-               </dependency>
-       </dependencies>
+       <name>Commons Deployable OSGi Boot</name>
+       <properties>
+               <version.equinox>3.10.1.v20140909-1633</version.equinox>
+       </properties>
        <profiles>
                <profile>
                        <id>rpmbuild</id>
                        <build>
                                <plugins>
+                                       <plugin>
+                                               <groupId>org.apache.maven.plugins</groupId>
+                                               <artifactId>maven-dependency-plugin</artifactId>
+                                               <executions>
+                                                       <execution>
+                                                               <id>copy-dependencies</id>
+                                                               <phase>package</phase>
+                                                               <goals>
+                                                                       <goal>copy</goal>
+                                                               </goals>
+                                                               <configuration>
+                                                                       <includeTypes>jar</includeTypes>
+                                                                       <stripVersion>true</stripVersion>
+                                                                       <outputDirectory>${project.build.directory}/lib</outputDirectory>
+                                                                       <artifactItems>
+                                                                               <artifactItem>
+                                                                                       <groupId>org.argeo.commons</groupId>
+                                                                                       <artifactId>org.argeo.osgi.boot</artifactId>
+                                                                                       <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>
+                                                               </configuration>
+                                                       </execution>
+                                               </executions>
+                                       </plugin>
                                        <plugin>
                                                <groupId>org.codehaus.mojo</groupId>
                                                <artifactId>rpm-maven-plugin</artifactId>