You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/01/12 17:50:30 UTC

[22/50] logging-log4j2 git commit: Update maven-jetty-plugin from 6.1.10 to 6.1.26.

Update maven-jetty-plugin from 6.1.10 to 6.1.26.

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

Branch: refs/heads/LOG4J-1181
Commit: 88b394c51cf047a3bfb924c090a6e6e7fa99b338
Parents: 7c659ce
Author: ggregory <gg...@apache.org>
Authored: Wed Dec 30 23:20:12 2015 -0800
Committer: ggregory <gg...@apache.org>
Committed: Wed Dec 30 23:20:12 2015 -0800

----------------------------------------------------------------------
 log4j-samples/flume-remote/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/88b394c5/log4j-samples/flume-remote/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-samples/flume-remote/pom.xml b/log4j-samples/flume-remote/pom.xml
index 9d67887..015dbdf 100644
--- a/log4j-samples/flume-remote/pom.xml
+++ b/log4j-samples/flume-remote/pom.xml
@@ -107,7 +107,7 @@
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
         <artifactId>maven-jetty-plugin</artifactId>
-        <version>6.1.10</version>
+        <version>6.1.26</version>
         <configuration>
           <contextPath>flumeAgent</contextPath>
           <webXml>${project.build.directory}/web.xml</webXml>