You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2019/12/04 09:11:23 UTC

svn commit: r1870820 - /felix/trunk/tools/maven-scr-plugin/pom.xml

Author: cziegeler
Date: Wed Dec  4 09:11:22 2019
New Revision: 1870820

URL: http://svn.apache.org/viewvc?rev=1870820&view=rev
Log:
[maven-release-plugin] prepare release maven-scr-plugin-1.26.4

Modified:
    felix/trunk/tools/maven-scr-plugin/pom.xml

Modified: felix/trunk/tools/maven-scr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-scr-plugin/pom.xml?rev=1870820&r1=1870819&r2=1870820&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-scr-plugin/pom.xml Wed Dec  4 09:11:22 2019
@@ -29,7 +29,7 @@
     <groupId>org.apache.felix</groupId>
     <artifactId>maven-scr-plugin</artifactId>
 
-    <version>1.26.3-SNAPSHOT</version>
+    <version>1.26.4</version>
     <packaging>maven-plugin</packaging>
 
     <name>Maven SCR Plugin</name>
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/tools/maven-scr-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/maven-scr-plugin</developerConnection>
-        <url>http://svn.apache.org/repos/asf/felix/tools/maven-scr-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.26.4</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.26.4</developerConnection>
+        <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-scr-plugin-1.26.4</url>
     </scm>
 
     <properties>