Merge "Refactor CommandExecutorInput to be immutable"
[appc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1e1bea6..8cf18aa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <properties>
         <!-- VERSIONS -->
         <!-- OpenDaylight Versions -->
-        <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version>
-        <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version>
-        <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version>
-        <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version>
-        <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version>
-        <odl.version>1.7.1-Boron-SR1</odl.version>
-        <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version>
-        <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version>
-        <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version>
-        <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version>
+               <odl.version>1.7.1-Boron-SR1</odl.version>
+               <odl.dlux.version>0.4.1-Boron-SR1</odl.dlux.version>
+               <odl.yangtools.version>1.0.1-Boron-SR1</odl.yangtools.version>
+               <odl.mdsal.version>1.4.1-Boron-SR1</odl.mdsal.version>
+               <odl.mdsal.features.version>2.1.1-Boron-SR1</odl.mdsal.features.version>
+        <odl.controller.mdsal.features.version>1.4.1-Boron-SR1</odl.controller.mdsal.features.version>
+               <odl.mdsal.model.version>0.9.1-Boron-SR1</odl.mdsal.model.version>
+               <odl.mdsal.yang.binding.version>0.9.1-Boron-SR1</odl.mdsal.yang.binding.version>
+               <odl.restconf.version>1.4.1-Boron-SR1</odl.restconf.version>
+               <odl.controller.model.version>${odl.mdsal.model.version}</odl.controller.model.version>
+               <odl.controller.config.api.version>0.5.1-Boron-SR1</odl.controller.config.api.version>
+               <odl.karaf.empty.distro.version>${odl.version}</odl.karaf.empty.distro.version>
+               <odl.commons.opendaylight.version>${odl.version}</odl.commons.opendaylight.version>
+               <odl.ietf-inet-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-inet-types.version>
+               <odl.ietf-yang-types.version>2010.09.24.9.1-Boron-SR1</odl.ietf-yang-types.version>
+               <odl.yang.jmx.generator.version>0.5.1-Boron-SR1</odl.yang.jmx.generator.version>
+               <odl.yangtools.yang.maven.plugin.version>${odl.yangtools.version}</odl.yangtools.yang.maven.plugin.version>
+               <odl.sal.api.gen.plugin.version>0.9.1-Boron-SR1</odl.sal.api.gen.plugin.version>
+        <broker-mdsal.version>1.4.1-Boron-SR1</broker-mdsal.version>
 
         <!-- OPENECOMP SDNC versions -->
         <sdnctl.sli.version>1.1.0-SNAPSHOT</sdnctl.sli.version>
         <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
         <checkstyle.skip>true</checkstyle.skip>
+        
+        <!-- NEXUS URLS -->
+        <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
+        <openecomp.nexus.url>https://${openecomp.nexus.host}/content</openecomp.nexus.url>
+        <openecomp.nexus.snapshot-url>${openecomp.nexus.url}/repositories/snapshots/</openecomp.nexus.snapshot-url>
+        <openecomp.nexus.release-url>${openecomp.nexus.url}/repositories/releases/</openecomp.nexus.release-url>
+        <openecomp.nexus.javadocs-url>dav:${openecomp.nexus.url}/sites/site/org/onap/appc/${project.version}</openecomp.nexus.javadocs-url>
     </properties>
 
 
         <!-- This site is used for Javadocs -->
         <site>
             <id>ecomp-site</id>
-            <url>dav:https://nexus.onap.org/content/sites/site/org/openecomp/appc/${project.version}</url>
+            <url>${openecomp.nexus.javadocs-url}</url>
         </site>
         <repository>
             <id>ecomp-releases</id>
             <name>openecomp-repository-releases</name>
-            <url>https://nexus.onap.org/content/repositories/releases/</url>
+            <url>${openecomp.nexus.release-url}</url>
         </repository>
         <snapshotRepository>
             <id>ecomp-snapshots</id>
             <name>openecomp-repository-snapshots</name>
-            <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+            <url>${openecomp.nexus.snapshot-url}</url>
         </snapshotRepository>
     </distributionManagement>
 
             <dependency>
                 <groupId>org.opendaylight.controller</groupId>
                 <artifactId>features-mdsal</artifactId>
-                <version>1.3.2-Beryllium-SR2</version>
+                <version>${odl.controller.mdsal.features.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>features-mdsal</artifactId>
-                <version>2.0.2-Beryllium-SR2</version>
+                <version>${odl.mdsal.features.version}</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
     <build>
         <pluginManagement>
             <plugins>
-                <!--maven staging plugin-->
-                <plugin>
-                    <groupId>org.sonatype.plugins</groupId>
-                    <artifactId>nexus-staging-maven-plugin</artifactId>
-                    <version>1.6.7</version>
-                    <extensions>true</extensions>
-                    <configuration>
-                        <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
-                        <stagingProfileId>176c31dfe190a</stagingProfileId>
-                        <serverId>ecomp-staging</serverId>
-                    </configuration>
-                </plugin>
                 <!-- Define the site plugin to generate documentation -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
             </plugins>
         </pluginManagement>
         <plugins>
+            <!--maven staging plugin-->
+            <plugin>
+                <groupId>org.sonatype.plugins</groupId>
+                <artifactId>nexus-staging-maven-plugin</artifactId>
+                <version>1.6.7</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>
+                    <serverId>ecomp-staging</serverId>
+                </configuration>
+            </plugin>
             <!-- Javadocs Plugin -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>