Release transportpce
[transportpce.git] / lighty / pom.xml
index 7401dacf467c570ca56b28710baf1cc5d3f42c1d..180fcb554f1a2d70e3f05ebc064cc87444e17c32 100644 (file)
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>13.0.0</version>
+        <version>13.1.0</version>
         <!--
         lighty-core is usually released a few days before the official Opendaylight release.
-        13.0.0 = Aluminium release of 2020/09/18
+        13.0.0 = Aluminium release of 2020/09/18 published on maven central
+        13.1.0 available on ODL nexus since 2021/01/11
         -->
         <relativePath />
     </parent>
 
     <groupId>io.lighty.controllers</groupId>
     <artifactId>tpce</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.2.0</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>2.2.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>2.2.0</transportpce.version>
     </properties>
 
     <dependencies>