commit | 9efe86b78f324d63fc7fb2536caf672dce89de85 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Tue Apr 22 18:07:27 2008 +0000 |
committer | Clement Escoffier <clement@apache.org> | Tue Apr 22 18:07:27 2008 +0000 |
tree | b91d2cb18718e54958ab6d8f90232cf6fc89e315 | |
parent | e8bba174b967cb45e12e1c98083768ca30a26c93 [diff] [blame] |
Remove the dependency on Java 5 from the Junit4OSGi framework. Tests can now be run on Foundation (tested on J9) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@650602 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/junit4osgi/felix-command/pom.xml b/ipojo/examples/junit4osgi/felix-command/pom.xml index 220d497..98133b6 100644 --- a/ipojo/examples/junit4osgi/felix-command/pom.xml +++ b/ipojo/examples/junit4osgi/felix-command/pom.xml
@@ -48,8 +48,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.5</source> - <target>1.5</target> + <source>1.4</source> + <target>1.4</target> </configuration> </plugin> <plugin>