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

MUMMNG-3152 Update to not rely on code.doit #75

Merged
merged 1 commit into from
Mar 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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