Author: pauls
Date: Sun Aug 31 15:15:09 2008
New Revision: 690795
URL: http://svn.apache.org/viewvc?rev=690795&view=rev
Log:
Prepare the Felix 1.2 release.
Modified:
felix/trunk/shell/NOTICE
felix/trunk/shell/doc/changelog.txt
felix/trunk/shell/pom.xml
Modified: felix/trunk/shell/NOTICE
URL:
http://svn.apache.org/viewvc/felix/trunk/shell/NOTICE?rev=690795&r1=690794&r2=690795&view=diff
==============================================================================
--- felix/trunk/shell/NOTICE (original)
+++ felix/trunk/shell/NOTICE Sun Aug 31 15:15:09 2008
@@ -13,7 +13,7 @@
This product uses 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.
Modified: felix/trunk/shell/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/shell/doc/changelog.txt?rev=690795&r1=690794&r2=690795&view=diff
==============================================================================
--- felix/trunk/shell/doc/changelog.txt (original)
+++ felix/trunk/shell/doc/changelog.txt Sun Aug 31 15:15:09 2008
@@ -1,3 +1,11 @@
+Changes from 1.0.1 to 1.0.2
+---------------------------
+
+* [2008-08-12] Added OBR descriptor and updated to bundle plugin version
+ 1.4.3. (FELIX-669)
+* [2008-05-08] Modified "update" command to not append ".jar" to URLs and
+ modified the "install" command to use the same code. (FELIX-544)
+
Changes from 1.0.0 to 1.0.1
---------------------------
Modified: felix/trunk/shell/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell/pom.xml?rev=690795&r1=690794&r2=690795&view=diff
==============================================================================
--- felix/trunk/shell/pom.xml (original)
+++ felix/trunk/shell/pom.xml Sun Aug 31 15:15:09 2008
@@ -33,7 +33,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
</dependencies>
<build>