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/07/09 14:38:09 UTC

svn commit: r1835430 - in /felix/trunk/log: DEPENDENCIES NOTICE pom.xml

Author: rotty3000
Date: Mon Jul  9 14:38:09 2018
New Revision: 1835430

URL: http://svn.apache.org/viewvc?rev=1835430&view=rev
Log:
[log] pre-release cleanup

Modified:
    felix/trunk/log/DEPENDENCIES
    felix/trunk/log/NOTICE
    felix/trunk/log/pom.xml

Modified: felix/trunk/log/DEPENDENCIES
URL: http://svn.apache.org/viewvc/felix/trunk/log/DEPENDENCIES?rev=1835430&r1=1835429&r2=1835430&view=diff
==============================================================================
--- felix/trunk/log/DEPENDENCIES (original)
+++ felix/trunk/log/DEPENDENCIES Mon Jul  9 14:38:09 2018
@@ -1,5 +1,5 @@
 Apache Felix Log Service
-Copyright 2011, 2018 The Apache Software Foundation
+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

Modified: felix/trunk/log/NOTICE
URL: http://svn.apache.org/viewvc/felix/trunk/log/NOTICE?rev=1835430&r1=1835429&r2=1835430&view=diff
==============================================================================
--- felix/trunk/log/NOTICE (original)
+++ felix/trunk/log/NOTICE Mon Jul  9 14:38:09 2018
@@ -1,5 +1,5 @@
 Apache Felix Log Service
-Copyright 2011, 2018 The Apache Software Foundation
+Copyright 2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: felix/trunk/log/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/log/pom.xml?rev=1835430&r1=1835429&r2=1835430&view=diff
==============================================================================
--- felix/trunk/log/pom.xml (original)
+++ felix/trunk/log/pom.xml Mon Jul  9 14:38:09 2018
@@ -37,6 +37,12 @@
     <maven.compiler.target>1.7</maven.compiler.target>
   </properties>
 
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/log</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/log</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/trunk/log</url>
+  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.osgi</groupId>