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