From: <fg...@us...> - 2011-04-10 07:53:02
|
Revision: 3419 http://openutils.svn.sourceforge.net/openutils/?rev=3419&view=rev Author: fgiust Date: 2011-04-10 07:52:56 +0000 (Sun, 10 Apr 2011) Log Message: ----------- update site configuration Modified Paths: -------------- trunk/openutils-parent/pom.xml Modified: trunk/openutils-parent/pom.xml =================================================================== --- trunk/openutils-parent/pom.xml 2011-04-10 07:33:25 UTC (rev 3418) +++ trunk/openutils-parent/pom.xml 2011-04-10 07:52:56 UTC (rev 3419) @@ -103,9 +103,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-7</version> + <version>2.2</version> <configuration> - <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${project.artifactId}/</stagingSiteURL> + <stagingSiteURL>scp://shell.sourceforge.net/home/frs/project/o/op/openutils/htdocs/staging/${project.artifactId}/</stagingSiteURL> </configuration> </plugin> <plugin> @@ -282,7 +282,7 @@ <site> <id>sourceforge</id> <name>sourceforge</name> - <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/</url> + <url>scp://shell.sourceforge.net/home/frs/project/o/op/openutils/htdocs/</url> </site> <downloadUrl>https://sourceforge.net/projects/openutils/files/</downloadUrl> <repository> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |