summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/osgi-contribution
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.3/itest/osgi-contribution')
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-classes-v2/pom.xml2
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-classes/pom.xml2
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml12
-rw-r--r--branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties10
4 files changed, 10 insertions, 16 deletions
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes-v2/pom.xml b/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes-v2/pom.xml
index ad5b1aac2c..6e711aff2a 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes-v2/pom.xml
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes-v2/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes/pom.xml b/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes/pom.xml
index adcfdff6f4..1f3a1c53ce 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes/pom.xml
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-classes/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
index e6d4c92589..e43a909c66 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/pom.xml
@@ -65,25 +65,19 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
- <artifactId>org.osgi.core</artifactId>
- <version>1.0.0</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.configadmin</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
</dependency>
diff --git a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
index 154176f54e..ea8d272a0c 100644
--- a/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
+++ b/branches/sca-java-1.3/itest/osgi-contribution/contribution-test/src/test/resources/osgi/felix/felix.config.properties
@@ -27,12 +27,12 @@ org.osgi.framework.system.packages=org.osgi.framework; version=1.3.0, \
felix.auto.start.1= \
- "file://${FELIX_DIR}/org.apache.felix.scr/1.0.0/org.apache.felix.scr-1.0.0.jar" \
- "file://${FELIX_DIR}/org.apache.felix.configadmin/1.0.0/org.apache.felix.configadmin-1.0.0.jar"
+ "file://${FELIX_DIR}/org.apache.felix.scr/1.0.2/org.apache.felix.scr-1.0.2.jar" \
+ "file://${FELIX_DIR}/org.apache.felix.configadmin/1.0.1/org.apache.felix.configadmin-1.0.1.jar"
-# "file://${FELIX_DIR}/org.apache.felix.bundlerepository/1.1.0-SNAPSHOT/org.apache.felix.bundlerepository-1.1.0-SNAPSHOT.jar" \
-# "file://${FELIX_DIR}/org.apache.felix.shell/1.1.0-SNAPSHOT/org.apache.felix.shell-1.1.0-SNAPSHOT.jar" \
-# "file://${FELIX_DIR}/org.apache.felix.shell.tui/1.1.0-SNAPSHOT/org.apache.felix.shell.tui-1.1.0-SNAPSHOT.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.bundlerepository/1.0.3/org.apache.felix.bundlerepository-1.0.3.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.shell/1.0.1/org.apache.felix.shell-1.0.1.jar" \
+# "file://${FELIX_DIR}/org.apache.felix.shell.tui/1.0.1/org.apache.felix.shell.tui-1.0.1.jar" \
felix.startlevel.framework=1
felix.startlevel.bundle=1