[seam-commits] Seam SVN: r14133 - in branches/community/Seam_2_2/build: lib and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jul 22 10:33:34 EDT 2011
Author: manaRH
Date: 2011-07-22 10:33:33 -0400 (Fri, 22 Jul 2011)
New Revision: 14133
Modified:
branches/community/Seam_2_2/build/ci.build.xml
branches/community/Seam_2_2/build/lib/maven-ant-tasks.jar
Log:
repair deploying to snapshots repository
Modified: branches/community/Seam_2_2/build/ci.build.xml
===================================================================
--- branches/community/Seam_2_2/build/ci.build.xml 2011-07-22 12:37:07 UTC (rev 14132)
+++ branches/community/Seam_2_2/build/ci.build.xml 2011-07-22 14:33:33 UTC (rev 14133)
@@ -14,7 +14,7 @@
<import file="common.build.xml" />
- <artifact:remoteRepository id="jboss-snapshots-repository" url="https://repository.jboss.org/nexus/content/repositories/snapshots/">
+ <artifact:remoteRepository id="jboss-snapshots-repository" url="dav:https://repository.jboss.org/nexus/content/repositories/snapshots/">
<authentication username="hudson-services" password="${snapshots.password}" />
</artifact:remoteRepository>
Modified: branches/community/Seam_2_2/build/lib/maven-ant-tasks.jar
===================================================================
(Binary files differ)
More information about the seam-commits
mailing list