[seam-commits] Seam SVN: r12870 - modules/xml/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu May 27 10:57:17 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-05-27 10:57:17 -0400 (Thu, 27 May 2010)
New Revision: 12870
Modified:
modules/xml/trunk/pom.xml
Log:
ws
Modified: modules/xml/trunk/pom.xml
===================================================================
--- modules/xml/trunk/pom.xml 2010-05-27 14:56:30 UTC (rev 12869)
+++ modules/xml/trunk/pom.xml 2010-05-27 14:57:17 UTC (rev 12870)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -27,11 +28,11 @@
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>
</descriptors>
- <finalName>seam-xml-config-${pom.version}</finalName>
+ <finalName>seam-xml-config-${pom.version}</finalName>
</configuration>
</plugin>
</plugins>
- </build>
+ </build>
<dependencyManagement>
<dependencies>
@@ -60,23 +61,23 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
<version>1.0.1-Final</version>
- </dependency>
- <dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>weld-se</artifactId>
- <version>1.0.1-Final</version>
- </dependency>
- <dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.weld</groupId>
+ <artifactId>weld-se</artifactId>
+ <version>1.0.1-Final</version>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.10</version>
- </dependency>
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <version>5.10</version>
- <classifier>jdk15</classifier>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ </dependency>
</dependencies>
</dependencyManagement>
<scm>
More information about the seam-commits
mailing list