Sorry for the newbie question, but I deployed a new 1.0-SHAPSHOT of an
artifact that broke a project that depends on this artifact. I would like
this broken project to use a older version of the 1.0-SHAPSHOT... The older
jar is in the repository, I just can't get my pom (of the broken project) to
use it.
<!--
The version that I want to use is located here (along with newer, later
versions) I need
http://www.authsum.org/repository/snapshots/org/authsum/client/1.0-SNAPSHOT/client-1.0-20061023.215122-6.jar
-->
I have tried about 12 different variations of the dependency to try to pull
the jar above down as the dependency.
<dependency>
<groupId>org.authsum</groupId>
<artifactId>client</artifactId>
<version>1.0-SNAPSHOT-20061023.215122</version>
</dependency>
TIA,
Phillip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]