Hi Gal,

Maven Central only contains official releases approved by the PPMC:
http://search.maven.org/#search%7Cga%7C1%7Cgeode

The nightly development snapshot versions can be found here:
https://repository.apache.org/content/repositories/snapshots/

For gradle you would use:

repositories {
  maven { url "https://repository.apache.org/content/repositories/snapshots"; }
}

dependencies {
  compile 'org.apache.geode:geode-core:1.0.0-incubating.M2-SNAPSHOT'
}

Anthony

> On Apr 5, 2016, at 1:41 AM, Gal Palmery <[email protected]> wrote:
> 
> Hi,
> 
> I noticed that the maven repository isn’t updated with the new geode jars,
> how often do you update it? and to which repository are you uploading the 
> jars?
> 
> Thanks,
> Gal
> 
> This message and the information contained herein is proprietary and 
> confidential and subject to the Amdocs policy statement, you may review at 
> http://www.amdocs.com/email_disclaimer.asp

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to