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

Commit

Permalink
creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed May 9, 2017
1 parent 60e3602 commit 1ca0dd2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.blackducksoftware.integration</groupId>
<artifactId>common-maven-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>

<name>Common Maven Parent POM</name>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.8</version>
<version>2.4.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -343,6 +343,12 @@ under the License.</inlineHeader>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down Expand Up @@ -487,12 +493,6 @@ under the License.</inlineHeader>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 1ca0dd2

Please sign in to comment.