Move rfc7895 model 59/76659/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Oct 2018 16:52:18 +0000 (18:52 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Oct 2018 17:03:31 +0000 (19:03 +0200)
This fixes up the groupId for rfc7895 to match packaging requirements.

Change-Id: I599a0574553bd1447f473ac9a293985d847f8786
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/pom.xml
features/odl-mdsal-model-rfc7895/pom.xml
model/ietf/rfc7895/pom.xml

index 5da256a594a18e40f99e01ef2f7682ab2fce524d..4d64ee374d7cc28f4c3ddab2cfbb26bb9760a0eb 100644 (file)
 
             <!-- RFC7895 -->
             <dependency>
-                <groupId>org.opendaylight.mdsal.model</groupId>
+                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc7895</artifactId>
                 <version>1.2.0-SNAPSHOT</version>
             </dependency>
index 1b62ca3dff9752c8b620c0feea7a5690fcc329b3..2cefdf0ad30e604811f211703a5fd3e3e94d1f05 100644 (file)
@@ -43,7 +43,7 @@
             <type>xml</type>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc7895</artifactId>
         </dependency>
     </dependencies>
index 367487e5da362ee144581d318eb64b3f339aabf1..b527cfc58f34dbea2a9374aef8091c211a3eb154 100644 (file)
@@ -18,7 +18,7 @@
         <relativePath>../../../binding/binding-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.mdsal.model</groupId>
+    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
     <artifactId>rfc7895</artifactId>
     <version>1.2.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>