Use latest parent pom and update notice file.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@787570 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/prefs/NOTICE b/prefs/NOTICE
index 2b9cff0..8e3113a 100644
--- a/prefs/NOTICE
+++ b/prefs/NOTICE
@@ -1,10 +1,30 @@
Apache Felix Preferences Service
-Copyright 2007-2008 The Apache Software Foundation
+Copyright 2007-2009 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 2006 The OSGi Alliance.
+Copyright (c) OSGi Alliance (2000, 2007).
Licensed under the Apache License 2.0.
+
+
+II. Used 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, 2007).
+Licensed under the Apache License 2.0.
+
+
+III. License Summary
+- Apache License 2.0
diff --git a/prefs/pom.xml b/prefs/pom.xml
index e85cdbb..8df48de 100644
--- a/prefs/pom.xml
+++ b/prefs/pom.xml
@@ -22,8 +22,8 @@
<parent>
<groupId>org.apache.felix</groupId>
- <artifactId>felix</artifactId>
- <version>1.0.4</version>
+ <artifactId>felix-parent</artifactId>
+ <version>1.2.0</version>
<relativePath>../pom</relativePath>
</parent>
@@ -38,14 +38,15 @@
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
+ <version>1.2.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
- <version>1.0.0</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -67,7 +68,7 @@
<Bundle-SymbolicName>
${artifactId}
</Bundle-SymbolicName>
- <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
+ <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
<Export-Package>
org.apache.felix.prefs,
org.osgi.service.prefs;version=1.1