[maven-scm-plugin] prepare release 1.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@384290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
snicoll 2006-03-08 18:03:21 +00:00
parent 2ae02ff9e2
commit deb9ea2db8
2 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -17,14 +17,12 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend> <extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-ear-plugin</id> <id>maven-ear-plugin</id>
<name>Maven EAR Plugin</name> <name>Maven EAR Plugin</name>
<currentVersion>1.8-SNAPSHOT</currentVersion> <currentVersion>1.8</currentVersion>
<description>Ear Plugin for Maven</description> <description>Ear Plugin for Maven</description>
<shortDescription>Ear Plugin for Maven</shortDescription> <shortDescription>Ear Plugin for Maven</shortDescription>
<versions> <versions>
@ -58,6 +56,11 @@
<name>1.7</name> <name>1.7</name>
<tag>MAVEN_EAR_1_7</tag> <tag>MAVEN_EAR_1_7</tag>
</version> </version>
<version>
<id>1.8</id>
<name>1.8</name>
<tag>MAVEN_EAR_1_8</tag>
</version>
</versions> </versions>
<branches/> <branches/>
<developers> <developers>

View File

@ -17,19 +17,18 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<document> <document>
<properties> <properties>
<title>Changes</title> <title>Changes</title>
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author> <author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
</properties> </properties>
<body> <body>
<release version="1.8-SNAPSHOT" date="In SVN"> <release version="1.8" date="2006-03-08">
<action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action> <action dev="snicoll" type="fix" issue="MPEAR-33">Added support of JbossNet archive in application.xml generation.</action>
<action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
<ul> <ul>
<li>commons-jelly-tags-util v1.1 -> v1.1.1</li> <li>commons-jelly-tags-util v1.1 -&gt; v1.1.1</li>
<li>commons-jelly-tags-xml v1.0 -> v1.1</li> <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
</ul> </ul>
</action> </action>
</release> </release>