[maven-release-plugin]  copy for tag org.apache.felix.ipojo-1.6.6

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo-1.6.6@1024136 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 114bf35..2d8f83c 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -1,3 +1,15 @@
+Changes from the 1.6.4 to 1.6.6
+-------------------------------
+** Improvement
+ * [FELIX-2594] - Have a way to create new custom iPojo handler without having to specify a handler usage
+ * [FELIX-2623] - @Update annotated methods should not require a Dictionary parameter
+
+** Bug
+ * [FELIX-2580] - iPOJO failed to create proxies on service which are not interface
+ * [FELIX-2596] - DependencyHandler.onObjectCreation throws NPE when bundle is refreshed
+ * [FELIX-2603] - wrong behavior of InstanceManager.onSet(..) method
+ * [FELIX-2636] - Cannot control the validity of an iPOJO instance using a configuration property
+ 
 Changes from the 1.6.2 to 1.6.4

 -------------------------------

 ** Improvement

diff --git a/pom.xml b/pom.xml
index 35d395b..e6dc504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <name>Apache Felix iPOJO</name>
   <artifactId>org.apache.felix.ipojo</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.6.6</version>
 
   <properties>
     <ipojo.package.version>1.6.0</ipojo.package.version>
@@ -186,4 +186,10 @@
 	</resources>
 
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo-1.6.6</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo-1.6.6</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo-1.6.6</url>
+  </scm>
 </project>