[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:
parent
162735c105
commit
9580be77bf
@ -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>
|
||||
<id>maven-eclipse-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Eclipse Plugin for Maven</shortDescription>
|
||||
<versions>
|
||||
@ -62,6 +62,11 @@
|
||||
<name>1.11</name>
|
||||
<tag>MAVEN_ECLIPSE_1_11</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.12</id>
|
||||
<name>1.12</name>
|
||||
<tag>MAVEN_ECLIPSE_1_12</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
<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="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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user