I want to confirm a few points:

1) We have been running a Jenkins job that posted artifacts to the maven 
snapshot repository on a night basis (@Udo, I think you were looking at some 
old coordinates that used ‘gemfire’ not ‘geode’ in the artifact name).  In 
order to consolidate the CI jobs, we’re now publishing [1] snapshots at the 
following location:

// gradle syntax
maven { url 'http://maven.apachegeode-ci.info/snapshots' }

We may want to consider pushing those over to the apache repo.

2) These snapshot artifacts are not release artifacts and may only be used for 
early integration and development purposes.  Releases need to be approved by 
the PMC.

3) The /develop branch is always set to the next release version (e.g. 
1.8.0-SNAPSHOT).  


Anthony

[1] 
https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/PublishArtifacts/builds/30
 
<https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/PublishArtifacts/builds/30>


> On Sep 5, 2018, at 3:23 PM, Udo Kohlmeyer <[email protected]> wrote:
> 
> @Dan,
> 
> I think what John is after is something a less manual, than changing the 
> `geodeVersion` property every time Geode releases a new version, and just 
> keep it pointed at a `NIGHTLY` version.
> 
> Do you think this were possible?
> 
> --Udo
> 
> 
> On 9/5/18 15:16, Dan Smith wrote:
>> Hi John,
>> 
>> We are publishing nightly snapshots from the develop branch. See
>> https://repository.apache.org/content/groups/snapshots/org/apache/geode/geode-core/1.8.0-SNAPSHOT/
>> 
>> Also, see for the gradle build for the examples repo for an example of
>> build that is consuming these nightly snapshots:
>> 
>> https://github.com/apache/geode-examples/blob/master/build.gradle
>> 
>> -Dan
>> 
>> On Wed, Sep 5, 2018 at 3:04 PM, John Blum <[email protected]> wrote:
>> 
>>> +1
>>> 
>>> 
>>> On Wed, Sep 5, 2018 at 3:00 PM, Udo Kohlmeyer <[email protected]>
>>> wrote:
>>> 
>>>> Hi there Geode Dev-list,
>>>> 
>>>> I would like to suggest that Geode starts making nightly build snapshots
>>>> available for downstream consumption.
>>>> 
>>>> Would it be possible to start uploading nightly snapshots to the
>>>> http://repository.apache.org/snapshots repo?
>>>> 
>>>> I see the last snapshots uploaded were
>>>> 
>>>> gemfire-core-1.0.0-incubating-20160212.122315-223.jar <
>>>> https://repository.apache.org/content/groups/snapshots/org/
>>>> apache/geode/gemfire-core/1.0.0-incubating-SNAPSHOT/gemfire-
>>>> core-1.0.0-incubating-20160212.122315-223.jar>    Fri Feb 12 12:23:15
>>> UTC
>>>> 2016    12821153
>>>> 
>>>> 
>>>> --Udo
>>>> 
>>>> 
>>> 
>>> --
>>> -John
>>> john.blum10101 (skype)
>>> 
> 

Reply via email to