Bump versions by x.y.(z+1)
[bgpcep.git] / features / pcep / pom.xml
index 8dd6cb7b8bc42033638982dc25f52748af2511ba..c9e3fd544529aaf58e7f047056435edfd40debe9 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-pcep</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.5-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
-        <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
-        <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
-        <config.version>0.4.0-SNAPSHOT</config.version>
-        <commons.opendaylight.version>1.6.0-SNAPSHOT</commons.opendaylight.version>
-        <protocol-framework.version>0.7.0-SNAPSHOT</protocol-framework.version>
-        <tcpmd5.version>1.2.0-SNAPSHOT</tcpmd5.version>
-        <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version>
+        <yangtools.version>1.0.5-SNAPSHOT</yangtools.version>
+        <mdsal.version>1.4.5-SNAPSHOT</mdsal.version>
+        <config.version>0.5.5-SNAPSHOT</config.version>
+        <commons.opendaylight.version>1.7.5-SNAPSHOT</commons.opendaylight.version>
+        <mdsal.model.version>0.9.5-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencyManagement>
                 <scope>import</scope>
             </dependency>
 
-            <!-- TCP/MD5 support -->
-            <dependency>
-                <groupId>org.opendaylight.tcpmd5</groupId>
-                <artifactId>tcpmd5-artifacts</artifactId>
-                <version>${tcpmd5.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
             <!-- YANG tools -->
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
-
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>protocol-framework</artifactId>
-                <version>${protocol-framework.version}</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>features-mdsal</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.1.5-SNAPSHOT</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>features-protocol-framework</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-            <version>${protocol-framework.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.tcpmd5</groupId>
-            <artifactId>features-tcpmd5</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-odlparent</artifactId>
           <type>xml</type>
           <classifier>config</classifier>
       </dependency>
-      <dependency>
-          <groupId>${project.groupId}</groupId>
-          <artifactId>pcep-controller-config</artifactId>
-          <type>xml</type>
-          <classifier>config-segment</classifier>
-      </dependency>
       <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>pcep-controller-config</artifactId>
           <groupId>${project.groupId}</groupId>
           <artifactId>pcep-impl</artifactId>
       </dependency>
+      <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>pcep-base-parser</artifactId>
+      </dependency>
       <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>pcep-segment-routing</artifactId>
           <groupId>${project.groupId}</groupId>
           <artifactId>pcep-tunnel-provider</artifactId>
       </dependency>
+      <dependency>
+          <groupId>${project.groupId}</groupId>
+          <artifactId>pcep-auto-bandwidth-extension</artifactId>
+      </dependency>
       <dependency>
           <groupId>${project.groupId}</groupId>
           <artifactId>programming-api</artifactId>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>
       </dependency>
-
-      <dependency>
-          <groupId>com.google.guava</groupId>
-          <artifactId>guava</artifactId>
-      </dependency>
   </dependencies>
+
+  <!--
+      Maven Site Configuration
+
+      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>
 </project>