[maven-scm-plugin] prepare release 1.7.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@383356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
@@ -17,13 +17,12 @@
|
||||
* 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>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ejb-plugin</id>
|
||||
<name>Maven EJB Plugin</name>
|
||||
<currentVersion>1.7.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.7.2</currentVersion>
|
||||
<description>EJB Plugin for Maven</description>
|
||||
<shortDescription>EJB Plugin for Maven</shortDescription>
|
||||
<versions>
|
||||
@@ -57,6 +56,11 @@
|
||||
<name>1.7.1</name>
|
||||
<tag>MAVEN_EJB_1_7_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.7.2</id>
|
||||
<name>1.7.2</name>
|
||||
<tag>MAVEN_EJB_1_7_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -86,7 +90,7 @@
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Håvard Bjåstad</name>
|
||||
<name>HÃ?Æ?Ã?Â¥vard BjÃ?Æ?Ã?Â¥stad</name>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<dependencies>
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7.2-SNAPSHOT" date="in SVN">
|
||||
<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 :
|
||||
<release version="1.7.2" date="2006-03-05">
|
||||
<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>
|
||||
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||
<li>maven v1.0 -> v1.0.2</li>
|
||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||
<li>commons-logging v1.0.3 -> v1.0.4</li>
|
||||
<li>maven v1.0 -> v1.0.2</li>
|
||||
<li>maven-model v3.0.0 -> v3.0.1</li>
|
||||
</ul>
|
||||
</action>
|
||||
</release>
|
||||
|
||||
Reference in New Issue
Block a user