[jboss-cvs] JBossAS SVN: r98859 - projects/security/security-jboss-sx/trunk/jbosssx.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 22 13:37:42 EST 2009


Author: acoliver at jboss.org
Date: 2009-12-22 13:37:42 -0500 (Tue, 22 Dec 2009)
New Revision: 98859

Modified:
   projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
Log:
the 2.3-jboss1 stuff isn't in the repository any longer.  Using the 2.6 version
makes the build work.  Using the 2.3 (not jboss1) causes the build to fail.
I'm assuming this is the "right thing" (upgrade).  If this is wrong, someone
revert and fix the build to point to an existant version.


Modified: projects/security/security-jboss-sx/trunk/jbosssx/pom.xml
===================================================================
--- projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2009-12-22 18:35:58 UTC (rev 98858)
+++ projects/security/security-jboss-sx/trunk/jbosssx/pom.xml	2009-12-22 18:37:42 UTC (rev 98859)
@@ -91,7 +91,7 @@
          <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>javacc-maven-plugin</artifactId>
-            <version>2.3-jboss-1</version>
+            <version>2.6</version>
             <configuration>
                <packageName>org/jboss/security/auth/login</packageName>
                <sourceDirectory>src/main/java</sourceDirectory>




More information about the jboss-cvs-commits mailing list