Set version of the <code>maven-model</code> dependency to <code>3.0.0</code> (it was pointing to a SNAPSHOT version).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@188859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2005-06-07 20:47:05 +00:00
parent 6b2dd5634f
commit 7b5a68276c
2 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -21,7 +21,7 @@
<extend>../plugin-parent/project.xml</extend> <extend>../plugin-parent/project.xml</extend>
<id>maven-multiproject-plugin</id> <id>maven-multiproject-plugin</id>
<name>Maven Multi-Project Plug-in</name> <name>Maven Multi-Project Plug-in</name>
<currentVersion>1.4</currentVersion> <currentVersion>1.4.1-SNAPSHOT</currentVersion>
<description>A plugin to handle the building of multiple projects within maven.</description> <description>A plugin to handle the building of multiple projects within maven.</description>
<shortDescription>Multi-Project Plugin for Maven</shortDescription> <shortDescription>Multi-Project Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/multiproject/</url> <url>http://maven.apache.org/reference/plugins/multiproject/</url>
@ -118,7 +118,7 @@
<groupId>maven</groupId> <groupId>maven</groupId>
<artifactId>maven-model</artifactId> <artifactId>maven-model</artifactId>
<type>jar</type> <type>jar</type>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -2,7 +2,7 @@
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -24,6 +24,12 @@
<author email="vmassol@apache.org">Vincent Massol</author> <author email="vmassol@apache.org">Vincent Massol</author>
</properties> </properties>
<body> <body>
<release version="1.4.1-SNAPSHOT" date="in SVN">
<action dev="vmassol" type="fix">
Set version of the <code>maven-model</code> dependency to <code>3.0.0</code> (it was
pointing to a SNAPSHOT version).
</action>
</release>
<release version="1.4" date="2005-06-05"> <release version="1.4" date="2005-06-05">
<action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action> <action dev="brett" type="fix">multiproject:install[-snapshot] and multiproject:deploy[-snapshot] now call plugin:repository-* for plugins instead of plugin:* which are not correct</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action> <action dev="brett" type="update">Make compatible with Maven 1.1</action>