Bump versions by x.y.(z+1)
[bgpcep.git] / features / pom.xml
index bed1ba67d2a5566dfe1deaea99a50b7cdb7d59dc..9211ba694da9f040c573bd30eaa46b921dfdaaf8 100644 (file)
@@ -1,39 +1,40 @@
 <?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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
-    <relativePath/>
-  </parent>
+<!--
+ Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
 
-  <groupId>org.opendaylight.bgpcep</groupId>
-  <artifactId>features-bgpcep</artifactId>
-  <version>0.8.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>6.0.4</version>
+        <relativePath/>
+    </parent>
 
-  <modules>
-    <module>bgp</module>
-    <module>pcep</module>
-    <module>bgpcep-extras</module>
-    <module>bmp</module>
-    <module>rsvp</module>
-  </modules>
+    <groupId>org.opendaylight.bgpcep</groupId>
+    <artifactId>features-bgpcep</artifactId>
+    <version>0.13.1-SNAPSHOT</version>
+    <packaging>pom</packaging>
 
-  <!--
-      Maven Site Configuration
+    <modules>
+        <module>graph</module>
+        <module>bgp</module>
+        <module>algo</module>
+        <module>pcep</module>
+        <module>bgpcep-extras</module>
+        <module>bmp</module>
+        <module>rsvp</module>
+        <module>topology</module>
+        <module>concepts</module>
+        <module>config-loader</module>
+    </modules>
 
-      The following configuration is necessary for maven-site-plugin to
-      correctly identify the correct deployment path for OpenDaylight Maven
-      sites.
-  -->
-  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/${project.artifactId}/</url>
-    </site>
-  </distributionManagement>
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
 </project>