[maven-release-plugin] prepare for next development iteration
[lispflowmapping.git] / mappingservice / northbound / pom.xml
index 3ddf233bef907e21e51a28976f9784d82e8ccf16..22fad781129abcca871f605a78a2db98dbd04ec7 100644 (file)
@@ -1,15 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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">
+<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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.opendaylight.lispflowmapping</groupId>
                <artifactId>mappingservice-parent</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.7-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>mappingservice.northbound</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
        <scm>
                <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
                        <plugin>
                                <groupId>org.codehaus.enunciate</groupId>
                                <artifactId>maven-enunciate-plugin</artifactId>
-                               <version>1.27</version>
+                               <version>${enunciate.version}</version>
                                <!-- <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> 
-                                       <artifactId>sal</artifactId> <version>0.5.0-SNAPSHOT</version> </dependency> 
+                                       <artifactId>sal</artifactId> <version>0.5.0</version> </dependency> 
                                        <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>clustering.services</artifactId> 
-                                       <version>0.4.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> 
-                                       <artifactId>configuration</artifactId> <version>0.4.0-SNAPSHOT</version> 
+                                       <version>0.4.0</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> 
+                                       <artifactId>configuration</artifactId> <version>0.4.0</version> 
                                        </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> 
-                                       <artifactId>switchmanager</artifactId> <version>0.5.0-SNAPSHOT</version> 
+                                       <artifactId>switchmanager</artifactId> <version>0.7.0</version> 
                                        </dependency> </dependencies> -->
                        </plugin>
                        <plugin>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.yangmodel</artifactId>
-                       <version>${lispflowmapping.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.api</artifactId>
-                       <version>${lispflowmapping.version}</version>
                </dependency>
 
                <dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>containermanager</artifactId>
-                       <version>0.5.1-SNAPSHOT</version>
+                       <version>0.5.1</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>commons.northbound</artifactId>
-                       <version>0.4.1-SNAPSHOT</version>
+                       <version>0.4.1</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.controller.thirdparty</groupId>
                        <artifactId>com.sun.jersey.jersey-servlet</artifactId>
-                       <version>1.18-SNAPSHOT</version>
+                       <version>1.17</version>
                </dependency>
 
                <dependency>
                        <groupId>org.codehaus.enunciate</groupId>
                        <artifactId>enunciate-core-annotations</artifactId>
-                       <version>1.27</version>
+                       <version>${enunciate.version}</version>
                </dependency>
 
        </dependencies>