/[schmitzm]/trunk/pom.xml
ViewVC logotype

Diff of /trunk/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 782 by alfonx, Sun Mar 21 12:12:06 2010 UTC revision 783 by alfonx, Sat Apr 3 14:27:27 2010 UTC
# Line 240  Line 240 
240                  </plugins>                  </plugins>
241          </build>          </build>
242    
243          <repositories>     <repositories>
244                  <repository>          <repository>
245                          <id>osgeo</id>            <snapshots>
246                          <name>Open Source Geospatial Foundation Repository</name>              <enabled>false</enabled>
247                          <url>http://download.osgeo.org/webdav/geotools/</url>            </snapshots>
248                  </repository>            <id>central</id>
249          </repositories>            <name>libs-releases</name>
250              <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
251            </repository>
252            <repository>
253              <snapshots />
254              <id>snapshots</id>
255              <name>libs-snapshots</name>
256              <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
257            </repository>
258          </repositories>
259    
260          <distributionManagement>  <distributionManagement>
261                  <repository>  
262                          <id>artifactory-releases</id>      <snapshotRepository>
263                          <name>CPA Internal Repository</name>          <id>artifactory.wikisquare.de</id>
264                          <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>          <name>artifactory.wikisquare.de-snapshots</name>
265                  </repository>          <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>
266                  <snapshotRepository>      </snapshotRepository>
267                          <id>artifactory</id>      <repository>
268                          <name>CPA Internal Snapshot Repository</name>          <id>artifactory.wikisquare.de</id>
269                          <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>          <name>artifactory.wikisquare.de-releases</name>
270                  </snapshotRepository>          <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>
271          </distributionManagement>      </repository>
272            
273    </distributionManagement>
274    
275  </project>  </project>

Legend:
Removed from v.782  
changed lines
  Added in v.783

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26