You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2021/08/29 01:39:00 UTC

[groovy] branch master updated: fix snapshot url

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new a6f60a4  fix snapshot url
a6f60a4 is described below

commit a6f60a48bbf6b09aa0998e6ab62b783c858b3efc
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Aug 29 11:38:55 2021 +1000

    fix snapshot url
---
 src/spec/doc/core-getting-started.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/spec/doc/core-getting-started.adoc b/src/spec/doc/core-getting-started.adoc
index 9abafdb..0a4cb22 100644
--- a/src/spec/doc/core-getting-started.adoc
+++ b/src/spec/doc/core-getting-started.adoc
@@ -46,7 +46,10 @@ If you plan on using invokedynamic support, link:invokedynamic-support.html[read
 
 === Snapshots
 
-For those who want to test the very latest versions of Groovy and live on the bleeding edge, you can use our https://oss.jfrog.org/oss-snapshot-local/org/codehaus/groovy[snapshot builds]. As soon as a build succeeds on our continuous integration server a snapshot is deployed to Artifactory's OSS snapshot repository.
+For those who want to test the very latest versions of Groovy and live on the bleeding edge, you can use our https://repository.apache.org/content/groups/snapshots/org/apache/groovy[snapshot builds].
+As soon as a build succeeds on our continuous integration server a snapshot is deployed to this repository.
+These snapshots are not official releases and are intended for integration testing by the development
+community prior to official versions being released. We welcome any feedback.
 
 === Prerequisites