[Schmitzm-commits] r783 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Apr 3 16:27:30 CEST 2010
Author: alfonx
Date: 2010-04-03 16:27:27 +0200 (Sat, 03 Apr 2010)
New Revision: 783
Modified:
trunk/pom.xml
Log:
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-01 01:10:01 UTC (rev 782)
+++ trunk/pom.xml 2010-04-03 14:27:27 UTC (rev 783)
@@ -240,25 +240,36 @@
</plugins>
</build>
- <repositories>
- <repository>
- <id>osgeo</id>
- <name>Open Source Geospatial Foundation Repository</name>
- <url>http://download.osgeo.org/webdav/geotools/</url>
- </repository>
- </repositories>
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
+ </repository>
+ </repositories>
- <distributionManagement>
- <repository>
- <id>artifactory-releases</id>
- <name>CPA Internal Repository</name>
- <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>
- </repository>
- <snapshotRepository>
- <id>artifactory</id>
- <name>CPA Internal Snapshot Repository</name>
- <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>
- </snapshotRepository>
- </distributionManagement>
+<distributionManagement>
+ <snapshotRepository>
+ <id>artifactory.wikisquare.de</id>
+ <name>artifactory.wikisquare.de-snapshots</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>
+ </snapshotRepository>
+ <repository>
+ <id>artifactory.wikisquare.de</id>
+ <name>artifactory.wikisquare.de-releases</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>
+ </repository>
+
+</distributionManagement>
+
</project>
More information about the Schmitzm-commits
mailing list