Bump versions by x.(y+1).z for next dev cycle
[openflowplugin.git] / extension / openflowplugin-extension-nicira-config / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6       <groupId>org.opendaylight.openflowplugin</groupId>
7       <artifactId>openflowplugin-extension-parent</artifactId>
8       <version>0.5.0-SNAPSHOT</version>
9       <relativePath>../</relativePath>
10     </parent>
11
12     <artifactId>openflowplugin-extension-nicira-config</artifactId>
13     <description>Controller Configuration files for Nicira extensions</description>
14     <packaging>jar</packaging>
15     <build>
16       <plugins>
17           <plugin>
18           <groupId>org.codehaus.mojo</groupId>
19           <artifactId>build-helper-maven-plugin</artifactId>
20           <executions>
21             <execution>
22               <id>attach-artifacts-nicira-extension-config</id>
23               <goals>
24                 <goal>attach-artifact</goal>
25               </goals>
26               <phase>package</phase>
27               <configuration>
28                 <artifacts>
29                   <artifact>
30                     <file>${project.build.directory}/classes/initial/43-openflowjava-nx-config.xml</file>
31                     <type>xml</type>
32                     <classifier>config</classifier>
33                   </artifact>
34                 </artifacts>
35               </configuration>
36             </execution>
37           </executions>
38         </plugin>
39       </plugins>
40     </build>
41 </project>