Author: antoine
Date: Thu Oct 26 07:28:00 2006
New Revision: 468015
URL: http://svn.apache.org/viewvc?view=rev&rev=468015
Log:
groupId for jsch is com.jcraft
Modified:
ant/core/trunk/fetch.xml
ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
Modified: ant/core/trunk/fetch.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/fetch.xml?view=diff&rev=468015&r1=468014&r2=468015
==============================================================================
--- ant/core/trunk/fetch.xml (original)
+++ ant/core/trunk/fetch.xml Thu Oct 26 07:28:00 2006
@@ -160,7 +160,7 @@
description="load networking libraries (commons-net; jsch)"
depends="init">
<f2 project="commons-net" />
- <f2 project="jsch"/>
+ <f2 project="com.jcraft" archive="jsch"/>
</target>
<target name="regexp"
Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jsch/pom.xml?view=diff&rev=468015&r1=468014&r2=468015
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Thu Oct 26 07:28:00 2006
@@ -21,7 +21,7 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>jsch</groupId>
+ <groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.29</version>
<scope>compile</scope>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]