Rename mdsal-dom 18/97318/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Aug 2021 13:34:18 +0000 (15:34 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Aug 2021 13:52:08 +0000 (15:52 +0200)
This is a pure aggregator, let's rename it to match its siblings. This
does not affect anybody, as it's just a build layout thing.

Change-Id: I515a77722d0f7237d80a0a29c5da2ab231515630
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/pom.xml

index d5ccdb9bf52217c0d80474611797244d22bd0559..a8150db8aab7b6226eb18a51930b78d5cd3b7e3f 100644 (file)
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>mdsal-dom</artifactId>
+    <artifactId>dom-aggregator</artifactId>
     <version>8.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>${project.artifactId}</description>
 
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>dom-parent</module>
         <module>mdsal-dom-api</module>
@@ -34,9 +39,4 @@
 
         <module>unified-html-generator</module>
     </modules>
-
-    <properties>
-        <maven.deploy.skip>true</maven.deploy.skip>
-        <maven.install.skip>true</maven.install.skip>
-    </properties>
 </project>