r478 - testmavenvalidators/trunk
Author: tchemit Date: 2011-08-19 19:13:38 +0200 (Fri, 19 Aug 2011) New Revision: 478 Url: http://nuiton.org/repositories/revision/sandbox/478 Log:
From scmwebeditor -- Test de scmwebeditor 2 :D
Modified: testmavenvalidators/trunk/pom.xml Modified: testmavenvalidators/trunk/pom.xml =================================================================== --- testmavenvalidators/trunk/pom.xml 2011-08-19 17:13:24 UTC (rev 477) +++ testmavenvalidators/trunk/pom.xml 2011-08-19 17:13:38 UTC (rev 478) @@ -1,46 +1,46 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<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"> - - <!--The version of maven's project object model--> - <modelVersion>4.0.0</modelVersion> - - <!--A unique name for this project--> - <groupId>org.nuiton</groupId> - <artifactId>test</artifactId> - <name>test</name> - - <!--ejb, jar, war...--> - <packaging>jar</packaging> - - <!--Version--> - <version>0.0.0</version> - - <!--Description--> - <description>test</description> - <inceptionYear>2009</inceptionYear> - - <build> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <!-- Dependencies --> - <dependencies> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project </artifactId> - <version>2.2.1</version> - </dependency> - </dependencies> +<?xml version="1.0" encoding="ISO-8859-1"?> +<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"> + + <!--The version of maven's project object model--> + <modelVersion>4.0.0</modelVersion> + + <!--A unique name for this project--> + <groupId>org.nuiton</groupId> + <artifactId>test</artifactId> + <name>test</name> + + <!--ejb, jar, war...--> + <packaging>jar</packaging> + + <!--Version--> + <version>0.0.0</version> + + <!--Description--> + <description>test</description> + <inceptionYear>2009</inceptionYear> + + <build> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <!-- Dependencies --> + <dependencies> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project </artifactId> + <version>2.2.1</version> + </dependency> + </dependencies> </project> \ No newline at end of file
participants (1)
-
tchemit@users.nuiton.org