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 2017/10/23 15:23:10 UTC

[2/3] logging-log4j2 git commit: [LOG4J2-2089][TagLib] Update servlet-api provided dependency from 2.5 to 3.0.1.

[LOG4J2-2089][TagLib] Update servlet-api provided dependency from 2.5 to
3.0.1.

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

Branch: refs/heads/master
Commit: 5f5182d0e50499447ec7028407a929fd50bfaaee
Parents: 78507ea
Author: Gary Gregory <gg...@apache.org>
Authored: Mon Oct 23 09:20:41 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Mon Oct 23 09:20:41 2017 -0600

----------------------------------------------------------------------
 log4j-taglib/pom.xml    | 4 ++--
 src/changes/changes.xml | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f5182d0/log4j-taglib/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-taglib/pom.xml b/log4j-taglib/pom.xml
index 32ed968..8645b9e 100644
--- a/log4j-taglib/pom.xml
+++ b/log4j-taglib/pom.xml
@@ -45,8 +45,8 @@
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.0.1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5f5182d0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03da7f5..df6ae2a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,9 @@
       <action issue="LOG4J2-2081" dev="ggregory" type="update">
         Update Apache Commons Compress from 1.14 to 1.15.
       </action>
+      <action issue="LOG4J2-2089" dev="ggregory" type="update">
+        [TagLib] Update servlet-api provided dependency from 2.5 to 3.0.1.
+      </action>
     </release>
     <release version="2.9.1" date="2017-09-17" description="GA Release 2.9.1">
       <action issue="LOG4J2-1988" dev="rpopma" type="fix">