Move common settings to parent 47/31447/1
authorDan Timoney <dtimoney@att.com>
Mon, 12 Feb 2018 15:35:37 +0000 (10:35 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 12 Feb 2018 15:35:37 +0000 (10:35 -0500)
Configure versions plugin to work for multimodule projects
without parent/child relationships.

Change-Id: I9993930135ef40f2d2ca926bb733f189256bc000
Issue-ID: CCSDK-174
Signed-off-by: Dan Timoney <dtimoney@att.com>
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/karaf4-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/single-feature-parent/pom.xml

index 3a8a23c..28b1da6 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 24987ca..97ec0b4 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 1da7125..219a074 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 9946c0f..832efc8 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 79d828c..5608793 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index d502792..4d445d4 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 028030c..41250e7 100755 (executable)
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                 <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>
index 2f48819..3b83b25 100755 (executable)
 
     <dependencyManagement>
         <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>mdsal-model-artifacts</artifactId>
+                <version>0.11.1</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.controller</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>1.6.1</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.onap.sdnc.core</groupId>
                 <artifactId>sli-common</artifactId>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>versions-maven-plugin</artifactId>
-                <version>2.3</version>
+                <version>2.5</version>
+                <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-scm-plugin</artifactId>