[maven-scm-plugin] prepare release 1.11
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@415166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42750e01fb
commit
273fbb3e4a
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
@ -17,13 +17,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
|
||||
<extend>../plugins-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-eclipse-plugin</id>
|
||||
<name>Maven Eclipse Plugin</name>
|
||||
<currentVersion>1.11-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.11</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>
|
||||
@ -57,6 +56,11 @@
|
||||
<name>1.10</name>
|
||||
<tag>MAVEN_ECLIPSE_1_10</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.11</id>
|
||||
<name>1.11</name>
|
||||
<tag>MAVEN_ECLIPSE_1_11</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
@ -23,9 +23,11 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.11" date="in SVN">
|
||||
<release version="1.11" date="2006-06-18">
|
||||
<action dev="snicoll" type="fix" issue="MPECLIPSE-111">Made output and testOutput directory configuration consistent.</action>
|
||||
<action dev="felipeal" type="add" issue="MPECLIPSE-84">Added new property <code>maven.eclipse.project.name</code>.</action>
|
||||
<action dev="felipeal" type="add" issue="MPECLIPSE-84">Added new property
|
||||
<code>maven.eclipse.project.name</code>.
|
||||
</action>
|
||||
<action dev="snicoll" type="add" issue="MPECLIPSE-60">Now trying to download java sources archives from the remote repositories.</action>
|
||||
</release>
|
||||
<release version="1.10" date="2005-12-03">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user