[Lutinbuilder-commits] r337 - lutin-enforcer-rules/trunk
Author: tchemit Date: 2009-01-28 13:15:32 +0000 (Wed, 28 Jan 2009) New Revision: 337 Modified: lutin-enforcer-rules/trunk/changelog.txt lutin-enforcer-rules/trunk/pom.xml Log: prepare release Modified: lutin-enforcer-rules/trunk/changelog.txt =================================================================== --- lutin-enforcer-rules/trunk/changelog.txt 2009-01-28 13:14:05 UTC (rev 336) +++ lutin-enforcer-rules/trunk/changelog.txt 2009-01-28 13:15:32 UTC (rev 337) @@ -1,3 +1,6 @@ -1.0 chemit 20090128 +0.2 chemit 20090128 + * 20090128 [chemit] - use lutinpluginproject 3.4.0 + +0.1 chemit 20090128 * 20090128 [chemit] - initial version \ No newline at end of file Modified: lutin-enforcer-rules/trunk/pom.xml =================================================================== --- lutin-enforcer-rules/trunk/pom.xml 2009-01-28 13:14:05 UTC (rev 336) +++ lutin-enforcer-rules/trunk/pom.xml 2009-01-28 13:15:32 UTC (rev 337) @@ -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.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.3</version> + <version>3.4.0</version> </parent> <artifactId>lutin-enforcer-rules</artifactId> @@ -50,11 +51,11 @@ <version>${maven.version}</version> </dependency> - <dependency> + <!--dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <version>1.0-alpha-9</version> - </dependency> + </dependency--> </dependencies> @@ -67,7 +68,6 @@ <description>Customized maven enforcer plugins rules for our projects or plugins.</description> <inceptionYear>2009</inceptionYear> - <url>${site.home.url}</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -83,16 +83,16 @@ <!-- nom du projet sur le labs --> <labs.project>lutinbuilder</labs.project> - <api.version>1.0-alpha-4</api.version> + <api.version>1.0-alpha-4</api.version> <maven.version>2.0.9</maven.version> - - <lutin-enforcer.rules.version>${project.version}</lutin-enforcer.rules.version> + + <lutin-enforcer-rules.version>${project.version}</lutin-enforcer-rules.version> </properties> <build> <defaultGoal>install</defaultGoal> </build> - + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org