Skip to content

Commit

Permalink
updates to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Oct 12, 2016
1 parent 3c32fd8 commit 8f47d30
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>1.1.3</version>
<version>1.1.5</version>
</parent>

<artifactId>hub-common</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>integration-common</artifactId>
<version>1.0.2</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down Expand Up @@ -84,20 +84,4 @@
<version>1.7.21</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
<version>1.0.5-SNAPSHOT</version>
<configuration>
<hubUrl>http://integration-hub.blackducksoftware.com</hubUrl>
<hubUsername>sysadmin</hubUsername>
<hubPassword>blackduck</hubPassword>
<hubTimeout>120</hubTimeout>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8f47d30

Please sign in to comment.