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 2016/05/11 06:53:00 UTC

svn commit: r1743315 - in /felix/trunk/tools/maven-scr-plugin: changelog.txt pom.xml

Author: cziegeler
Date: Wed May 11 06:53:00 2016
New Revision: 1743315

URL: http://svn.apache.org/viewvc?rev=1743315&view=rev
Log:
Update changelog and correct scm location

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

Modified: felix/trunk/tools/maven-scr-plugin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-scr-plugin/changelog.txt?rev=1743315&r1=1743314&r2=1743315&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/changelog.txt (original)
+++ felix/trunk/tools/maven-scr-plugin/changelog.txt Wed May 11 06:53:00 2016
@@ -1,3 +1,9 @@
+Changes from 1.22.0 to 1.21.0
+-----------------------------
+** Bug
+    * [FELIX-5118] - Exception when running on jdk9-ea
+
+
 Changes from 1.21.0 to 1.20.0
 -----------------------------
 ** Improvement

Modified: felix/trunk/tools/maven-scr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-scr-plugin/pom.xml?rev=1743315&r1=1743314&r2=1743315&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-scr-plugin/pom.xml Wed May 11 06:53:00 2016
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.felix</groupId>
         <artifactId>felix-parent</artifactId>
-        <version>3</version>
+        <version>4</version>
         <relativePath>../../pom/pom.xml</relativePath>
     </parent>
 
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin/maven-scr-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/scrplugin/maven-scr-plugin</developerConnection>
-        <url>http://svn.apache.org/repos/asf/felix/scrplugin/maven-scr-plugin</url>
+        <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>
     </scm>
 
     <properties>