http://issues.jabsorb.org/show_bug.cgi?id=63
Michael Clark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Michael Clark <[email protected]> 2009-06-05 03:34:20 --- I've applied the patch to trunk and branches/1.3. The following was also added as trunk as trunk requires java 1.5 to compile. <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> </plugins> -- Configure bugmail: http://issues.jabsorb.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ Jabsorb-dev mailing list [email protected] http://lists.jabsorb.org/mailman/listinfo/jabsorb-dev
