[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:
parent
2fc0469004
commit
fded5b408d
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-artifact-plugin</id>
|
<id>maven-artifact-plugin</id>
|
||||||
<name>Maven Artifact Plugin</name>
|
<name>Maven Artifact Plugin</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<description/>
|
<description/>
|
||||||
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
|
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/artifact/</url>
|
<url>http://maven.apache.org/reference/plugins/artifact/</url>
|
||||||
@ -40,6 +40,11 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_ARTIFACT_1_1</tag>
|
<tag>MAVEN_ARTIFACT_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_ARTIFACT_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers/>
|
<developers/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
@ -25,7 +25,7 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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="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="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>
|
<action dev="brett" type="fix" issue="MPUBERJAR-5">Add uberjar extension mapping.</action>
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-repository-plugin</id>
|
<id>maven-repository-plugin</id>
|
||||||
<name>Maven Repository Plug-in</name>
|
<name>Maven Repository Plug-in</name>
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<shortDescription>Tools to work with the central repo</shortDescription>
|
<shortDescription>Tools to work with the central repo</shortDescription>
|
||||||
<url>http://maven.apache.org/reference/plugins/repository/</url>
|
<url>http://maven.apache.org/reference/plugins/repository/</url>
|
||||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10372</issueTrackingUrl>
|
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10372</issueTrackingUrl>
|
||||||
@ -67,5 +67,10 @@
|
|||||||
<name>1.1</name>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_REPOSITORY_1_1</tag>
|
<tag>MAVEN_REPOSITORY_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_REPOSITORY_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -24,10 +24,10 @@
|
|||||||
<author email="dion@apache.org">dIon Gillard</author>
|
<author email="dion@apache.org">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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>
|
<action dev="brett" issue="MPREPO-5" type="update">Deprecate maven.repository.group, use maven.remote.group instead</action>
|
||||||
</release>
|
</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">
|
<release version="1.0" date="2003-09-29">
|
||||||
<action dev="dion" type="add">Added repository:copy-jar</action>
|
<action dev="dion" type="add">Added repository:copy-jar</action>
|
||||||
<action dev="dion" type="add">Removed hard coded group name - now a property</action>
|
<action dev="dion" type="add">Removed hard coded group name - now a property</action>
|
||||||
|
|||||||
@ -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,7 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
<extend>../plugin-parent/project.xml</extend>
|
<extend>../plugin-parent/project.xml</extend>
|
||||||
<!-- the version of maven's project object model -->
|
<!-- the version of maven's project object model -->
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<!-- The version of the project under development, e.g.
|
<!-- The version of the project under development, e.g.
|
||||||
1.1, 1.2, 2.0-dev -->
|
1.1, 1.2, 2.0-dev -->
|
||||||
|
|
||||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
<currentVersion>1.2</currentVersion>
|
||||||
<!-- a short description of what the project does -->
|
<!-- 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>
|
<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>
|
<name>1.1</name>
|
||||||
<tag>MAVEN_UBERJAR_1_1</tag>
|
<tag>MAVEN_UBERJAR_1_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.2</id>
|
||||||
|
<name>1.2</name>
|
||||||
|
<tag>MAVEN_UBERJAR_1_2</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<mailingLists/>
|
<mailingLists/>
|
||||||
<!-- who the developers are for the project -->
|
<!-- who the developers are for the project -->
|
||||||
|
|||||||
@ -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,40 +23,20 @@
|
|||||||
<title>Changes</title>
|
<title>Changes</title>
|
||||||
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
|
<author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<body>
|
<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="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>
|
<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>
|
||||||
|
|
||||||
<release version="1.1" date="2003-09-29">
|
<release version="1.1" date="2003-09-29">
|
||||||
<action dev="evenisse" type="fix" issue="MAVEN-655">
|
<action dev="evenisse" type="fix" issue="MAVEN-655">Maven-655. Fix classworlds url.</action>
|
||||||
Maven-655. Fix classworlds url.
|
<action dev="dion" type="update">update to velocity 1.4-dev</action>
|
||||||
</action>
|
<action dev="dion" type="fix">Changed copy of dependencies to use artifacts, so that jar overrides would work</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>
|
||||||
|
|
||||||
<release version="0.8" date="Unknown">
|
<release version="0.8" date="Unknown">
|
||||||
<action dev="werken" type="add">
|
<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>
|
||||||
The two properties, maven.uberjar.main and
|
<action dev="kaz" type="add">Created uberjar plugin based on the cool bootstrapping code that Jason and Bob worked out!</action>
|
||||||
maven.uberjar.classworlds.conf, can now be specified via a
|
<action dev="michal" type="add">Added install, install-snapshot, deploy, deploy-snapshot goals</action>
|
||||||
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>
|
</release>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user