Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-07-17 20:30:04 +00:00
parent a318d23f01
commit 4bbd9c34c0
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-site-plugin</id>
<name>Maven Site Plugin</name>
<currentVersion>1.7.1-SNAPSHOT</currentVersion>
<currentVersion>1.8-SNAPSHOT</currentVersion>
<description>Generate web site.</description>
<shortDescription>Generate web site</shortDescription>
<developers>
@ -102,7 +102,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<properties>
<classloader>root</classloader>
</properties>

View File

@ -23,7 +23,8 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.7.1-SNAPSHOT" date="In SVN">
<release version="1.8-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action>
<action dev="aheritier" type="fix">Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory).</action>
<action dev="aheritier" type="fix">Update root directory mode on the remote host (rsync and ssh).</action>
</release>