You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by ka...@apache.org on 2010/01/28 20:18:45 UTC

svn commit: r904218 - /incubator/shiro/trunk/support/aspectj/pom.xml

Author: kaosko
Date: Thu Jan 28 19:18:45 2010
New Revision: 904218

URL: http://svn.apache.org/viewvc?rev=904218&view=rev
Log:
SHIRO-129: attach shiro-aspectj module to the reactor build (again) with fixed plugin configuration to make it work on JRE 1.5

Modified:
    incubator/shiro/trunk/support/aspectj/pom.xml

Modified: incubator/shiro/trunk/support/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shiro/trunk/support/aspectj/pom.xml?rev=904218&r1=904217&r2=904218&view=diff
==============================================================================
--- incubator/shiro/trunk/support/aspectj/pom.xml (original)
+++ incubator/shiro/trunk/support/aspectj/pom.xml Thu Jan 28 19:18:45 2010
@@ -68,8 +68,8 @@
                 <artifactId>aspectj-maven-plugin</artifactId>
                 <version>1.3</version>
                 <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                     <showWeaveInfo>true</showWeaveInfo>
                 </configuration>
                 <executions>