square / mortar

A simple library that makes it easy to pair thin views with dedicated controllers, isolated from most of the vagaries of the Activity life cycle.
Apache License 2.0
2.16k stars 155 forks source link

Publish snapshot to Sonatype? #119

Closed codeprogression closed 9 years ago

codeprogression commented 9 years ago

The current samples for Mortar and Flow are based on 0.17-SNAPSHOT and 0.9-SNAPSHOT, respectively. I am assuming those snapshots are on your internal or local maven repositories (I cannot find them on https://oss.sonatype.org/content/repositories/snapshots/).

Would you consider publishing those snapshots to the Sonatype snapshot repo?

rjrjr commented 9 years ago

You bet.

On Fri Jan 02 2015 at 10:04:26 AM Richard Cirerol notifications@github.com wrote:

The current samples for Mortar and Flow are based on 0.17-SNAPSHOT https://github.com/square/mortar/blob/master/mortar-sample/pom.xml#L27 and 0.9-SNAPSHOT https://github.com/square/mortar/blob/master/mortar-sample/pom.xml#L62, respectively. I am assuming those snapshots are on your internal or local maven repositories (I cannot find them on https://oss.sonatype.org/content/repositories/snapshots/).

Would you consider publishing those snapshots to the Sonotype snapshot repo?

— Reply to this email directly or view it on GitHub https://github.com/square/mortar/issues/119.

rjrjr commented 9 years ago

Done, I think. Can you confirm that they're working for you in a few hours (given Sonatype lag times)?

On Sat Jan 10 2015 at 7:06:08 PM Ray Ryan rjrjr@pobox.com wrote:

You bet.

On Fri Jan 02 2015 at 10:04:26 AM Richard Cirerol < notifications@github.com> wrote:

The current samples for Mortar and Flow are based on 0.17-SNAPSHOT https://github.com/square/mortar/blob/master/mortar-sample/pom.xml#L27 and 0.9-SNAPSHOT https://github.com/square/mortar/blob/master/mortar-sample/pom.xml#L62, respectively. I am assuming those snapshots are on your internal or local maven repositories (I cannot find them on https://oss.sonatype.org/ content/repositories/snapshots/).

Would you consider publishing those snapshots to the Sonotype snapshot repo?

— Reply to this email directly or view it on GitHub https://github.com/square/mortar/issues/119.

codeprogression commented 9 years ago

Working for me. Thanks much!