removed snapshot
[lispflowmapping.git] / mappingservice / northbound / pom.xml
index 71a592c49d00f5108a98f8e4a9dad18dd7e3b223..6d9b0dcf4b23d5f23f2bb646f3f4486ac03ca447 100644 (file)
@@ -5,31 +5,31 @@
        <parent>
                <groupId>org.opendaylight.lispflowmapping</groupId>
                <artifactId>mappingservice-parent</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
+               <version>1.0.0-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>mappingservice.northbound</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
+       <version>1.0.0-SNAPSHOT</version>
        <packaging>bundle</packaging>
-       <properties>
-               <!-- Sonar properties using jacoco to retrieve integration test results -->
-               <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
-               <sonar.jacoco.Reportpath>target/jacoco.exec</sonar.jacoco.Reportpath>
-               <sonar.jacoco.itReportPath>target/jacoco-it.exec</sonar.jacoco.itReportPath>
-       </properties>
+       <scm>
+               <connection>scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git</connection>
+               <developerConnection>scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git</developerConnection>
+               <url>https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main</url>
+               <tag>HEAD</tag>
+       </scm>
        <build>
                <plugins>
                        <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>
                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lcafsourcedestaddress,
                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lispsimpleaddress,
                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lispsimpleaddress.primitiveaddress,
+                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lcafapplicationdataaddress,
+                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lcaflistaddress,
+                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lcafsegmentaddress,
+                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lcaftrafficengineeringaddress,
+                                                        org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.reencaphop,
                                                        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev100924,
                                                        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924,
                                                        org.opendaylight.lispflowmapping.type,
@@ -77,7 +82,6 @@
                                                        javax.xml.bind.annotation,
                                                        org.slf4j,
                                                        org.apache.catalina.filters,
-                                                       org.codehaus.jackson.jaxrs,
                                                        !org.codehaus.enunciate.jaxrs,
                                                        org.apache.felix.dm,
                                                        org.apache.commons.lang3.builder,
 
                                                <Export-Package>
                                                </Export-Package>
-                                               <Web-ContextPath>/lispflowmapping</Web-ContextPath>
+                                               <Web-ContextPath>/lispflowmapping/nb/v2</Web-ContextPath>
                                                <Jaxrs-Resources>,${classes;ANNOTATION;javax.ws.rs.Path}</Jaxrs-Resources>
                                        </instructions>
                                        <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.jacoco</groupId>
-                               <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>${jacoco.version}</version>
-                               <configuration>
-                                       <includes>org.opendaylight.controller.*</includes>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>pre-test</id>
-                                               <goals>
-                                                       <goal>prepare-agent</goal>
-                                               </goals>
-                                       </execution>
-                                       <execution>
-                                               <id>post-test</id>
-                                               <phase>test</phase>
-                                               <goals>
-                                                       <goal>report</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
        <dependencies>
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.yangmodel</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.lispflowmapping</groupId>
                        <artifactId>mappingservice.api</artifactId>
-                       <version>0.1.0-SNAPSHOT</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>containermanager</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
+                       <version>0.5.1</version>
                </dependency>
                <dependency>
                        <groupId>org.opendaylight.controller</groupId>
                        <artifactId>commons.northbound</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
+                       <version>0.4.1</version>
                </dependency>
 
                <dependency>
                        <groupId>org.opendaylight.controller.thirdparty</groupId>
                        <artifactId>com.sun.jersey.jersey-servlet</artifactId>
-                       <version>1.17-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>