Update the maven-release-plugin version to fix the Maven API incompatibility.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1645939 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 3ad6871..7d9d2c9 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -51,4 +51,19 @@
<url>http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.5.1</version>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
+ <useReleaseProfile>false</useReleaseProfile>
+ <goals>deploy</goals>
+ <arguments>-Papache-release</arguments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>