Author: pauls
Date: Sun Aug 31 15:15:18 2008
New Revision: 690796
URL: http://svn.apache.org/viewvc?rev=690796&view=rev
Log:
Prepare the Felix 1.2 release.
Modified:
felix/trunk/shell.tui/NOTICE
felix/trunk/shell.tui/doc/changelog.txt
felix/trunk/shell.tui/pom.xml
Modified: felix/trunk/shell.tui/NOTICE
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.tui/NOTICE?rev=690796&r1=690795&r2=690796&view=diff
==============================================================================
--- felix/trunk/shell.tui/NOTICE (original)
+++ felix/trunk/shell.tui/NOTICE Sun Aug 31 15:15:18 2008
@@ -12,7 +12,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.tui/doc/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.tui/doc/changelog.txt?rev=690796&r1=690795&r2=690796&view=diff
==============================================================================
--- felix/trunk/shell.tui/doc/changelog.txt (original)
+++ felix/trunk/shell.tui/doc/changelog.txt Sun Aug 31 15:15:18 2008
@@ -1,3 +1,9 @@
+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)
+
Changes from 1.0.0 to 1.0.1
---------------------------
Modified: felix/trunk/shell.tui/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/shell.tui/pom.xml?rev=690796&r1=690795&r2=690796&view=diff
==============================================================================
--- felix/trunk/shell.tui/pom.xml (original)
+++ felix/trunk/shell.tui/pom.xml Sun Aug 31 15:15:18 2008
@@ -33,12 +33,12 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.shell</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.2</version>
</dependency>
</dependencies>
<build>