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 15:21:10 UTC

svn commit: r1835439 - /felix/trunk/log/pom.xml

Author: rotty3000
Date: Mon Jul  9 15:21:10 2018
New Revision: 1835439

URL: http://svn.apache.org/viewvc?rev=1835439&view=rev
Log:
[maven-release-plugin] prepare release org.apache.felix.log-1.2.0

Modified:
    felix/trunk/log/pom.xml

Modified: felix/trunk/log/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/log/pom.xml?rev=1835439&r1=1835438&r2=1835439&view=diff
==============================================================================
--- felix/trunk/log/pom.xml (original)
+++ felix/trunk/log/pom.xml Mon Jul  9 15:21:10 2018
@@ -29,7 +29,7 @@
   <description>
     A simple implementation of the OSGi R4 Log service.
   </description>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.0</version>
   <artifactId>org.apache.felix.log</artifactId>
 
   <properties>
@@ -38,9 +38,9 @@
   </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>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log-1.2.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.log-1.2.0</developerConnection>
+    <url>http://svn.apache.org/viewvc/felix/releases/org.apache.felix.log-1.2.0</url>
   </scm>
 
   <dependencies>