[maven-scm-plugin] prepare release 1.7.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@535780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29c545d6ab
commit
162735c105
7
dist/project.xml
vendored
7
dist/project.xml
vendored
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-dist-plugin</id>
|
<id>maven-dist-plugin</id>
|
||||||
<name>Maven Distribution Plugin</name>
|
<name>Maven Distribution Plugin</name>
|
||||||
<currentVersion>1.7.1-SNAPSHOT</currentVersion>
|
<currentVersion>1.7.1</currentVersion>
|
||||||
<shortDescription>Create source and binary distributions</shortDescription>
|
<shortDescription>Create source and binary distributions</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
<version>
|
<version>
|
||||||
@ -51,6 +51,11 @@
|
|||||||
<name>1.7</name>
|
<name>1.7</name>
|
||||||
<tag>MAVEN_DIST_1_7</tag>
|
<tag>MAVEN_DIST_1_7</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.7.1</id>
|
||||||
|
<name>1.7.1</name>
|
||||||
|
<tag>MAVEN_DIST_1_7_1</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
17
dist/xdocs/changes.xml
vendored
17
dist/xdocs/changes.xml
vendored
@ -24,15 +24,20 @@
|
|||||||
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="1.7.1-SNAPSHOT" date="In SVN">
|
<release version="1.7.1" date="2007-05-07">
|
||||||
<action dev="ltheussl" type="fix" issue="MPDIST-32">Apply lf filter before crlf in zip distributions.</action>
|
<action dev="ltheussl" type="fix" issue="MPDIST-32">Apply lf filter before crlf in zip distributions.</action>
|
||||||
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
|
<action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
|
||||||
<action dev="ltheussl" type="fix" issue="MPDIST-20" due-to="Phil Steitz">Fix combined javadoc classpath in <code>dist:multiproject-bin</code>.</action>
|
<action dev="ltheussl" type="fix" issue="MPDIST-20" due-to="Phil Steitz">Fix combined javadoc classpath in
|
||||||
<action dev="ltheussl" type="update" issue="MPDIST-20" due-to="Phil Steitz">New
|
<code>dist:multiproject-bin</code>.
|
||||||
<code>maven.dist.src.includes</code> and <code>maven.dist.bin.includes</code> properties.
|
</action>
|
||||||
Removed the <code>maven.dist.src.include</code> property.
|
<action dev="ltheussl" type="update" issue="MPDIST-20" due-to="Phil Steitz">New
|
||||||
|
<code>maven.dist.src.includes</code> and
|
||||||
|
<code>maven.dist.bin.includes</code> properties. Removed the
|
||||||
|
<code>maven.dist.src.include</code> property.
|
||||||
|
</action>
|
||||||
|
<action dev="ltheussl" type="fix">
|
||||||
|
<code>dist:multiproject-bin</code> fails if one of the projects does not have any java sources.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ltheussl" type="fix"><code>dist:multiproject-bin</code> fails if one of the projects does not have any java sources.</action>
|
|
||||||
<action dev="ltheussl" type="fix" issue="MPDIST-29">Source distribution archive has incorrect directory structure.</action>
|
<action dev="ltheussl" type="fix" issue="MPDIST-29">Source distribution archive has incorrect directory structure.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.7" date="2006-06-18">
|
<release version="1.7" date="2006-06-18">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user