[maven-release-plugin] prepare release argeo-commons-2.1.91
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.rap / pom.xml
index c9e3e00f29470586bb4a04c02cbbd9ce10f40c18..b3c5c59efdaf6252b0655fe8be2fb9bf5a486acb 100644 (file)
@@ -3,39 +3,47 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>2.1.13-SNAPSHOT</version>
+               <version>2.1.91</version>
                <artifactId>argeo-commons</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.ui.rap</artifactId>
        <name>Commons Eclipse UI RAP</name>
-       <description>Provide rap specific classes and behaviour in order to provide single sourcing abilities</description>
-       <packaging>jar</packaging>
        <dependencies>
-               <!-- Generic base UI classes. -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.13-SNAPSHOT</version>
+                       <version>2.1.91</version>
                </dependency>
 
-               <!-- Base distribution for RAP projects -->
+               <!-- UI -->
                <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.dep.rap</artifactId>
-                       <type>pom</type>
-                       <version>2.1.13-SNAPSHOT</version>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.eclipse.rap.rwt</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.eclipse.core.commands</artifactId>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.eclipse.rap.jface</artifactId>
+                       <scope>provided</scope>
                </dependency>
 
-               <!-- Utils and logging -->
+               <!-- File upload -->
                <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.util</artifactId>
-                       <version>2.1.13-SNAPSHOT</version>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.eclipse.rap.filedialog</artifactId>
+                       <scope>provided</scope>
                </dependency>
-                       <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>slf4j.org.apache.commons.logging</artifactId>
+               <dependency>
+                       <groupId>org.argeo.tp.rap.e4</groupId>
+                       <artifactId>org.eclipse.rap.fileupload</artifactId>
+                       <scope>provided</scope>
                </dependency>
+
        </dependencies>
 </project>
\ No newline at end of file