Hey, that worked!

Thanks very much.

----- Original Message ----- From: "Chris Hilton" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Tuesday, November 28, 2006 12:17 PM
Subject: RE: Use older/specific version of snapshot?


Have you tried this?

<version>1.0-20061023.215122-6</version>

Chris

-----Original Message-----
From: spamsucks [mailto:[EMAIL PROTECTED] Sent: Tuesday, 28 November, 2006 11:05
To: [email protected]
Subject: Use older/specific version of snapshot?

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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to