Configure versions-maven-plugin
[oam/nf-oam-adopter.git] / ves-nf-oam-adopter / pom.xml
index 890d575..9cddddf 100644 (file)
         <module>ves-nf-oam-adopter-pm-sb-rest-client</module>
         <module>ves-nf-oam-adopter-app</module>
     </modules>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.8.1</version>
+                <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
\ No newline at end of file