diff options
-rw-r--r-- | engine/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 21 |
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> @@ -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> |