Skip to content

Commit

Permalink
Automated commit from task: commitPropertiesFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
serv-builder committed May 18, 2016
1 parent 8ce5a6a commit 0d39a9b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<?xml version="1.0" encoding="UTF-8"?><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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>

<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-common</artifactId>
<version>1.3.4-SNAPSHOT</version>

<version>1.3.4</version>
<name>General Code for Hub Integration with CI systems</name>
<inceptionYear>2015</inceptionYear>
<organization>
Expand All @@ -18,7 +15,6 @@
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html</url>
</license>
</licenses>

<developers>
<developer>
<id>jrichard</id>
Expand All @@ -31,7 +27,6 @@
<timezone>-5</timezone>
</developer>
</developers>

<distributionManagement>
<repository>
<id>bds-int-public</id>
Expand All @@ -42,15 +37,13 @@
<url>https://updates.suite.blackducksoftware.com/integrations/</url>
</snapshotRepository>
</distributionManagement>

<properties>
<build.info.version>2.0.2</build.info.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.resources.sourceEncoding>UTF-8</project.resources.sourceEncoding>
<slf4j.version>1.7.5</slf4j.version>
</properties>

<dependencies>
<dependency>
<groupId>com.blackducksoftware.integration</groupId>
Expand Down Expand Up @@ -153,7 +146,6 @@
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
<repository>
<id>maven-restlet</id>
Expand All @@ -165,7 +157,6 @@
<url>https://updates.suite.blackducksoftware.com/integrations/</url>
</repository>
</repositories>

<build>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 0d39a9b

Please sign in to comment.