commit | 3a1b770c9dcfc665ee49bfd709af8db2a6647937 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Tue Sep 09 17:20:14 2008 +0000 |
committer | Clement Escoffier <clement@apache.org> | Tue Sep 09 17:20:14 2008 +0000 |
tree | 2e1c2043c76eb7ddf25283dd5ba8c41c01652e3a | |
parent | 48aafede4aa3c335c73496119f95cda2d39f652c [diff] [blame] |
Fix the issue Felix-697 Check the unicity of method flag field. Add the tests case provided by Loris in the test suite. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@693520 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/manipulator/manipulation/pom.xml b/ipojo/tests/manipulator/manipulation/pom.xml index ff3dc39..84e16c1 100644 --- a/ipojo/tests/manipulator/manipulation/pom.xml +++ b/ipojo/tests/manipulator/manipulation/pom.xml
@@ -93,8 +93,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.4</source> - <target>1.4</target> + <source>1.5</source> + <target>1.5</target> </configuration> </plugin> </plugins>