git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114116 13f79535-47bb-0310-9956-ffa450edef68
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<release version="1.1" date="2003-09-29">
|
|
<action dev="evenisse" type="fix">
|
|
Maven-655. Fix classworlds url.
|
|
</action>
|
|
<action dev="dion" type="update">
|
|
update to velocity 1.4-dev
|
|
</action>
|
|
<action dev="dion" type="fix">
|
|
Changed copy of dependencies to use artifacts, so that jar overrides would work
|
|
</action>
|
|
</release>
|
|
|
|
<release version="0.8" date="Unknown">
|
|
<action dev="werken" type="add">
|
|
The two properties, maven.uberjar.main and
|
|
maven.uberjar.classworlds.conf, can now be specified via a
|
|
project's properties file. Previously, these were specified via
|
|
the command line.
|
|
</action>
|
|
<action dev="kaz" type="add">
|
|
Created uberjar plugin based on the cool bootstrapping code that
|
|
Jason and Bob worked out!
|
|
</action>
|
|
<action dev="michal" type="add">
|
|
Added install, install-snapshot, deploy, deploy-snapshot goals
|
|
</action>
|
|
</release>
|
|
</body>
|
|
</document>
|
|
|