Prepare 1.0.2 release
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@615810 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/main/NOTICE b/main/NOTICE
index 90652d4..6e7f08e 100644
--- a/main/NOTICE
+++ b/main/NOTICE
@@ -1,5 +1,5 @@
Apache Felix Main
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/main/doc/changelog.txt b/main/doc/changelog.txt
index 61d96bf..f6e0e71 100644
--- a/main/doc/changelog.txt
+++ b/main/doc/changelog.txt
@@ -1,4 +1,4 @@
-Changes from 1.0.1 to 1.0.2
+Changes from 1.0.1 to 1.0.3
---------------------------
* [2008-01-27] Added launching and embedding docs to main project.
diff --git a/main/pom.xml b/main/pom.xml
index 724a7b9..0451934 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -27,12 +27,12 @@
<packaging>bundle</packaging>
<name>Apache Felix Main</name>
<artifactId>org.apache.felix.main</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.3</version>
<dependencies>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.3</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -69,7 +69,7 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>${pom.groupId}</groupId>
@@ -130,7 +130,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.framework</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.3</version>
</artifactItem>
</artifactItems>
</configuration>
@@ -162,7 +162,7 @@
<artifactItem>
<groupId>${pom.groupId}</groupId>
<artifactId>org.apache.felix.bundlerepository</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.2</version>
<type>jar</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/bundle</outputDirectory >
diff --git a/main/src/main/resources/META-INF/NOTICE b/main/src/main/resources/META-INF/NOTICE
index 90652d4..6e7f08e 100644
--- a/main/src/main/resources/META-INF/NOTICE
+++ b/main/src/main/resources/META-INF/NOTICE
@@ -1,5 +1,5 @@
Apache Felix Main
-Copyright 2006 The Apache Software Foundation
+Copyright 2008 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/main/src/main/resources/config.properties b/main/src/main/resources/config.properties
index 46cc9d1..d09e5e0 100644
--- a/main/src/main/resources/config.properties
+++ b/main/src/main/resources/config.properties
@@ -30,7 +30,7 @@
felix.auto.start.1= \
file:bundle/org.apache.felix.shell-1.0.0.jar \
file:bundle/org.apache.felix.shell.tui-1.0.0.jar \
- file:bundle/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar
+ file:bundle/org.apache.felix.bundlerepository-1.0.2.jar
felix.log.level=4
felix.startlevel.framework=1
felix.startlevel.bundle=1