]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.3.4
[lgpl/argeo-commons.git] / osgi / plugins / org.argeo.osgi.ui.explorer / pom.xml
index c955ad9f9b4594951cdcbf72e70c8b20f00bcd97..4bb382dd64ad75bad9e86ea900aaf4743923c177 100644 (file)
@@ -2,19 +2,30 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.osgi</groupId>
-               <version>0.3.4-SNAPSHOT</version>
+               <version>0.3.4</version>
                <artifactId>plugins</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.osgi.ui.explorer</artifactId>
        <name>Commons OSGi Explorer</name>
        <dependencies>
+               <dependency>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui</artifactId>
+                       <version>0.3.4</version>
+               </dependency>
 
                <!-- RCP only dependency, needed at compile time -->
                <dependency>
                        <groupId>org.argeo.commons.eclipse</groupId>
                        <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
-                       <version>0.3.4-SNAPSHOT</version>
+                       <version>0.3.4</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.eclipse</groupId>
+                       <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
+                       <version>0.3.4</version>
                        <scope>provided</scope>
                </dependency>
        </dependencies>