Release transportpce
[transportpce.git] / lighty / pom.xml
index f850863aa255b7f39bc21f59e074ea1a4c9604d0..3dd2c21bc646e3abf7104233efbbb6687822df74 100644 (file)
   <parent>
     <groupId>io.lighty.core</groupId>
     <artifactId>lighty-app-parent</artifactId>
-    <version>15.1.1-SNAPSHOT</version>
+    <version>15.2.0</version>
     <relativePath/>
   </parent>
 
   <groupId>io.lighty.controllers</groupId>
   <artifactId>tpce</artifactId>
-  <version>4.3.0-SNAPSHOT</version>
+  <version>4.3.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>4.3.0-SNAPSHOT</transportpce.version>
+    <transportpce.version>4.3.0</transportpce.version>
   </properties>
 
   <dependencies>
@@ -95,7 +95,6 @@
     <dependency>
       <groupId>com.github.spotbugs</groupId>
       <artifactId>spotbugs-annotations</artifactId>
-      <version>3.1.3</version>
       <optional>true</optional>
     </dependency>
     <dependency>