Author: jdillon
Date: Thu Jul 6 00:07:44 2006
New Revision: 419473
URL: http://svn.apache.org/viewvc?rev=419473&view=rev
Log:
Remove redundant artifactId
Modified:
geronimo/sandbox/gshell/trunk/pom.xml
Modified: geronimo/sandbox/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?rev=419473&r1=419472&r2=419473&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/pom.xml Thu Jul 6 00:07:44 2006
@@ -373,10 +373,10 @@
<site>
<id>gshell-site</id>
<name>GShell Website</name>
- <url>scp://people.apache.org/home/jdillon/public_html/site/${pom.groupId}/${pom.artifactId}</url>
+ <url>scp://people.apache.org/home/jdillon/public_html/site/${pom.groupId}</url>
</site>
</distributionManagement>
-
+
<build>
<defaultGoal>deploy</defaultGoal>
|