Move netconf-artifacts 18/83818/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Aug 2019 15:28:14 +0000 (17:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 20 Aug 2019 18:52:23 +0000 (20:52 +0200)
Each project should be exposing only a single set of artifacts, so
that it's "release" version is consistent across all build entrypoints.

Change-Id: Ief9997e39a71fb3addbfe0999368a3e82a6da804
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml [moved from netconf/netconf-artifacts/pom.xml with 99% similarity]
netconf/pom.xml
pom.xml

similarity index 99%
rename from netconf/netconf-artifacts/pom.xml
rename to artifacts/pom.xml
index e73bc5dd7accfbbc4921741e58121824cc9e13ad..b3af82240fd21c6b0daf7b9a53211ec7d3a264ee 100644 (file)
     <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <properties>
-        <mdsal.version>1.11.0-SNAPSHOT</mdsal.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>sal-netconf-connector</artifactId>
-                <version>${mdsal.version}</version>
+                <version>1.11.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
index aafd9dc0ce3de3a96507d432af1decfd19a33d15..9612a73d38df3c378e34311d6ee757b658f1b9d5 100644 (file)
@@ -61,8 +61,6 @@
     <module>callhome-protocol</module>
     <module>callhome-provider</module>
 
-    <module>netconf-artifacts</module>
-
     <module>shaded-exificient-jar</module>
     <module>shaded-exificient</module>
   </modules>
diff --git a/pom.xml b/pom.xml
index 69049aa313eb5b26772de4ca60296c9eb8b7dff5..b5ef338decd249cb363fabfae6073f68f373f17c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
     </properties>
 
     <modules>
+        <module>artifacts</module>
         <module>features</module>
         <module>karaf</module>
         <module>netconf</module>