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 14:49:20 UTC

git commit: [LOG4J2-884] Update org.eclipse.osgi from 3.6.0 to 3.7.1.

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


[LOG4J2-884] Update org.eclipse.osgi from 3.6.0 to 3.7.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/0b69bfea
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0b69bfea
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0b69bfea

Branch: refs/heads/master
Commit: 0b69bfea69111b153a0052006dbc9ccb1202e163
Parents: 9dc77ec
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Oct 23 08:49:14 2014 -0400
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Oct 23 08:49:14 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b69bfea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 67971f7..e5e40a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
       <dependency>
         <groupId>org.eclipse.osgi</groupId>
         <artifactId>org.eclipse.osgi</artifactId>
-        <version>3.6.0.v20100517</version>
+        <version>3.7.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0b69bfea/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d41ece2..8877e41 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,7 +32,10 @@
       </action>
       <action issue="LOG4J2-883" dev="ggregory" type="update">
         Update tests from org.apache.felix.framework 4.2.1 to 4.4.1.
-      </action>      
+      </action>
+      <action issue="LOG4J2-884" dev="ggregory" type="update">
+        Update org.eclipse.osgi from 3.6.0 to 3.7.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">