Bump project version to 1.0.0-SNAPSHOT
[transportpce.git] / lighty / pom.xml
index b9d04e1c67268d1cc2789af56f128dca20737e81..fba32f4140706e6cb8c0dfcbe058d1a50ea327d7 100644 (file)
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>10.0.1-SNAPSHOT</version>
+        <version>12.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <groupId>io.lighty.examples.controllers</groupId>
     <artifactId>lighty-transportpce</artifactId>
-    <version>10.0.1-SNAPSHOT</version>
+    <version>12.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>1.0.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>