[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ejb-plugin</id>
|
||||
<name>Maven EJB Plugin</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<description>EJB Plugin for Maven</description>
|
||||
<shortDescription>EJB Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ejb/</url>
|
||||
@@ -40,6 +40,11 @@
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_EJB_1_3</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_EJB_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<mailingLists/>
|
||||
<developers>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -23,53 +24,24 @@
|
||||
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||
<action dev="dion" type="fix">
|
||||
Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true
|
||||
</action>
|
||||
<release version="1.4" date="2004-05-15">
|
||||
<action dev="dion" type="fix">Don't generate a Class-Path manfiest entry if there are no jars with ejb.manifest.classpath set to true</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2004-01-29">
|
||||
<action dev="dion" type="fix">
|
||||
Only include maven.ejb.src if it exists
|
||||
</action>
|
||||
<action dev="dion" type="fix">Only include maven.ejb.src if it exists</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-11-26">
|
||||
<action dev="dion" type="fix" issue="MAVEN-936">
|
||||
Synchronize ejb and jar plugin usage of:
|
||||
Specification-Title/Vendor/Version
|
||||
and Implementation-Title/Vendor/Version
|
||||
</action>
|
||||
<action dev="dion" type="fix" issue="MAVEN-936">Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version and Implementation-Title/Vendor/Version</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="evenisse" type="add">
|
||||
Added maven.ejb.index, maven.ejb.client.index properties.
|
||||
</action>
|
||||
<action dev="evenisse" type="add">
|
||||
Added maven.ejb.excludes and maven.ejb.includes properties.
|
||||
</action>
|
||||
<action dev="michal" type="add">
|
||||
Added deploy, deploy-snapshot and install-snapshot goals
|
||||
</action>
|
||||
<action dev="michal" type="fix" issue="MAVEN-518">
|
||||
Artifact processing in the plugin
|
||||
was slightly changed and now it supports jar overriding mechanism
|
||||
</action>
|
||||
<action dev="michal" type="fix">
|
||||
property ejb.bundle.jar was renamed to ejb.bundle
|
||||
(old property is still supported, but deprecated)
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="ncoast" type="add">
|
||||
Initial plugin created
|
||||
</action>
|
||||
<action dev="evenisse" type="add">Added maven.ejb.index, maven.ejb.client.index properties.</action>
|
||||
<action dev="evenisse" type="add">Added maven.ejb.excludes and maven.ejb.includes properties.</action>
|
||||
<action dev="michal" type="add">Added deploy, deploy-snapshot and install-snapshot goals</action>
|
||||
<action dev="michal" type="fix" issue="MAVEN-518">Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism</action>
|
||||
<action dev="michal" type="fix">property ejb.bundle.jar was renamed to ejb.bundle (old property is still supported, but deprecated)</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="ncoast" type="add">Initial plugin created</action>
|
||||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-idea-plugin</id>
|
||||
<name>Maven IDEA Plug-in</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<shortDescription>IDEA Plugin for Maven</shortDescription>
|
||||
<description>IDEA Plugin for Maven. Requires Maven 1.0 RC2.</description>
|
||||
<url>http://maven.apache.org/reference/plugins/idea/</url>
|
||||
@@ -40,6 +40,11 @@
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_IDEA_1_3</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_IDEA_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<author email="michal.maczka@dimatic.com">Michal Maczka</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||
<release version="1.4" date="2004-05-15">
|
||||
<action dev="brett" type="update">Default to project version 4.</action>
|
||||
<action dev="brett" type="fix" issue="MPIDEA-4">Use a multiproject dependency handle so that you can use multiproject properties in idea:multiproject.</action>
|
||||
</release>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -17,13 +18,12 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-latka-plugin</id>
|
||||
<name>Maven Latka Plug-in</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Run Latka scripts</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/latka/</url>
|
||||
@@ -40,9 +40,13 @@
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_LATKA_1_3</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_LATKA_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
</developers>
|
||||
<developers></developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-jelly</groupId>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -22,35 +23,22 @@
|
||||
<title>Changes</title>
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.4" date="in CVS">
|
||||
<action dev="dion" type="fix" issue="MAVEN-993">
|
||||
Fix MAVEN-993. Complain if file to be converted doesn't exist
|
||||
</action>
|
||||
<release version="1.4" date="2004-05-15">
|
||||
<action dev="dion" type="fix" issue="MAVEN-993">Fix MAVEN-993. Complain if file to be converted doesn't exist</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2003-09-29">
|
||||
<action dev="dion" type="update">
|
||||
update to xalan 2.4.1
|
||||
</action>
|
||||
<action dev="dion" type="update">update to xalan 2.4.1</action>
|
||||
<action dev="dion" type="fix">Consistent http tags.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="Unknown">
|
||||
<action dev="dion" type="fix">Fixed docs.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-03-02">
|
||||
<action dev="dion" type="fix">Various jelly usage bugs.</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="in CVS">
|
||||
<action dev="dion" type="add">
|
||||
Created.
|
||||
</action>
|
||||
<action dev="dion" type="add">Created.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user