]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/features/org.argeo.eclipse.dep.common/pom.xml
Implementation of file handlers for both RCP & RAP
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.common / pom.xml
index 0b2151a615b4dbeccec1744ed488637dbf2ee6aa..2fd61558b5074136a4f53a4dffa704120eded208 100644 (file)
@@ -1,14 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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>features</artifactId>
-               <version>0.2.2</version>
+               <version>0.2.3-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.eclipse.dep.common</artifactId>
-       <name>Argeo Commons RCP Dependencies</name>
+       <name>Commons Eclipse Shared Dependencies</name>
        <build>
                <plugins>
                        <plugin>
@@ -46,5 +47,7 @@
                        <groupId>org.eclipse.equinox</groupId>
                        <artifactId>org.eclipse.equinox.security</artifactId>
                </dependency>
+
+               
        </dependencies>
 </project>