diff --git a/pom.xml b/pom.xml index c8572b40ae74f862408b2013e47aaa0496e8d522..f1aeaa7d0c0470dfdb1a8fda8128777837493a0a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <groupId>edu.wisc.services.tomcat</groupId> <artifactId>tomcat-file-property-source</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.0</version> <packaging>jar</packaging> <name>Tomcat File Property Source</name> @@ -16,14 +16,14 @@ <distributionManagement> <repository> - <id>code.doit-public-releases</id> - <name>code.doit Public Releases</name> - <url>https://code.doit.wisc.edu/maven/content/repositories/public-releases</url> + <id>uw-open-releases</id> + <name>artifacts.doit Open Releases</name> + <url>https://artifacts.doit.wisc.edu/artifactory/maven-uw-open-releases</url> </repository> <snapshotRepository> - <id>code.doit-public-snapshots</id> - <name>code.doit Public Snapshots</name> - <url>https://code.doit.wisc.edu/maven/content/repositories/public-snapshots</url> + <id>uw-open-snapshots</id> + <name>artifacts.doit Open Snapshots</name> + <url>https://artifacts.doit.wisc.edu/artifactory/maven-uw-open-snapshots</url> </snapshotRepository> </distributionManagement>