Author: aheritier Date: Mon Jul 17 13:30:04 2006 New Revision: 422843 URL: http://svn.apache.org/viewvc?rev=422843&view=rev Log: Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1
Modified: maven/maven-1/plugins/trunk/site/project.xml maven/maven-1/plugins/trunk/site/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/site/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/site/project.xml?rev=422843&r1=422842&r2=422843&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/site/project.xml (original) +++ maven/maven-1/plugins/trunk/site/project.xml Mon Jul 17 13:30:04 2006 @@ -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> Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/site/xdocs/changes.xml?rev=422843&r1=422842&r2=422843&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Mon Jul 17 13:30:04 2006 @@ -23,7 +23,8 @@ <author email="[EMAIL PROTECTED]">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>