aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-12-10 13:58:42 +0200
committerOfir Sonsino <os0695@att.com>2017-12-10 13:58:42 +0200
commitc52c3b4e2db4250f3a5371c409a01289ec836f8a (patch)
tree05b9f42c02c1d66ad061c202103870bfc85255c9 /pom.xml
parent1a0d63f18802a8abfa6b52b9e3bbeeb0dc010e44 (diff)
Remove MojoHaus Maven plug-in
Change-Id: I3d247bb2c0cf74f022e3ff48a216c03152dcd747 Issue-ID: VID-32 Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2442a85e3..11d2d5425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,11 @@
<build>
<plugins>
-
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>1.3.1</version>
+ </plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -111,7 +115,6 @@
</dependency>
</dependencies>
</plugin>
-
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -124,7 +127,6 @@
</configuration>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>