[seam-commits] Seam SVN: r8805 - branches/Seam_2_0_FP/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 26 03:42:07 EDT 2008
Author: manaRH
Date: 2008-08-26 03:42:07 -0400 (Tue, 26 Aug 2008)
New Revision: 8805
Modified:
branches/Seam_2_0_FP/build/parent.pom.xml
branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1098
Modified: branches/Seam_2_0_FP/build/parent.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/parent.pom.xml 2008-08-26 05:27:25 UTC (rev 8804)
+++ branches/Seam_2_0_FP/build/parent.pom.xml 2008-08-26 07:42:07 UTC (rev 8805)
@@ -24,6 +24,19 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>2.0</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml 2008-08-26 05:27:25 UTC (rev 8804)
+++ branches/Seam_2_0_FP/build/root.pom.xml 2008-08-26 07:42:07 UTC (rev 8805)
@@ -658,7 +658,7 @@
<dependency>
<groupId>org.jboss.el</groupId>
<artifactId>jboss-el</artifactId>
- <version>2.0.1.GA</version>
+ <version>1.0_02.CR2</version>
</dependency>
<dependency>
More information about the seam-commits
mailing list