Fix features not being published where they should be 68/12268/1
authorRobert Varga <rovarga@cisco.com>
Mon, 27 Oct 2014 16:12:05 +0000 (17:12 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 27 Oct 2014 16:12:05 +0000 (17:12 +0100)
During refactoring I mistakenly changed the artifact name, causing new
features not being pushed.

Change-Id: I2ff856c91344ea2e9b28f3dc8ea53258c3d54dd9
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/features/pom.xml

index a3aefd8072f08fc9507672bdea8d28fcaf05e354..9910970400f63ba59fec35f09498aa1e2c33a087 100644 (file)
@@ -16,7 +16,7 @@
         <relativePath>../features-builder/pom.xml</relativePath>
     </parent>
 
-    <artifactId>yangtools-features</artifactId>
+    <artifactId>features-yangtools</artifactId>
     <packaging>jar</packaging>
 
     <build>