Bump versions by x.(y+1).z for next dev cycle
[controller.git] / opendaylight / commons / jolokia / 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   <modelVersion>4.0.0</modelVersion>
4   <parent>
5     <groupId>org.opendaylight.odlparent</groupId>
6     <artifactId>odlparent</artifactId>
7     <version>2.0.4</version>
8     <relativePath/>
9   </parent>
10
11   <groupId>org.opendaylight.controller</groupId>
12   <artifactId>odl-jolokia-osgi</artifactId>
13   <version>0.7.0-SNAPSHOT</version>
14   <packaging>jar</packaging>
15
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.codehaus.mojo</groupId>
20         <artifactId>build-helper-maven-plugin</artifactId>
21         <executions>
22           <execution>
23             <id>attach-artifacts</id>
24             <phase>package</phase>
25             <goals>
26               <goal>attach-artifact</goal>
27             </goals>
28             <configuration>
29               <artifacts>
30                 <artifact>
31                   <file>${project.build.directory}/classes/org.jolokia.osgi.cfg</file>
32                   <type>cfg</type>
33                   <classifier>configuration</classifier>
34                 </artifact>
35               </artifacts>
36             </configuration>
37           </execution>
38         </executions>
39       </plugin>
40     </plugins>
41   </build>
42   <scm>
43     <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
44     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
45     <tag>HEAD</tag>
46     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
47   </scm>
48 </project>