roll to version 1.6.9 snapshot
[logging-analytics.git] / reference / logging-slf4j-demo / pom.xml
index 7d39a04..081cea8 100644 (file)
@@ -5,17 +5,17 @@
   <parent>
     <groupId>org.onap.logging-analytics</groupId>
     <artifactId>logging-reference</artifactId>
-    <version>1.6.4-SNAPSHOT</version>
+    <version>1.6.9-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <artifactId>logging-slf4j-demo</artifactId>
   <packaging>war</packaging>
 
-  <name>logging-slf4j-demo</name>
+  <name>logging-analytics :: ${project.artifactId}</name>
 
   <properties>
-    <!-- from 1.5.10 to not pull in spring 4.3.14/5.0.5 override of 5.0.9 however 4.3.17 of spring-core over 4.3.14 is not enough - need 4.3.18+ tomcat-embed-core 8.5.31 needs 8.5.32+ 
+    <!-- from 1.5.10 to not pull in spring 4.3.14/5.0.5 override of 5.0.9 however 4.3.17 of spring-core over 4.3.14 is not enough - need 4.3.18+ tomcat-embed-core 8.5.31 needs 8.5.32+
       - which spring-boot 1.5.15 brings in spring-expression 4.3.14 goes to 4.3.17 under 1.5.15 1.5.17 ups jackson-databind from 2.8.11.2 - but we will likely need 2.9+ -->
     <springframework.boot.version>1.5.22.RELEASE</springframework.boot.version>
     <spring.version>5.1.2.RELEASE</spring.version>
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
+        <version>3.2.3</version>
         <configuration />
       </plugin>
       <plugin>