[maven-scm-plugin] prepare release 1.12

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-05-07 08:35:12 +00:00
parent 162735c105
commit 9580be77bf
2 changed files with 106 additions and 101 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-eclipse-plugin</id> <id>maven-eclipse-plugin</id>
<name>Maven Eclipse Plugin</name> <name>Maven Eclipse Plugin</name>
<currentVersion>1.12-SNAPSHOT</currentVersion> <currentVersion>1.12</currentVersion>
<description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.</description> <description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.</description>
<shortDescription>Eclipse Plugin for Maven</shortDescription> <shortDescription>Eclipse Plugin for Maven</shortDescription>
<versions> <versions>
@ -62,6 +62,11 @@
<name>1.11</name> <name>1.11</name>
<tag>MAVEN_ECLIPSE_1_11</tag> <tag>MAVEN_ECLIPSE_1_11</tag>
</version> </version>
<version>
<id>1.12</id>
<name>1.12</name>
<tag>MAVEN_ECLIPSE_1_12</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,7 +24,7 @@
<author email="dion@multitask.com.au">dIon Gillard</author> <author email="dion@multitask.com.au">dIon Gillard</author>
</properties> </properties>
<body> <body>
<release version="1.12-SNAPSHOT" date="In SVN"> <release version="1.12" date="2007-05-07">
<action dev="aheritier" type="fix">If maven.compile.target or maven.compile.source are empty, then use by default the version 1.4 for wtp and preferences</action> <action dev="aheritier" type="fix">If maven.compile.target or maven.compile.source are empty, then use by default the version 1.4 for wtp and preferences</action>
<action dev="aheritier" type="update">Maven offline mode (-o or maven.mode.online=false) overrides maven.eclipse.src.download and maven.eclipse.javadoc.download</action> <action dev="aheritier" type="update">Maven offline mode (-o or maven.mode.online=false) overrides maven.eclipse.src.download and maven.eclipse.javadoc.download</action>
<action dev="aheritier" type="add">Project preferences are now generated with the classpath (to define the java version for sources and target).</action> <action dev="aheritier" type="add">Project preferences are now generated with the classpath (to define the java version for sources and target).</action>