Update version now that the 1.12.0 version is available.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1595451 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator-it/pom.xml b/ipojo/manipulator/manipulator-it/pom.xml
index 32ad0dd..0d782dd 100644
--- a/ipojo/manipulator/manipulator-it/pom.xml
+++ b/ipojo/manipulator/manipulator-it/pom.xml
@@ -223,7 +223,7 @@
if you are using a release version, be aware that this may introduce test failures as you should
update this version to the same version as the manipulator
-->
- <version>1.11.2</version>
+ <version>1.12.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/ipojo/runtime/composite-it/pom.xml b/ipojo/runtime/composite-it/pom.xml
index b2579bb..5232a21 100644
--- a/ipojo/runtime/composite-it/pom.xml
+++ b/ipojo/runtime/composite-it/pom.xml
@@ -40,7 +40,7 @@
<equinox.version>3.8.1.v20120830-144521</equinox.version>
<knoperflerfish.version>5.3.3</knoperflerfish.version>
- <manipulator.version>1.12.0</manipulator.version>
+ <manipulator.version>1.12.1-SNAPSHOT</manipulator.version>
</properties>
<modules>
@@ -207,7 +207,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.manipulator</artifactId>
- <version>1.12.0</version>
+ <version>${manipulator.version}</version>
</dependency>
<dependency>
diff --git a/ipojo/runtime/core-it/pom.xml b/ipojo/runtime/core-it/pom.xml
index 32ec7f7..4aacbfd 100644
--- a/ipojo/runtime/core-it/pom.xml
+++ b/ipojo/runtime/core-it/pom.xml
@@ -42,7 +42,7 @@
<equinox.version>3.9.1.v20130814-1242</equinox.version>
<knoperflerfish.version>7.0.1</knoperflerfish.version>
- <manipulator.version>1.12.0</manipulator.version>
+ <manipulator.version>1.12.1-SNAPSHOT</manipulator.version>
</properties>
<modules>