Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
MUMMNG-3152 Update to not rely on code.doit (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertein authored Mar 1, 2017
1 parent f29c0ea commit cd35955
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>edu.wisc.doit.code</groupId>
<artifactId>shared-tools-uw-parent</artifactId>
<version>9</version>
<groupId>edu.wisc.my</groupId>
<artifactId>myuw-parent</artifactId>
<version>4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -43,8 +43,8 @@

<repositories>
<repository>
<id>code.doit-uw-releases</id>
<url>https://code.doit.wisc.edu/maven/content/repositories/uw-releases/</url>
<id>myuw-releases</id>
<url>https://artifacts.doit.wisc.edu/artifactory/myuw-maven-local-release/</url>
</repository>
</repositories>
<dependencyManagement>
Expand Down

0 comments on commit cd35955

Please sign in to comment.