Use Commons v2.1.40
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Jun 2016 17:22:41 +0000 (17:22 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 2 Jun 2016 17:22:41 +0000 (17:22 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@8958 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 5131435a4e1cf9d63205625613a1a09afab03d73..d21df9766e84a68ee7ed2ccb9c08409ddb079598 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
        <parent>
                <groupId>org.argeo.commons</groupId>
                <artifactId>argeo-commons</artifactId>
-               <version>2.1.40-SNAPSHOT</version>
+               <version>2.1.40</version>
        </parent>
        <groupId>org.argeo.slc</groupId>
        <artifactId>argeo-slc</artifactId>
@@ -117,6 +117,27 @@ limitations under the License.
                        </plugin>
                </plugins>
        </build>
+       <repositories>
+               <repository>
+                       <id>argeo</id>
+                       <url>http://forge.argeo.org/data/public/java/argeo-2.1/</url>
+                       <releases>
+                               <enabled>true</enabled>
+                               <updatePolicy>daily</updatePolicy>
+                               <checksumPolicy>warn</checksumPolicy>
+                       </releases>
+               </repository>
+               <repository>
+                       <id>central</id>
+                       <url>http://repo1.maven.org/maven2</url>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+               </repository>
+       </repositories>
        <profiles>
                <profile>
                        <id>localrepo</id>