[maven-release-plugin]  copy for tag org.apache.felix.utils-1.1.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.1.0@1030712 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..b20b968
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,26 @@
+Apache Felix Utils
+Copyright 2010 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2010).
+Licensed under the Apache License 2.0. 
+
+III. License Summary
+- Apache License 2.0
diff --git a/NOTICE b/NOTICE
index 5f5b4b0..9639d1a 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,23 +1,6 @@
 Apache Felix Utils
 Copyright 2010 The Apache Software Foundation
 
-I. Included Software
-
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
-
-This product includes software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-II. Used Software
-
-This product uses software developed at
-The OSGi Alliance (http://www.osgi.org/).
-Copyright (c) OSGi Alliance (2000, 2009).
-Licensed under the Apache License 2.0.
-
-III. License Summary
-- Apache License 2.0
diff --git a/doc/changelog.txt b/doc/changelog.txt
new file mode 100644
index 0000000..7927e99
--- /dev/null
+++ b/doc/changelog.txt
@@ -0,0 +1,11 @@
+Changes 1.0.0 to 1.1.0
+----------------------
+
+** New Feature
+    * New org.apache.felix.utils.collections.DictionaryAsMap class 
+      to wrap a Dictionary as a Map
+    * New org.apache.felix.utils.properties.InterpolationHelper to
+      interpolate a Map of properties using ${xx} replacements
+    * New org.apache.felix.utils.properties.Properties class to
+      load/save properties and allow editing them without loosing
+      the user formatting
diff --git a/pom.xml b/pom.xml
index ea70c4a..4299cb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,13 +20,13 @@
 	<parent>
 		<groupId>org.apache.felix</groupId>
 		<artifactId>felix-parent</artifactId>
-		<version>1.2.0</version>
+		<version>1.2.1</version>
 	</parent>
 	
   <modelVersion>4.0.0</modelVersion>
   <name>Apache Felix Utils</name>
   <description>Utility classes for OSGi.</description>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.0</version>
   <artifactId>org.apache.felix.utils</artifactId>
   <dependencies>
     <dependency>
@@ -66,4 +66,10 @@
 	   </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.1.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.1.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.utils-1.1.0</url>
+  </scm>
 </project>