Hi, all
I have two projects: a and b

a project will publish a-1.0.0-SNAPSHOT.jar into shared repository.

b project depends on a-1.0.0-SNAPSHOT.jar.

If I did some changes on a, I published a again, I checked share repository, 
which includes the right jar file.

But in b project, when b retrieves dependent jar files, for some reason, it 
still keep the old a-1.0.0-SNAPSHOT.jar.

it seems the ~/.ivy2/cache also keeps the old jar file. How do I get the 
updated jar file?


Thanks.


Reply via email to