Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
using latest hub-common-rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed May 31, 2017
1 parent 33d0d71 commit ca22002
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</parent>

<artifactId>phone-home-api</artifactId>
<version>1.6.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>Phone Home API</name>
<url>http://maven.apache.org</url>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-common-rest</artifactId>
<version>1.1.1</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.mock-server</groupId>
Expand Down

0 comments on commit ca22002

Please sign in to comment.