You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/12/31 08:21:56 UTC

logging-log4j2 git commit: Update maven-install-plugin from 2.4 to 2.5.2.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 88b394c51 -> 9fddd34cd


Update maven-install-plugin from 2.4 to 2.5.2.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9fddd34c
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9fddd34c
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9fddd34c

Branch: refs/heads/master
Commit: 9fddd34cda00e3b80aa4db805c2cbadeec4f0200
Parents: 88b394c
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 23:21:54 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 23:21:54 2015 -0800

----------------------------------------------------------------------
 log4j-samples/flume-embedded/pom.xml | 2 +-
 log4j-samples/flume-remote/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9fddd34c/log4j-samples/flume-embedded/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/flume-embedded/pom.xml b/log4j-samples/flume-embedded/pom.xml
index 2095b96..a7847da 100644
--- a/log4j-samples/flume-embedded/pom.xml
+++ b/log4j-samples/flume-embedded/pom.xml
@@ -103,7 +103,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5.2</version>
         <configuration>
           <skip>true</skip>
         </configuration>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9fddd34c/log4j-samples/flume-remote/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/flume-remote/pom.xml b/log4j-samples/flume-remote/pom.xml
index 015dbdf..868ac2a 100644
--- a/log4j-samples/flume-remote/pom.xml
+++ b/log4j-samples/flume-remote/pom.xml
@@ -91,7 +91,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-install-plugin</artifactId>
-        <version>2.4</version>
+        <version>2.5.2</version>
         <configuration>
           <skip>true</skip>
         </configuration>