Eliminate unneeded version specifications 20/83820/9
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Aug 2019 16:54:02 +0000 (18:54 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 26 Aug 2019 13:58:41 +0000 (13:58 +0000)
All ouor published artifacts are declared in our artifacts file,
hence there is no need to specify versions.

Change-Id: I20fa898bbe9bf542cfac2b4d6648f91b58bc29a0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/netconf/odl-netconf-mdsal/pom.xml
karaf/pom.xml
netconf/callhome-provider/pom.xml
netconf/models/ietf-netconf-monitoring-extension/pom.xml
netconf/models/ietf-netconf-notifications/pom.xml

index 6bc3efc27d56dbc8be8b80933a3e29c3acdfeb2e..51309146ca7f5103c8789e3987164ef187033762 100644 (file)
 
     <name>OpenDaylight :: Netconf :: Mdsal</name>
 
-    <properties>
-        <netconf.version>1.8.0-SNAPSHOT</netconf.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>${netconf.version}</version>
+                <version>1.8.0-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-all</artifactId>
-            <version>${netconf.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-tcp</artifactId>
-            <version>${netconf.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-ssh</artifactId>
-            <version>${netconf.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-netconf-client</artifactId>
-            <version>${netconf.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
index f6485c1d4fbe46d4a1abe6f0a2a99b60b596cc6d..a9784a7154c1ad6d8c269b72148425b96ea4f9ce 100644 (file)
   <artifactId>netconf-karaf</artifactId>
   <version>1.11.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <properties>
-    <netconf.version>1.8.0-SNAPSHOT</netconf.version>
-    <restconf.version>1.11.0-SNAPSHOT</restconf.version>
-  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.opendaylight.netconf</groupId>
+        <artifactId>netconf-artifacts</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
   <dependencies>
     <dependency>
@@ -34,7 +42,6 @@
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-netconf</artifactId>
-      <version>${netconf.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -42,7 +49,6 @@
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-netconf-connector</artifactId>
-      <version>${netconf.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -50,7 +56,6 @@
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-restconf</artifactId>
-      <version>${restconf.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
@@ -58,7 +63,6 @@
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>features-yanglib</artifactId>
-      <version>${netconf.version}</version>
       <classifier>features</classifier>
       <type>xml</type>
       <scope>runtime</scope>
index 0a239ecf30ac269d7274d92e4c2cd2a8e13ecd9a..20da7ba3538f57c1a46f8df35e7a170be0e1785d 100644 (file)
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>callhome-protocol</artifactId>
-            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>callhome-model</artifactId>
-            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>
index 30a063eac47eef7bf9c7dcb5940927f93304269a..78943004ed02ed91c8bab6e3b64947e5efcae6b3 100644 (file)
@@ -26,7 +26,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ietf-netconf-monitoring</artifactId>
-      <version>${project.version}</version>
     </dependency>
   </dependencies>
 </project>
index 83602ff54fa5cb9ff6a8dfdcc0d8b3cf29d6777d..fd0bfaeadd3c845bbd33e48ea6bd680531fee946 100644 (file)
@@ -26,7 +26,6 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>ietf-netconf</artifactId>
-      <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>