Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Sep 27, 2016
1 parent ba7887a commit 46643ba
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>edu.wisc.my</groupId>
<artifactId>myuw-bridge-parent</artifactId>
<version>5</version>
</parent>

<groupId>edu.wisc.my</groupId>
<artifactId>key-value-store</artifactId>
<version>2.0.1-SNAPSHOT</version>
Expand All @@ -24,6 +18,17 @@
<url>https://github.com/UW-Madison-DoIT/KeyValueStore</url>
</scm>

<distributionManagement>
<repository>
<id>myuw-releases</id>
<url>https://artifacts.doit.wisc.edu/artifactory/myuw-maven-local-release/</url>
</repository>
<snapshotRepository>
<id>myuw-snapshots</id>
<url>https://artifacts.doit.wisc.edu/artifactory/myuw-maven-local-snapshot/</url>
</snapshotRepository>
</distributionManagement>

<packaging>war</packaging>

<repositories>
Expand Down

0 comments on commit 46643ba

Please sign in to comment.