You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ro...@apache.org on 2018/06/21 16:14:22 UTC

svn commit: r1834026 - in /felix/trunk/logback: doc/ doc/changelog.txt logback/DEPENDENCIES logback/pom.xml

Author: rotty3000
Date: Thu Jun 21 16:14:22 2018
New Revision: 1834026

URL: http://svn.apache.org/viewvc?rev=1834026&view=rev
Log:
[logback] pre-release preparations

Added:
    felix/trunk/logback/doc/
    felix/trunk/logback/doc/changelog.txt
    felix/trunk/logback/logback/DEPENDENCIES
Modified:
    felix/trunk/logback/logback/pom.xml

Added: felix/trunk/logback/doc/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/logback/doc/changelog.txt?rev=1834026&view=auto
==============================================================================
--- felix/trunk/logback/doc/changelog.txt (added)
+++ felix/trunk/logback/doc/changelog.txt Thu Jun 21 16:14:22 2018
@@ -0,0 +1,3 @@
+Version 1.0.0
+--------------
+    * Initial release

Added: felix/trunk/logback/logback/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/logback/logback/DEPENDENCIES?rev=1834026&view=auto
==============================================================================
--- felix/trunk/logback/logback/DEPENDENCIES (added)
+++ felix/trunk/logback/logback/DEPENDENCIES Thu Jun 21 16:14:22 2018
@@ -0,0 +1,22 @@
+Apache Felix Logback
+Copyright 2018 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product used software developed at The Logback
+Project (https://logback.qos.ch/). Licensed under the
+Eclipse Public License 1.0.
+
+III. Overall License Summary
+- Apache License 2.0
+- Eclipse Public License 1.0
\ No newline at end of file

Modified: felix/trunk/logback/logback/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/logback/logback/pom.xml?rev=1834026&r1=1834025&r2=1834026&view=diff
==============================================================================
--- felix/trunk/logback/logback/pom.xml (original)
+++ felix/trunk/logback/logback/pom.xml Thu Jun 21 16:14:22 2018
@@ -33,6 +33,12 @@
     <version>1.0.0-SNAPSHOT</version>
     <artifactId>org.apache.felix.logback</artifactId>
 
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/logback/logback</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/logback/logback</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/logback/logback/</url>
+    </scm>
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>