|
From: <fg...@us...> - 2010-03-21 17:07:26
|
Revision: 2190
http://openutils.svn.sourceforge.net/openutils/?rev=2190&view=rev
Author: fgiust
Date: 2010-03-21 17:07:19 +0000 (Sun, 21 Mar 2010)
Log Message:
-----------
fix pom.artifactId reference
Modified Paths:
--------------
trunk/openutils-parent/pom.xml
Modified: trunk/openutils-parent/pom.xml
===================================================================
--- trunk/openutils-parent/pom.xml 2010-03-21 17:03:48 UTC (rev 2189)
+++ trunk/openutils-parent/pom.xml 2010-03-21 17:07:19 UTC (rev 2190)
@@ -84,7 +84,7 @@
</developer>
</developers>
<prerequisites>
- <maven>2.0.10</maven>
+ <maven>2.2.1</maven>
</prerequisites>
<build>
<plugins>
@@ -100,12 +100,12 @@
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
- <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${pom.artifactId}/</stagingSiteURL>
+ <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${project.artifactId}/</stagingSiteURL>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-8</version>
+ <version>2.0-beta-9</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|