git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113105 13f79535-47bb-0310-9956-ffa450edef68
153 lines
7.9 KiB
XML
153 lines
7.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
| Release plan
|
|
| The idea is to let all releases dev, beta, rc, final release be driven by an release-plan (defined in xml)
|
|
|
|
|
| src
|
|
| release-plan
|
|
| 1.0.xml
|
|
| 1.1.xml
|
|
| 1.2.xml
|
|
| 2.0.xml
|
|
|
|
|
| Its splitted into to parts planned and actual
|
|
| the planned part is for planning (obvious)
|
|
| and the actual is used for release-notes, change documents, blog notifications,....
|
|
|
|
|
| o should make sure the POM and the release plan is consistent
|
|
| o must allow for customization
|
|
| o perhaps it should be put into a release-plan (or release-manager) module
|
|
| o should also provide info about branching from earlier versions.
|
|
-->
|
|
<release-plan>
|
|
<release-manager-id>betty</release-manager-id>
|
|
<version>1.0</version>
|
|
<releases>
|
|
<release release-type="beta" release-version="1">
|
|
<planned start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<overall-goal>Bug fixes</overall-goal>
|
|
<subgoals>
|
|
<goal>World Domination</goal>
|
|
<goal>Beat Betty</goal>
|
|
</subgoals>
|
|
<test-pass>Moderate testing by the community. All component teams fixing serious defects.</test-pass>
|
|
<fix-approval>No changes are to be released without prior approval and associated bug report.</fix-approval>
|
|
<notification>None</notification>
|
|
</planned>
|
|
<actual start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<release-date>2002-03-15</release-date>
|
|
<release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
|
|
<release-note> This was a quiet release as there was a quite an overhaul in the core of Maven. The core was slimmed down and a lot of code was moved into the plugins. In lieu of a set of detailed changes we are trying to get the documentation up to scratch as fast as possible. But here are some of the more notable changes: </release-note>
|
|
<changes>
|
|
<change>Goal caching for much faster start-up times</change>
|
|
<change>Start of general artifact support</change>
|
|
<change>Unsatisfied dependency exception</change>
|
|
<change>Maven jar override support for version number</change>
|
|
<change>Offline support for snapshots</change>
|
|
<change>i18n support</change>
|
|
</changes>
|
|
</actual>
|
|
</release>
|
|
<release release-type="beta" release-version="2">
|
|
<planned start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<overall-goal>Bug fixes</overall-goal>
|
|
<subgoals>
|
|
<goal>World Domination</goal>
|
|
<goal>Beat Betty</goal>
|
|
</subgoals>
|
|
<test-pass>Moderate testing by the community. All component teams fixing serious defects.</test-pass>
|
|
<fix-approval>No changes are to be released without prior approval and associated bug report.</fix-approval>
|
|
<notification>None</notification>
|
|
</planned>
|
|
<actual start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<release-date>2002-03-15</release-date>
|
|
<release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
|
|
<release-note> This was a quiet release as there was a quite an overhaul in the core of Maven. The core was slimmed down and a lot of code was moved into the plugins. In lieu of a set of detailed changes we are trying to get the documentation up to scratch as fast as possible. But here are some of the more notable changes: </release-note>
|
|
<changes>
|
|
<change>Goal caching for much faster start-up times</change>
|
|
<change>Start of general artifact support</change>
|
|
<change>Unsatisfied dependency exception</change>
|
|
<change>Maven jar override support for version number</change>
|
|
<change>Offline support for snapshots</change>
|
|
<change>i18n support</change>
|
|
</changes>
|
|
</actual>
|
|
</release>
|
|
<release release-type="rc" release-version="1">
|
|
<planned start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<overall-goal>Bug fixes</overall-goal>
|
|
<subgoals>
|
|
<goal>World Domination</goal>
|
|
<goal>Beat Betty</goal>
|
|
</subgoals>
|
|
<test-pass>Moderate testing by the community. All component teams fixing serious defects.</test-pass>
|
|
<fix-approval>No changes are to be released without prior approval and associated bug report.</fix-approval>
|
|
<notification>None</notification>
|
|
</planned>
|
|
<actual start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<release-date>2002-03-15</release-date>
|
|
<release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
|
|
<release-note> This was a quiet release as there was a quite an overhaul in the core of Maven. The core was slimmed down and a lot of code was moved into the plugins. In lieu of a set of detailed changes we are trying to get the documentation up to scratch as fast as possible. But here are some of the more notable changes: </release-note>
|
|
<changes>
|
|
<change>Goal caching for much faster start-up times</change>
|
|
<change>Start of general artifact support</change>
|
|
<change>Unsatisfied dependency exception</change>
|
|
<change>Maven jar override support for version number</change>
|
|
<change>Offline support for snapshots</change>
|
|
<change>i18n support</change>
|
|
</changes>
|
|
</actual>
|
|
</release>
|
|
<release release-type="rc" release-version="2">
|
|
<planned start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<overall-goal>Bug fixes</overall-goal>
|
|
<subgoals>
|
|
<goal>World Domination</goal>
|
|
<goal>Beat Betty</goal>
|
|
</subgoals>
|
|
<test-pass>Moderate testing by the community. All component teams fixing serious defects.</test-pass>
|
|
<fix-approval>No changes are to be released without prior approval and associated bug report.</fix-approval>
|
|
<notification>None</notification>
|
|
</planned>
|
|
<actual start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<release-date>2002-03-15</release-date>
|
|
<release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
|
|
<release-note> This was a quiet release as there was a quite an overhaul in the core of Maven. The core was slimmed down and a lot of code was moved into the plugins. In lieu of a set of detailed changes we are trying to get the documentation up to scratch as fast as possible. But here are some of the more notable changes: </release-note>
|
|
<changes>
|
|
<change>Goal caching for much faster start-up times</change>
|
|
<change>Start of general artifact support</change>
|
|
<change>Unsatisfied dependency exception</change>
|
|
<change>Maven jar override support for version number</change>
|
|
<change>Offline support for snapshots</change>
|
|
<change>i18n support</change>
|
|
</changes>
|
|
</actual>
|
|
</release>
|
|
<release release-type="final">
|
|
<planned start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<overall-goal>Bug fixes</overall-goal>
|
|
<subgoals>
|
|
<goal>World Domination</goal>
|
|
<goal>Beat Betty</goal>
|
|
</subgoals>
|
|
<test-pass>Moderate testing by the community. All component teams fixing serious defects.</test-pass>
|
|
<fix-approval>No changes are to be released without prior approval and associated bug report.</fix-approval>
|
|
<notification>None</notification>
|
|
</planned>
|
|
<actual start="1999-03-14T18:27:46" finish="1999-03-14T18:27:46">
|
|
<release-date>2002-03-15</release-date>
|
|
<release-tag>RELEASE_MAVEN_1.0_BETA_1</release-tag>
|
|
<release-note> This was a quiet release as there was a quite an overhaul in the core of Maven. The core was slimmed down and a lot of code was moved into the plugins. In lieu of a set of detailed changes we are trying to get the documentation up to scratch as fast as possible. But here are some of the more notable changes: </release-note>
|
|
<changes>
|
|
<change>Goal caching for much faster start-up times</change>
|
|
<change>Start of general artifact support</change>
|
|
<change>Unsatisfied dependency exception</change>
|
|
<change>Maven jar override support for version number</change>
|
|
<change>Offline support for snapshots</change>
|
|
<change>i18n support</change>
|
|
</changes>
|
|
</actual>
|
|
</release>
|
|
</releases>
|
|
</release-plan>
|