[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5538d3d80a
commit
9e7e06c54d
16
dist/project.xml
vendored
16
dist/project.xml
vendored
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -17,19 +18,19 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../project.xml</extend>
|
<extend>../project.xml</extend>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-dist-plugin</id>
|
<id>maven-dist-plugin</id>
|
||||||
<name>Maven Distribution Plug-in</name>
|
<name>Maven Distribution Plug-in</name>
|
||||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
<currentVersion>1.4</currentVersion>
|
||||||
<shortDescription>Create source and binary distributions</shortDescription>
|
<shortDescription>Create source and binary distributions</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/dist/</url>
|
<url>http://maven.apache.org/reference/plugins/dist/</url>
|
||||||
<siteDirectory>/www/maven.apache.org/reference/plugins/dist/</siteDirectory>
|
<siteDirectory>/www/maven.apache.org/reference/plugins/dist/</siteDirectory>
|
||||||
<repository>
|
<repository>
|
||||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/dist/</connection>
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/dist</connection>
|
||||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/dist/</url>
|
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/dist/</developerConnection>
|
||||||
|
<url>http://cvs.apache.org/viewcvs/maven-plugins/dist</url>
|
||||||
</repository>
|
</repository>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -70,4 +71,11 @@
|
|||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<versions>
|
||||||
|
<version>
|
||||||
|
<id>1.4</id>
|
||||||
|
<name>1.4</name>
|
||||||
|
<tag>MAVEN_DIST_1_4</tag>
|
||||||
|
</version>
|
||||||
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
35
dist/xdocs/changes.xml
vendored
35
dist/xdocs/changes.xml
vendored
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2004 The Apache Software Foundation.
|
* Copyright 2001-2004 The Apache Software Foundation.
|
||||||
@ -22,36 +23,18 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="vmassol@octo.com">Vincent Massol</author>
|
<author email="vmassol@octo.com">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<release version="1.4" date="in CVS">
|
<release version="1.4" date="2004-03-07">
|
||||||
<action dev="dion" type="fix">
|
<action dev="dion" type="fix">Prefix basedir on copied ant build file. Only create ant build file if the project has source. Only copy maven.src.dir if it exists.</action>
|
||||||
Prefix basedir on copied ant build file.
|
<action dev="dion" type="update">Moved properties out to plugin.properties</action>
|
||||||
Only create ant build file if the project has source.
|
<action dev="dion" type="fix">add ${basedir} to ant build file being moved</action>
|
||||||
Only copy maven.src.dir if it exists.
|
|
||||||
</action>
|
|
||||||
<action dev="dion" type="update">
|
|
||||||
Moved properties out to plugin.properties
|
|
||||||
</action>
|
|
||||||
<action dev="dion" type="fix">
|
|
||||||
add ${basedir} to ant build file being moved
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.3" date="2003-09-29">
|
<release version="1.3" date="2003-09-29">
|
||||||
<action dev="dion" type="update">
|
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||||
update to use maven.docs.*/maven.gen.docs
|
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
|
||||||
</action>
|
|
||||||
<action dev="dion" type="update">
|
|
||||||
update to commons-lang 1.0.1
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.1" date="2002-09-16">
|
<release version="1.1" date="2002-09-16">
|
||||||
<action dev="jvanzyl" type="update">
|
<action dev="jvanzyl" type="update">Released.</action>
|
||||||
Released.
|
|
||||||
</action>
|
|
||||||
</release>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user