Author: snicoll Date: Sun Mar 5 09:27:06 2006 New Revision: 383356 URL: http://svn.apache.org/viewcvs?rev=383356&view=rev Log: [maven-scm-plugin] prepare release 1.7.2
Modified: maven/maven-1/plugins/trunk/ejb/project.xml maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/ejb/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.xml?rev=383356&r1=383355&r2=383356&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ejb/project.xml (original) +++ maven/maven-1/plugins/trunk/ejb/project.xml Sun Mar 5 09:27:06 2006 @@ -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> Modified: maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml?rev=383356&r1=383355&r2=383356&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml Sun Mar 5 09:27:06 2006 @@ -24,12 +24,12 @@ <author email="[EMAIL PROTECTED]">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>