[maven-release-plugin] prepare release argeo-commons-2.1.91
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.sdk / pom.xml
index 7561e45b57ff0eb1dc85fdaf2e09620634fabea0..d396327efc74706a1298ed36bd14529e51f003fa 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.76-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>dep</artifactId>
                <relativePath>..</relativePath>
        </parent>
                <!-- Parent dependencies -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.dep.cms.platform</artifactId>
-                       <version>2.1.76-SNAPSHOT</version>
+                       <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
+                       <version>2.1.91</version>
                        <type>pom</type>
                </dependency>
 
-               <!-- ALM Third Parties -->
-               <dependency>
-                       <groupId>org.argeo.tp.apache.ant</groupId>
-                       <artifactId>org.apache.ant</artifactId>
-               </dependency>
+               <!-- OSGi Boot for platform generation only, as it could be used by regular 
+                       Java applications to launch an OSGi runtime. -->
                <dependency>
-                       <groupId>org.argeo.tp.apache.ant</groupId>
-                       <artifactId>org.apache.ant.launch</artifactId>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>2.1.91</version>
+                       <scope>test</scope>
                </dependency>
+
+               <!-- ALM Third Parties -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
+               <!-- <artifactId>org.apache.ant</artifactId> -->
+               <!-- </dependency> -->
+               <!-- <dependency> -->
+               <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
+               <!-- <artifactId>org.apache.ant.launch</artifactId> -->
+               <!-- </dependency> -->
+
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>biz.aQute.bnd</artifactId>
+                       <artifactId>biz.aQute.bndlib</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.junit</artifactId>
                </dependency>
-
-               <!-- SLC -->
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
-                       <artifactId>org.dbunit</artifactId>
+                       <artifactId>org.hamcrest</artifactId>
                </dependency>
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.api</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.spi</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.util</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.impl</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.connector.basic</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.transport.classpath</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.aether</groupId> -->
-               <!-- <artifactId>org.eclipse.aether.transport.file</artifactId> -->
-               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.sdk</groupId>
                        <artifactId>org.redline-rpm</artifactId>
                </dependency>
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.sdk</groupId> -->
-               <!-- <artifactId>org.tmatesoft.svnkit</artifactId> -->
-               <!-- </dependency> -->
                <dependency>
                        <groupId>org.argeo.tp.misc</groupId>
                        <artifactId>com.googlecode.javaewah.JavaEWAH</artifactId>
                        <groupId>org.argeo.tp.misc</groupId>
                        <artifactId>org.eclipse.jgit</artifactId>
                </dependency>
-
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.misc</groupId> -->
-               <!-- <artifactId>org.postgresql.postgresql</artifactId> -->
-               <!-- </dependency> -->
-               <!-- <dependency> -->
-               <!-- <groupId>org.argeo.tp.misc</groupId> -->
-               <!-- <artifactId>org.h2</artifactId> -->
-               <!-- </dependency> -->
        </dependencies>
 
        <profiles>
                                                        </execution>
                                                </executions>
                                        </plugin>
-                                       <!-- <plugin> -->
-                                       <!-- <groupId>org.apache.maven.plugins</groupId> -->
-                                       <!-- <artifactId>maven-dependency-plugin</artifactId> -->
-                                       <!-- <executions> -->
-                                       <!-- <execution> -->
-                                       <!-- <id>copy-tp</id> -->
-                                       <!-- <phase>package</phase> -->
-                                       <!-- <goals> -->
-                                       <!-- <goal>copy-dependencies</goal> -->
-                                       <!-- </goals> -->
-                                       <!-- <configuration> -->
-                                       <!-- <includeTypes>jar</includeTypes> -->
-                                       <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
-                                       <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
-                                       <!-- <excludeTransitive>true</excludeTransitive> -->
-                                       <!-- <excludeArtifactIds>org.argeo.dep.cms.platform</excludeArtifactIds> -->
-                                       <!-- <includeTypes>jar</includeTypes> -->
-                                       <!-- <includeScope>runtime</includeScope> -->
-                                       <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
-                                       <!-- </configuration> -->
-                                       <!-- </execution> -->
-                                       <!-- </executions> -->
-                                       <!-- </plugin> -->
                                        <plugin>
                                                <groupId>org.codehaus.mojo</groupId>
                                                <artifactId>rpm-maven-plugin</artifactId>
                                                                <configuration>
                                                                        <name>argeo-cms-sdk-tp</name>
                                                                        <projversion>${version.argeo-tp}</projversion>
+                                                                       <release>${maven.build.timestamp}</release>
                                                                        <mappings>
                                                                                <mapping>
                                                                                        <directory>/usr/share/osgi</directory>