]> 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 5376fa05690ed8ce6d1426a463cc23d0adac1916..5131435a4e1cf9d63205625613a1a09afab03d73 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,22 +1,19 @@
-<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.32</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.1-SNAPSHOT</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.1-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 -->
@@ -120,72 +117,31 @@ 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>
                        <repositories>
                                <repository>
                                        <id>argeo-tp</id>
-                                       <url>http://localhost:7080/data/public/java/argeo-tp-${developmentCycle.argeo-commons}/</url>
+                                       <url>http://localhost:7070/data/public/java/argeo-${developmentCycle.argeo-commons}</url>
                                        <releases>
                                                <enabled>true</enabled>
                                                <updatePolicy>daily</updatePolicy>
                                                <checksumPolicy>warn</checksumPolicy>
                                        </releases>
                                </repository>
+<!--                           <repository> -->
+<!--                                   <id>argeo-tp-extras</id> -->
+<!--                                   <url>http://localhost:7080/data/public/java/argeo-tp-extras-2.1</url> -->
+<!--                                   <releases> -->
+<!--                                           <enabled>true</enabled> -->
+<!--                                           <updatePolicy>daily</updatePolicy> -->
+<!--                                           <checksumPolicy>warn</checksumPolicy> -->
+<!--                                   </releases> -->
+<!--                           </repository> -->
                                <repository>
-                                       <id>argeo-tp-extras</id>
-                                       <url>http://localhost:7080/data/public/java/argeo-tp-extras-2.1</url>
+                                       <id>argeo-commons</id>
+                                       <url>http://localhost:7070/data/public/java/argeo-${developmentCycle.argeo-commons}</url>
                                        <releases>
                                                <enabled>true</enabled>
                                                <updatePolicy>daily</updatePolicy>