summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-10-28 18:26:31 +0530
committerArthur Martella <arthur.martella.1@att.com>2020-02-26 11:31:53 -0500
commita7d536c225c8d91a52db11c8814d7158bfc850da (patch)
tree18026d0f16a3e12481498d2eb44fcd79af1b48b3
parent8ca28376aacdfe1887e54c8eafa83342b04c41e2 (diff)
Adding version-maven-plugin to update the snapshots
Issue-ID: AAF-876 Change-Id: I40a843fa7cb865e894e3b1c2a45243382dc34965 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
-rw-r--r--engine/pom.xml2
-rwxr-xr-xpom.xml21
2 files changed, 19 insertions, 4 deletions
diff --git a/engine/pom.xml b/engine/pom.xml
index e5207f5..57f7b69 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent-python</artifactId>
- <version>2.1.0</version>
+ <version>3.0.0</version>
</parent>
<properties>
diff --git a/pom.xml b/pom.xml
index 7e54e90..94e5f0f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,13 @@
<groupId>org.onap.optf.fgps</groupId>
<artifactId>fgps</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>3.2.37-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<properties>
@@ -140,6 +140,21 @@
</links>
</configuration>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.7</version>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>dependency-updates-report</report>
+ <report>plugin-updates-report</report>
+ <report>property-updates-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+ </plugins>
</reporting>
+
</project>