]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - pom.xml
Use Java 1.8
[gpl/argeo-slc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6721dbb19cae05e815e3a551d2770d9cc6d64559..5131435a4e1cf9d63205625613a1a09afab03d73 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,19 +3,17 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.39</version>
+               <version>2.1.40-SNAPSHOT</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
        <packaging>pom</packaging>
        <name>Argeo SLC</name>
-       <version>2.1.2</version>
+       <version>2.1.3-SNAPSHOT</version>
        <properties>
                <developmentCycle.slc>2.1</developmentCycle.slc>
                <developmentCycle.startDate>2015-02-12</developmentCycle.startDate>
-               <version.slc>2.1.2-SNAPSHOT</version.slc>
-               <!-- Libraries versions -->
-               <version.argeo-tp-extras>2.1.7</version.argeo-tp-extras>
+               <version.slc>2.1.3-SNAPSHOT</version.slc>
        </properties>
        <modules>
                <!-- Runtime -->
@@ -44,9 +42,9 @@
        </modules>
        <url>http://projects.argeo.org/slc/</url>
        <scm>
-               <connection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-2.1.2</connection>
-               <developerConnection>scm:svn:https://svn.argeo.org/slc/tags/argeo-slc-2.1.2</developerConnection>
-               <url>https://svn.argeo.org/slc/tags/argeo-slc-2.1.2</url>
+               <connection>scm:svn:https://svn.argeo.org/slc/trunk</connection>
+               <developerConnection>scm:svn:https://svn.argeo.org/slc/trunk</developerConnection>
+               <url>https://svn.argeo.org/slc/trunk</url>
        </scm>
        <inceptionYear>2007</inceptionYear>
        <licenses>
@@ -119,56 +117,6 @@ limitations under the License.
                        </plugin>
                </plugins>
        </build>
-       <repositories>
-               <repository>
-                       <id>argeo-commons</id>
-                       <url>http://repo.argeo.org/data/public/java/argeo-commons-2.1</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-               </repository>
-               <repository>
-                       <id>argeo-tp-extras</id>
-                       <url>http://forge.argeo.org/data/public/java/argeo-tp-extras-2.1</url>
-                       <releases>
-                               <enabled>true</enabled>
-                               <updatePolicy>daily</updatePolicy>
-                               <checksumPolicy>warn</checksumPolicy>
-                       </releases>
-               </repository>
-       </repositories>
-       <dependencies>
-               <dependency>
-                       <groupId>org.argeo.tp.extras</groupId>
-                       <artifactId>argeo-tp-extras</artifactId>
-                       <version>${version.argeo-tp-extras}</version>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.argeo.tp.extras</groupId>
-                               <artifactId>argeo-tp-extras</artifactId>
-                               <version>${version.argeo-tp-extras}</version>
-                               <scope>import</scope>
-                               <type>pom</type>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-       <distributionManagement>
-               <repository>
-                       <id>staging</id>
-                       <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/argeo-slc-${developmentCycle.slc}</url>
-               </site>
-       </distributionManagement>
        <profiles>
                <profile>
                        <id>localrepo</id>