Adapt to changes in Argeo Commons
[gpl/argeo-suite.git] / org.argeo.geo.ui / pom.xml
index f687d9e149222f70da2be14178e8b91ca652f4b4..18a51a1e79d844b27827024c87b478ee7e3751e3 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>2.3.2</version>
+               <version>2.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.geo.ui</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.ui</artifactId>
-                       <version>2.3.2</version>
+                       <version>2.3-SNAPSHOT</version>
+               </dependency>
+
+               <!-- Specific -->
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.swt.specific.rap</artifactId>
+                       <version>${version.argeo-commons}</version>
+                       <scope>provided</scope>
                </dependency>
 
                <!-- Eclipse E4 -->
                        <type>pom</type>
                        <scope>provided</scope>
                </dependency>
-               <!-- Specific -->
-               <dependency>
-                       <groupId>org.argeo.commons</groupId>
-                       <artifactId>org.argeo.eclipse.ui.rap</artifactId>
-                       <version>${version.argeo-commons}</version>
-                       <scope>provided</scope>
-               </dependency>
-
        </dependencies>
 </project>