I see that the main pom file contains this

<dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-archiver</artifactId>
      <version>1.1-SNAPSHOT</version>
      <exclusions>
        <exclusion>
          <groupId>org.codehaus.plexus</groupId>
          <artifactId>plexus-component-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

However the latest version here seems to be 11.0-alpha-11-SNAPSHOT

http://snapshots.repository.codehaus.org/org/codehaus/plexus/plexus-archiver/

Where do I get this version from?

Thanks,
Suresh

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to