]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/dep/org.argeo.eclipse.dep.rap/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.2
[lgpl/argeo-commons.git] / eclipse / dep / org.argeo.eclipse.dep.rap / pom.xml
index 4f4c150ddde79bf265f12cd7f77add01ff782ecc..3e3dbd2817b13a30afc551493c6dadc00d4bfd6f 100644 (file)
@@ -1,15 +1,17 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.eclipse</groupId>
                <artifactId>dep</artifactId>
-               <version>1.1.1-SNAPSHOT</version>
+               <version>1.1.2</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.rap</artifactId>
        <name>Commons Eclipse RAP Dependencies</name>
+       <properties>
+               <version.rap>1.3.2</version.rap>
+       </properties>
        <build>
                <plugins>
                        <plugin>
@@ -70,7 +72,6 @@
                <dependency>
                        <groupId>org.argeo.tp.rap</groupId>
                        <artifactId>org.eclipse.rwt.widgets.upload</artifactId>
-                       <version>1.0.0.argeo002</version>
                </dependency>
                <!-- Needed by the bundle above -->
                <dependency>
                        <artifactId>javax.servlet</artifactId>
                </dependency>
 
+               <!-- Security -->
+               <dependency>
+                       <groupId>org.argeo.tp.rap</groupId>
+                       <artifactId>org.eclipse.equinox.security</artifactId>
+               </dependency>
+
        </dependencies>
+       <dependencyManagement>
+               <dependencies>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+                       <dependency>
+                               <groupId>org.argeo.tp.rap.platform</groupId>
+                               <artifactId>binaries</artifactId>
+                               <version>${version.argeo-distribution}</version>
+                               <type>pom</type>
+                               <scope>import</scope>
+                       </dependency>
+               </dependencies>
+       </dependencyManagement>
        <profiles>
                <profile>
                        <id>check-osgi</id>
                                                                <configuration>
                                                                        <target>
                                                                                <copy todir="${rpm.stagingRepository}" verbose="true">
-                                                                                       <fileset dir="${project.build.directory}/rpm"
-                                                                                               includes="*/RPMS/**/*.rpm" />
+                                                                                       <fileset dir="${project.build.directory}/rpm" includes="*/RPMS/**/*.rpm" />
                                                                                        <flattenmapper />
                                                                                </copy>
                                                                        </target>