Skip to content

Commit

Permalink
Update POM with new maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkm committed Oct 9, 2015
1 parent 00c3922 commit d6085dc
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repository>
<id>boundless</id>
<name>Boundless Maven Repository</name>
<url>http://repo.boundlessgeo.com/main</url>
<url>https://repo.boundlessgeo.com/main</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down Expand Up @@ -72,14 +72,14 @@
<repository>
<id>boundless</id>
<name>Boundless</name>
<url>http://repo.boundlessgeo.com/main</url>
<url>https://boundless.artifactoryonline.com/boundless/release/</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>boundless</id>
<uniqueVersion>false</uniqueVersion>
<name>Boundless Maven Repository</name>
<url>http://repo.boundlessgeo.com/main</url>
<url>https://boundless.artifactoryonline.com/boundless/snapshot/</url>
</snapshotRepository>
</distributionManagement>

Expand Down Expand Up @@ -627,25 +627,6 @@
</pluginManagement>
</build>

<profiles>
<profile>
<id>deploy.boundless</id>
<distributionManagement>
<repository>
<id>boundless</id>
<uniqueVersion>false</uniqueVersion>
<name>Boundless Maven Repository</name>
<url>http://repo.boundlessgeo.com/main</url>
</repository>
<snapshotRepository>
<id>boundless</id>
<uniqueVersion>false</uniqueVersion>
<name>Boundless Maven Repository</name>
<url>http://repo.boundlessgeo.com/main</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>

<modules>
<module>core</module>
Expand All @@ -662,4 +643,4 @@
<module>arcgiscache</module>
<module>distributed</module>
</modules>
</project>
</project>

0 comments on commit d6085dc

Please sign in to comment.