[maven-scm-plugin] prepare release 1.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:19:23 +00:00
parent 2fc0469004
commit fded5b408d
6 changed files with 31 additions and 35 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-artifact-plugin</id>
<name>Maven Artifact Plugin</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<description/>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url>
@ -40,6 +40,11 @@
<name>1.1</name>
<tag>MAVEN_ARTIFACT_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_ARTIFACT_1_2</tag>
</version>
</versions>
<developers/>
<dependencies>

View File

@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.2-SNAPSHOT" date="in CVS">
<release version="1.2" date="2004-05-15">
<action dev="evenisse" type="add">Add documentation for the compress mode property.</action>
<action dev="evenisse" type="fix">Fix Scp deployer when it use compress mode.</action>
<action dev="brett" type="fix" issue="MPUBERJAR-5">Add uberjar extension mapping.</action>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-repository-plugin</id>
<name>Maven Repository Plug-in</name>
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<shortDescription>Tools to work with the central repo</shortDescription>
<url>http://maven.apache.org/reference/plugins/repository/</url>
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10372</issueTrackingUrl>
@ -67,5 +67,10 @@
<name>1.1</name>
<tag>MAVEN_REPOSITORY_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_REPOSITORY_1_2</tag>
</version>
</versions>
</project>

View File

@ -24,10 +24,10 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.2-SNAPSHOT" date="in CVS">
<release version="1.2" date="2004-05-15">
<action dev="brett" issue="MPREPO-5" type="update">Deprecate maven.repository.group, use maven.remote.group instead</action>
</release>
<release version="1.1" date="2004-03-11"></release>
<release version="1.1" date="2004-03-11"/>
<release version="1.0" date="2003-09-29">
<action dev="dion" type="add">Added repository:copy-jar</action>
<action dev="dion" type="add">Removed hard coded group name - now a property</action>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,7 +18,6 @@
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<!-- the version of maven's project object model -->
@ -32,7 +32,7 @@
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-dev -->
<currentVersion>1.2-SNAPSHOT</currentVersion>
<currentVersion>1.2</currentVersion>
<!-- a short description of what the project does -->
<shortDescription>Uberjar packages your project as well as its dependencies into a single jar file. In addition, bootstrap code is added that enables a main class to be invoked by simply typing: java -jar your.jar</shortDescription>
@ -54,6 +54,11 @@
<name>1.1</name>
<tag>MAVEN_UBERJAR_1_1</tag>
</version>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_UBERJAR_1_2</tag>
</version>
</versions>
<mailingLists/>
<!-- who the developers are for the project -->

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -22,40 +23,20 @@
<title>Changes</title>
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
</properties>
<body>
<release version="1.2-SNAPSHOT" date="in CVS">
<release version="1.2" date="2004-05-15">
<action dev="brett" type="update" due-to="Tryve Laugstol" issue="MPUBERJAR-2">Upgrade to classworlds RC2</action>
<action dev="brett" type="add" due-to="Joerg Schaible" issue="MPUBERJAR-4">Add uberjar.bundle property to dependencies to allow exclusion of certain JAR files</action>
</release>
<release version="1.1" date="2003-09-29">
<action dev="evenisse" type="fix" issue="MAVEN-655">
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>
<action dev="evenisse" type="fix" issue="MAVEN-655">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>
<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>