Since I only published a snapshot yesterday I doubt anyone's using this as of yet.
On Mon, Jun 22, 2009 at 3:28 PM, Ian Boston <i...@tfd.co.uk> wrote: > A quick check > Are there any snapshots in the old repo that we depend on, I assume not ? > If not, +1 makes sense. > Ian > > > On 20 Jun 2009, at 13:15, Vincent Siveton wrote: > > Hi folks, >> >> I just upgraded the parent pom to ASF pom version 6 (r786796) which >> fix the repos url and distributionManagement. >> >> All new Shindig snapshots will be here now: >> >> https://repository.apache.org/content/repositories/snapshots/org/apache/shindig/ >> >> For Shindig committers, please configure the repos as follow: >> http://maven.apache.org/developers/committer-settings.html >> It is a manual process ie you should call mvn deploy. >> >> For Shindig devs, please add this ASF repo in your pom: >> <project> >> ... >> <repositories> >> <repository> >> <id>apache.snapshots</id> >> <name>Apache Snapshot Repository</name> >> <url>http://repository.apache.org/snapshots</url> >> <releases> >> <enabled>false</enabled> >> </releases> >> </repository> >> </repositories> >> ... >> </project> >> >> Notice: this old repository should NOT be used in the future: >> http://people.apache.org/repo/m2-snapshot-repository/org/apache/shindig/ >> Since it was created recently, I propose to remove it to force shindig >> users to use the correct repo. WDYT? >> >> Cheers, >> >> Vincent >> > >