Author: tchemit Date: 2009-11-02 05:28:10 +0100 (Mon, 02 Nov 2009) New Revision: 2672 Modified: trunk/pom.xml Log: - use mavenpom 1.1.0 - reformat poms Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-11-02 04:25:58 UTC (rev 2671) +++ trunk/pom.xml 2009-11-02 04:28:10 UTC (rev 2672) @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -10,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.chorem</groupId> @@ -37,14 +38,14 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-persistence</artifactId> <version>${topia.version}</version> - </dependency> - <dependency> - <groupId>org.jdom</groupId> - <artifactId>jdom</artifactId> - <version>1.1</version> - </dependency> + </dependency> + <dependency> + <groupId>org.jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.1</version> + </dependency> -<!-- <dependency> + <!-- <dependency> <groupId>org.nuiton.topia</groupId> <artifactId>topia-soa</artifactId> <version>${topia.version}</version> @@ -166,7 +167,7 @@ <artifactId>doxia-module-jrst</artifactId> <version>${jrst.version}</version> </dependency> - </dependencies> + </dependencies> </plugin> </plugins>
participants (1)
-
tchemit@users.chorem.org