Modified:
trunk/pom.xml
Log:
moved maven repo location
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Tue Aug 26 22:40:46 2008
@@ -21,6 +21,7 @@
<module>robot-olympics</module>
<module>httpfilexfer</module>
<module>openfire-cometd</module>
+ <module>fatsoash</module>
</modules>
<build>
@@ -149,11 +150,11 @@
<distributionManagement>
<repository>
<id>mvn.soashable.com</id>
-
<url>http://mvn.soashable.com:8180/artifactory/libs-snapshots</url>
+ <url>http://mvn.soashable.com/artifactory/libs-snapshots</url>
</repository>
<snapshotRepository>
<id>mvn.soashable.com</id>
-
<url>http://mvn.soashable.com:8180/artifactory/libs-snapshots</url>
+ <url>http://mvn.soashable.com/artifactory/libs-snapshots</url>
</snapshotRepository>
<site>
<id>sourceforge.net-site</id>