Comment #4 by estebistec:
"Ping"
Any update on this? Thanks!
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #5 by jared.l.levy:
The release is in the new Google Maven Repository:
http://code.google.com/p/google-maven-repository/source/browse/#svn/repository/com/google/collections/google-collections/0.8
It should be replicated to the central Maven Repository some time soon, once
replication is set up.
As part of the move to the new repository, we updated some pom.xml
parameters, including
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>0.8</version>
Comment #6 by estebistec:
I was unable to have maven successfully pull the new version. I used:
* The new artifact coordinates (artifact/group/version) you listed above.
* Repository URL of
http://google-maven-repository.googlecode.com/svn/repository/
$ mvn --version:
Maven version: 2.0.9
Java version: 1.5.0_16
OS name: "linux" version: "2.6.24-19-generic" arch: "i386" Family: "unix"
Output:
[WARNING] POM
for 'com.google.collections:google-collections:pom:0.8:compile' is
invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0
POM. for
project com.google.collections:google-collections at
/home/steven/.m2/repository/com/google/collections/google-collections/0.8/google-collections-0.8.pom
[INFO] Unable to read jar manifest from
/home/steven/.m2/repository/com/google/collections/google-collections/0.8/google-collections-0.8.jar
Comment #7 by estebistec:
I suppose replication should do just fine though, once that is working.