[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eee8977cd3
commit
55da78230f
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -16,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>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jalopy-plugin</id>
|
||||
<name>Maven Jalopy Plugin</name>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.4</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Reformat java source</shortDescription>
|
||||
<url>http://maven.apache.org/maven-1.x/reference/plugins/jalopy/</url>
|
||||
@ -54,6 +54,11 @@
|
||||
<name>1.3.1</name>
|
||||
<tag>MAVEN_JALOPY_1_3_1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_JALOPY_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
@ -66,10 +71,10 @@
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Stéphane Mor</name>
|
||||
<name>Stéphane Mor</name>
|
||||
<id>smor</id>
|
||||
<email>stephanemor@yahoo.fr</email>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<organization>Hasgard Systèmes et Réseaux</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@ -22,14 +23,14 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="In SVN">
|
||||
<release version="1.4" date="2006-01-15">
|
||||
<action dev="carlos" type="update">Update to jalopy 1.5b5 adding support for java 5.</action>
|
||||
<action dev="evenisse" type="update" issue="MPJALOPY-8">Update license to Apache 2.0.</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>
|
||||
<li>jdom v1.0b8 -> v1.0</li>
|
||||
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||
<li>oro v2.0.7 -> v2.0.8</li>
|
||||
<li>jdom v1.0b8 -> v1.0</li>
|
||||
<li>log4j v1.2.8 -> v1.2.12</li>
|
||||
<li>oro v2.0.7 -> v2.0.8</li>
|
||||
</ul>
|
||||
</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user