[maven-release-plugin] prepare release argeo-commons-2.1.85
[lgpl/argeo-commons.git] / demo / pom.xml
index 67b517b033fa32d27573fb92be520d49cd996138..35b66b1a928e224cb2af719dee68d2a14bf8824a 100644 (file)
@@ -3,14 +3,70 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.3.5-SNAPSHOT</version>
                <artifactId>argeo-commons</artifactId>
+               <version>2.1.85</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>demo</artifactId>
        <name>Commons Demo</name>
        <packaging>pom</packaging>
-       <modules>
-               <module>plugins</module>
-       </modules>
+       <build>
+       </build>
+       <dependencies>
+               <dependency>
+                       <groupId>org.argeo.tp.equinox</groupId>
+                       <artifactId>org.eclipse.osgi</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>2.1.85</version>
+               </dependency>
+       </dependencies>
+       <profiles>
+               <profile>
+                       <id>argeo_node_rap</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>argeo-osgi-plugin</artifactId>
+                                               <configuration>
+                                                       <systemPropertiesFile>argeo_node_rap.properties</systemPropertiesFile>
+                                                       <execDir>exec/argeo_node_rap</execDir>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.commons</groupId>
+                                       <artifactId>org.argeo.dep.cms.sdk</artifactId>
+                                       <version>2.1.85</version>
+                               </dependency>
+                       </dependencies>
+               </profile>
+               <profile>
+                       <id>cms-e4-rap</id>
+                       <build>
+                               <plugins>
+                                       <plugin>
+                                               <groupId>org.argeo.maven.plugins</groupId>
+                                               <artifactId>argeo-osgi-plugin</artifactId>
+                                               <configuration>
+                                                       <systemPropertiesFile>cms-e4-rap.properties</systemPropertiesFile>
+                                                       <execDir>exec/cms-e4-rap</execDir>
+                                               </configuration>
+                                       </plugin>
+                               </plugins>
+                       </build>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.argeo.commons</groupId>
+                                       <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
+                                       <version>2.1.85</version>
+                               </dependency>
+                       </dependencies>
+               </profile>
+       </profiles>
 </project>
\ No newline at end of file