]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Move SLC API
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cf3a0303625adeaae4e63f69fe85c57c6bf449d0..4063097e1bcdb4bfb8270603224624adf5e4494f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,27 +3,30 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>1.2.0</version>
+               <version>2.1.17-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>1.1.12-SNAPSHOT</version>
+       <version>2.1.1-SNAPSHOT</version>
        <properties>
-               <developmentCycle.slc>1.1</developmentCycle.slc>
-               <developmentCycle.startDate>2012-06-27</developmentCycle.startDate>
-               <version.slc>1.1.11</version.slc>
+               <developmentCycle.slc>2.1</developmentCycle.slc>
+               <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
+               <version.slc>2.1.1-SNAPSHOT</version.slc>
        </properties>
        <modules>
-               <module>runtime</module>
-               <module>modules</module>
-               <module>plugins</module>
-               <module>dep</module>
-               <module>lib</module>
-               <module>archetypes</module>
-               <module>dist</module>
-               <module>demo</module>
+               <module>org.argeo.slc.api</module>
+
+<!--           <module>runtime</module> -->
+<!--           <module>modules</module> -->
+<!--           <module>plugins</module> -->
+<!--           <module>archetypes</module> -->
+
+<!--           <module>lib</module> -->
+<!--           <module>dep</module> -->
+<!--           <module>dist</module> -->
+<!--           <module>demo</module> -->
        </modules>
        <url>http://projects.argeo.org/slc/</url>
        <scm>
@@ -105,7 +108,7 @@ limitations under the License.
        <repositories>
                <repository>
                        <id>argeo-commons</id>
-                       <url>http://repo.argeo.org/data/public/java/org.argeo.commons-1.2.x</url>
+                       <url>http://repo.argeo.org/data/public/java/argeo-commons-2.1</url>
                        <releases>
                                <enabled>true</enabled>
                                <updatePolicy>daily</updatePolicy>
@@ -116,12 +119,12 @@ limitations under the License.
        <distributionManagement>
                <repository>
                        <id>staging</id>
-                       <url>dav:https://repo.argeo.org/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/java/argeo-slc-${developmentCycle.slc}</url>
                        <uniqueVersion>false</uniqueVersion>
                </repository>
                <site>
                        <id>site</id>
-                       <url>dav:https://repo.argeo.org/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                       <url>dav:https://repo.argeo.org/data/files/docs/argeo-slc-${developmentCycle.slc}</url>
                </site>
        </distributionManagement>
        <profiles>
@@ -129,12 +132,12 @@ limitations under the License.
                        <id>localrepo</id>
                        <distributionManagement>
                                <repository>
-                                       <id>localrepo</id>
-                                       <url>dav:http://localhost:7070/data/files/java/org.argeo.slc-${developmentCycle.slc}.x</url>
+                                       <id>staging</id>
+                                       <url>dav:http://localhost:7070/data/files/java/argeo-slc-${developmentCycle.slc}</url>
                                </repository>
                                <site>
                                        <id>site</id>
-                                       <url>dav:http://localhost:7070/data/files/docs/org.argeo.slc-${developmentCycle.slc}.x</url>
+                                       <url>dav:http://localhost:7070/data/files/docs/argeo-slc-${developmentCycle.slc}</url>
                                </site>
                        </distributionManagement>
                </profile>