Bump project version
[transportpce.git] / lighty / pom.xml
index b9d04e1c67268d1cc2789af56f128dca20737e81..f12472f72c186cb5f64a4c0e0f0430a2c6513d1f 100644 (file)
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>10.0.1-SNAPSHOT</version>
+        <version>11.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.lighty.examples.controllers</groupId>
     <artifactId>lighty-transportpce</artifactId>
-    <version>10.0.1-SNAPSHOT</version>
+    <version>11.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <properties>
         <application.main.class>io.lighty.controllers.tpce.Main</application.main.class>
         <application.attach.zip>true</application.attach.zip>
         <maven.deploy.skip>true</maven.deploy.skip>
+        <transportpce.version>0.5.0-SNAPSHOT</transportpce.version>
     </properties>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>transportpce-api</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce.ordmodels</groupId>
             <artifactId>transportpce-ordmodels-common</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce.ordmodels</groupId>
             <artifactId>transportpce-ordmodels-device</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce.ordmodels</groupId>
             <artifactId>transportpce-ordmodels-network</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce.ordmodels</groupId>
             <artifactId>transportpce-ordmodels-service</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <!-- TPCE Models -   END -->
 
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>transportpce-pce</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>transportpce-olm</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.transportpce</groupId>
             <artifactId>transportpce-servicehandler</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>${transportpce.version}</version>
         </dependency>
         <!-- TPCE bundles -   END -->
 
-        <dependency>
-            <groupId> org.opendaylight.mdsal</groupId>
-            <artifactId>yang-binding</artifactId>
-            <version>1.0.8</version>
-        </dependency>
-
         <dependency>
             <groupId>io.lighty.modules</groupId>
             <artifactId>lighty-netconf-sb</artifactId>