]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - base/runtime/org.argeo.eclipse.ui.jcr/pom.xml
Cleanup pom
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui.jcr / pom.xml
index 62141ed4c36703778bd3cf175c1b62dda0f32afb..f72f9bf61933849d68845c424aed9a3516b0d881 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.base</groupId>
-               <version>1.1.4-SNAPSHOT</version>
+               <version>1.1.4</version>
                <artifactId>runtime</artifactId>
                <relativePath>..</relativePath>
        </parent>
@@ -43,9 +43,9 @@
        </build>
        <dependencies>
                <dependency>
-                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.4</version>
                </dependency>
 
                <!-- JCR -->
                <dependency>
                        <groupId>org.argeo.commons.server</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.4</version>
                </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
-                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.4</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <groupId>org.argeo.commons.base</groupId>
                        <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <version>1.1.4</version>
                        <scope>provided</scope>
                </dependency>
 
                <!-- Argeo Commons -->
                <dependency>
-                       <groupId>org.argeo.commons.basic</groupId>
-                       <artifactId>org.argeo.basic.nodeps</artifactId>
-                       <version>1.1.4-SNAPSHOT</version>
+                       <groupId>org.argeo.commons.base</groupId>
+                       <artifactId>org.argeo.util</artifactId>
+                       <version>1.1.4</version>
                </dependency>
 
                <!-- Logging -->