Merge "Technical debt - fix Renderer sonar issues"
[transportpce.git] / lighty / pom.xml
index 898e445fb2ff289357287ca04e7b1193b5e6b5d3..184bf4d3c1ef769619039f3d99473ff6dfc93a1c 100644 (file)
     <parent>
         <groupId>io.lighty.core</groupId>
         <artifactId>lighty-app-parent</artifactId>
-        <version>12.1.0</version>
+        <version>13.0.0</version>
+        <!--
+        13.0.0 correspond to the master branch version on the official repo
+        that is advised for Aluminium.
+        At that date 08/2020, it seems not yet published on Nexus
+        -->
         <relativePath />
     </parent>
 
     <groupId>io.lighty.controllers</groupId>
     <artifactId>tpce</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>3.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>2.0.0-SNAPSHOT</transportpce.version>
+        <transportpce.version>3.0.0-SNAPSHOT</transportpce.version>
     </properties>
 
     <dependencies>