[maven-release-plugin] prepare release org.apache.felix.ipojo.runtime-project-1.11.0
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1530283 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/ipojo-api-test/pom.xml b/ipojo/runtime/core-it/ipojo-api-test/pom.xml
index 457f4c5..7572a0f 100644
--- a/ipojo/runtime/core-it/ipojo-api-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-api-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -39,7 +37,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.composite</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
@@ -55,7 +53,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.api</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.felix</groupId>
diff --git a/ipojo/runtime/core-it/ipojo-compatibility-test/pom.xml b/ipojo/runtime/core-it/ipojo-compatibility-test/pom.xml
index 36030a6..5c69978 100644
--- a/ipojo/runtime/core-it/ipojo-compatibility-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-compatibility-test/pom.xml
@@ -18,19 +18,17 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<artifactId>ipojo-compatibility-test</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<name>${project.artifactId}</name>
diff --git a/ipojo/runtime/core-it/ipojo-core-annotations-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-annotations-test/pom.xml
index 4e9a3e8..3c3f295 100644
--- a/ipojo/runtime/core-it/ipojo-core-annotations-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-annotations-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-bad-configuration-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-bad-configuration-test/pom.xml
index 95886c3..752dc12 100644
--- a/ipojo/runtime/core-it/ipojo-core-bad-configuration-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-bad-configuration-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/pom.xml
index ba5e601..f709c86 100644
--- a/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-configuration-processor-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-configuration-processor-test/pom.xml
index 5395b13..52232ec 100644
--- a/ipojo/runtime/core-it/ipojo-core-configuration-processor-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-configuration-processor-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-configuration-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-configuration-test/pom.xml
index 838bbc1..54f8fb4 100644
--- a/ipojo/runtime/core-it/ipojo-core-configuration-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-configuration-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-external-handlers-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-external-handlers-test/pom.xml
index d6e5d2d..38430b8 100644
--- a/ipojo/runtime/core-it/ipojo-core-external-handlers-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-external-handlers-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-factory-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-factory-test/pom.xml
index 0ce6bd2..9a6e972 100644
--- a/ipojo/runtime/core-it/ipojo-core-factory-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-factory-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-factory-version-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-factory-version-test/pom.xml
index a034509..1ed9187 100644
--- a/ipojo/runtime/core-it/ipojo-core-factory-version-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-factory-version-test/pom.xml
@@ -16,13 +16,12 @@
~ specific language governing permissions and limitations
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-handler-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-handler-test/pom.xml
index 131d4be..6368dcc 100644
--- a/ipojo/runtime/core-it/ipojo-core-handler-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-handler-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-lifecycle-callback-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-lifecycle-callback-test/pom.xml
index d7eaf06..4dcc569 100644
--- a/ipojo/runtime/core-it/ipojo-core-lifecycle-callback-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-lifecycle-callback-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-lifecycle-controller-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-lifecycle-controller-test/pom.xml
index d5c609c..5349e24 100644
--- a/ipojo/runtime/core-it/ipojo-core-lifecycle-controller-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-lifecycle-controller-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-logger-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-logger-test/pom.xml
index 323441a..9b64e9a 100644
--- a/ipojo/runtime/core-it/ipojo-core-logger-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-logger-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-interceptor-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-interceptor-test/pom.xml
index 466a51b..d5790ab 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-interceptor-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-interceptor-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-optional-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-optional-test/pom.xml
index 2fbdb84..35b0d91 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-optional-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-optional-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-policies/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-policies/pom.xml
index 9fe8d69..c588fbe 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-policies/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-policies/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-proxies/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-proxies/pom.xml
index 84e70c6..4731dcb 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-proxies/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-proxies/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-test/pom.xml
index 1d181bc..a52cb14 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/ipojo-core-service-dependency-timeout-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-dependency-timeout-test/pom.xml
index 61056fd..d95f158 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-dependency-timeout-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-dependency-timeout-test/pom.xml
@@ -18,19 +18,17 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<artifactId>ipojo-core-service-dependency-timeout-test</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<name>${project.artifactId}</name>
</project>
\ No newline at end of file
diff --git a/ipojo/runtime/core-it/ipojo-core-service-providing-test/pom.xml b/ipojo/runtime/core-it/ipojo-core-service-providing-test/pom.xml
index 4329b19..044e0d7 100644
--- a/ipojo/runtime/core-it/ipojo-core-service-providing-test/pom.xml
+++ b/ipojo/runtime/core-it/ipojo-core-service-providing-test/pom.xml
@@ -18,14 +18,12 @@
~ under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index f969b3e..3ba897c 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -16,8 +16,7 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
@@ -28,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.runtime.core-it</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<name>Apache Felix iPOJO Runtime Project ~ Core Integration Tests</name>
<packaging>pom</packaging>
@@ -225,7 +224,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo</artifactId>
- <version>1.10.2-SNAPSHOT</version>
+ <version>1.11.0</version>
<exclusions>
<exclusion>
<groupId>org.osgi</groupId>
@@ -429,4 +428,10 @@
</properties>
</profile>
</profiles>
+
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.11.0/org.apache.felix.ipojo.runtime.core-it</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.runtime-project-1.11.0/org.apache.felix.ipojo.runtime.core-it</developerConnection>
+ <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.runtime-project-1.11.0/org.apache.felix.ipojo.runtime.core-it</url>
+ </scm>
</project>