You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2019/12/10 21:58:41 UTC

[directory-fortress-commander] branch master updated: FC-274 - Upgrade maven plugins and dependencies

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-fortress-commander.git


The following commit(s) were added to refs/heads/master by this push:
     new 6201a56  FC-274 - Upgrade maven plugins and dependencies
6201a56 is described below

commit 6201a569848fc4e7b21e9790fbd9f522d3873b38
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Tue Dec 10 15:58:35 2019 -0600

    FC-274 - Upgrade maven plugins and dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef79933..104c024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -296,7 +296,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.1</version>
         <configuration>
           <warFile>target/${project.artifactId}-${project.version}.war</warFile>
           <server>local-tomcat</server>
@@ -312,7 +312,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.0</version>
+        <version>3.8.1</version>
         <configuration>
           <source>${java.version}</source>
           <target>${java.version}</target>
@@ -323,7 +323,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
-        <version>2.4</version>
+        <version>3.2.3</version>
         <configuration>
           <warName>${project.artifactId}-${project.version}</warName>
           <archive>
@@ -362,7 +362,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.2.0</version>
         <executions>
           <execution>
             <id>attach-sources</id>