You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Dion Gillard <di...@trongus.com> on 2008/03/13 23:43:50 UTC

[vfs] 1.0 release not in maven central repo?

I couldn't find vfs 1.0 in http://repo1.maven.org/maven2/org/apache/commons/

is this the right place?

-- 
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: [vfs] 1.0 release not in maven central repo?

Posted by James Carman <ja...@carmanconsulting.com>.
It didn't get moved into the org.apache.commons groupId until later.  Try:

http://repo1.maven.org/maven2/commons-vfs/commons-vfs/1.0/

<dependency>
  <groupId>commons-vfs</groupId>
  <artifactId>commons-vfs</artifactId>
  <version>1.0</version>
</dependency>

On 3/13/08, Dion Gillard <di...@trongus.com> wrote:
> I couldn't find vfs 1.0 in http://repo1.maven.org/maven2/org/apache/commons/
>
>  is this the right place?
>
>
>  --
>  dIon Gillard
>  Rule #131 of Acquisition: Information is Profit.
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
>  For additional commands, e-mail: user-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org