Adapt to Argeo TP v2.1.6
[lgpl/argeo-commons.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 041dc35b93013312802090e77a475a5f9b36b969..e10581b251538648951701dc4979036c68005d02 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
                <version.argeo-commons>2.1.14-SNAPSHOT</version.argeo-commons>
                <developmentCycle.argeo-commons>2.1</developmentCycle.argeo-commons>
                <developmentCycle.argeo-commons.startDate>2012-12-19</developmentCycle.argeo-commons.startDate>
-               <version.argeo-distribution>2.1.5</version.argeo-distribution>
+               <version.argeo-distribution>2.1.6</version.argeo-distribution>
                <!-- RPM -->
                <rpm.release>6</rpm.release>
                <rpm.stagingRepository>/srv/rpmfactory/argeo-osgi-2-staging/6/x86_64</rpm.stagingRepository>
@@ -276,7 +276,7 @@ limitations under the License.
                                <plugin>
                                        <groupId>org.argeo.maven.plugins</groupId>
                                        <artifactId>maven-argeo-osgi-plugin</artifactId>
-                                       <version>1.1.3</version>
+                                       <version>1.1.4</version>
                                </plugin>
                                <!-- Site -->
                                <plugin>
@@ -451,9 +451,20 @@ limitations under the License.
        <profiles>
                <profile>
                        <id>localrepo</id>
+                       <repositories>
+                               <repository>
+                                       <id>argeo-tp</id>
+                                       <url>http://localhost:7080/data/public/java/argeo-tp-${developmentCycle.argeo-commons}/</url>
+                                       <releases>
+                                               <enabled>true</enabled>
+                                               <updatePolicy>daily</updatePolicy>
+                                               <checksumPolicy>warn</checksumPolicy>
+                                       </releases>
+                               </repository>
+                       </repositories>
                        <distributionManagement>
                                <repository>
-                                       <id>localrepo</id>
+                                       <id>staging</id>
                                        <name>Internal Release Repository</name>
                                        <url>dav:http://localhost:7080/data/files/java/argeo-commons-${developmentCycle.argeo-commons}</url>
                                </repository>