]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.cms/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.cms / pom.xml
index 4833692aa5b01962f80ee5a5e2bab5651fcf4d02..b2a398d2a1330df37373f7700f1d6da696e25fa1 100644 (file)
@@ -1,41 +1,45 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<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</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.12-SNAPSHOT</version>
+               <version>2.1.14-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.cms</artifactId>
-       <name>Argeo Content Management System</name>
+       <name>Commons Content Management System</name>
        <packaging>jar</packaging>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.server.jcr</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <version>2.1.14-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons</groupId>
+                       <artifactId>org.argeo.server.jackrabbit</artifactId>
+                       <version>2.1.14-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.security.core</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <version>2.1.14-SNAPSHOT</version>
                </dependency>
 
                <!-- Files -->
-               <dependency>
+               <!--  <dependency>
                        <groupId>org.argeo.tp.rap.addons</groupId>
                        <artifactId>org.eclipse.rap.addons.fileupload</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rap.addons</groupId>
                        <artifactId>org.eclipse.rap.addons.filedialog</artifactId>
-               </dependency>
+               </dependency> -->
 
                <!-- RAP -->
-               <dependency>
+               <!--  <dependency>
                        <groupId>org.argeo.tp.rap.platform</groupId>
                        <artifactId>org.eclipse.rap.rwt</artifactId>
                </dependency>
                <dependency>
                        <groupId>org.argeo.tp.rap.platform</groupId>
                        <artifactId>org.eclipse.core.commands</artifactId>
-               </dependency>
+               </dependency>  -->
                <!--  Argeo base Eclipse utilities. -->
                <dependency>
                        <groupId>org.argeo.commons</groupId>
                        <artifactId>org.argeo.eclipse.ui</artifactId>
-                       <version>2.1.12-SNAPSHOT</version>
+                       <version>2.1.14-SNAPSHOT</version>
                </dependency>
 
 
                <!-- OSGi -->
-               <dependency>
-                       <groupId>org.argeo.tp</groupId>
-                       <artifactId>org.springframework.osgi.core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.argeo.tp.rap.platform</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-                       <scope>provided</scope>
-               </dependency>
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.tp</groupId> -->
+<!--                   <artifactId>org.springframework.osgi.core</artifactId> -->
+<!--           </dependency> -->
+<!--           <dependency> -->
+<!--                   <groupId>org.argeo.tp.rap.platform</groupId> -->
+<!--                   <artifactId>org.eclipse.osgi</artifactId> -->
+<!--                   <scope>provided</scope> -->
+<!--           </dependency> -->
        </dependencies>
 </project>
\ No newline at end of file