]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.rap/pom.xml
[maven-release-plugin] prepare release argeo-slc-1.1.6
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.rap / pom.xml
index 2ec27167925378b1dc6b9d6b388f19ae90005398..059692e9d2ca0e5e89ea5a7fdb50a976756a7d70 100644 (file)
@@ -3,14 +3,22 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>0.14.2</version>
+               <version>1.1.6</version>
                <relativePath>..</relativePath>
        </parent>
-       <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.rap</artifactId>
        <name>SLC Eclipse RAP Dependencies</name>
        <build>
                <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <SLC-ModularDistribution>default</SLC-ModularDistribution>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                        <plugin>
                                <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.slc.dep</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.dep.eclipse</artifactId>
-                       <version>0.14.2</version>
+                       <version>1.1.6</version>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.slc.eclipse</groupId>
+                       <groupId>org.argeo.slc</groupId>
                        <artifactId>org.argeo.slc.client.rap</artifactId>
-                       <version>0.14.2</version>
+                       <version>1.1.6</version>
                </dependency>
 
                <!-- Secure Application -->
                        <artifactId>org.argeo.security.dep.node.rap</artifactId>
                        <version>${version.argeo-commons}</version>
                </dependency>
+
+               <!-- For target platform generation -->
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.unit</artifactId>
+                       <version>1.1.6</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc</groupId>
+                       <artifactId>org.argeo.slc.support.maven</artifactId>
+                       <version>1.1.6</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
        <profiles>
                <profile>
                                                                </goals>
                                                                <configuration>
                                                                        <name>slc-rap</name>
-                                                                       <copyright>2011 Argeo</copyright>
                                                                        <mappings>
                                                                                <mapping>
                                                                                        <directory>/usr/share/osgi/rap</directory>
                                                                                        <directoryIncluded>false</directoryIncluded>
                                                                                        <dependency>
                                                                                                <includes>
-                                                                                                       <include>org.argeo.slc.eclipse:org.argeo.slc.client.rap</include>
+                                                                                                       <include>org.argeo.slc:org.argeo.slc.client.rap</include>
                                                                                                </includes>
                                                                                        </dependency>
                                                                                </mapping>