Release Carbon
[groupbasedpolicy.git] / neutron-vpp-mapper / pom.xml
index 2c3d01c244ddcd8728d1997f7079db31458cd4d0..196461eda4d2abce11110364deb7c4e20d9ce9c2 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.0-Carbon</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.groupbasedpolicy</groupId>
   <artifactId>neutron-vpp-mapper</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.0-Carbon</version>
   <packaging>bundle</packaging>
 
   <properties>
-    <neutron.version>0.8.0-SNAPSHOT</neutron.version>
+    <neutron.version>0.8.0-Carbon</neutron.version>
   </properties>
 
   <dependencies>
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>${project.build.directory}/classes/startup.cfg</file>
+                  <type>cfg</type>
+                  <classifier>config</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>