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 2014/10/23 06:10:47 UTC

git commit: [LOG4J2-883] Update tests from org.apache.felix.framework 4.2.1 to 4.4.1.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master cf227a40f -> 9dc77eca5


[LOG4J2-883] Update tests from org.apache.felix.framework 4.2.1 to
4.4.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/9dc77eca
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9dc77eca
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9dc77eca

Branch: refs/heads/master
Commit: 9dc77eca50eae108be240b304f98f65fba77f324
Parents: cf227a4
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Oct 23 00:10:44 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Oct 23 00:10:44 2014 -0400

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9dc77eca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8f181b..67971f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
       <dependency>
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.framework</artifactId>
-        <version>4.2.1</version>
+        <version>4.4.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9dc77eca/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22d381f..d41ece2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -30,6 +30,9 @@
       <action issue="LOG4J2-882" dev="ggregory" type="update">
         Update maven-core from 3.1.0 to 3.2.3.
       </action>
+      <action issue="LOG4J2-883" dev="ggregory" type="update">
+        Update tests from org.apache.felix.framework 4.2.1 to 4.4.1.
+      </action>      
     </release>      
     <release version="2.1" date="2014-10-19" description="GA Release 2.1">
       <action issue="LOG4J2-676" dev="rgoers" type="fix" due-to="Stefan Bodewig">