This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch GEB_8_0_X in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
commit 4266eeeea6f59e4718339b93283327bf176563b9 Author: Jonny Carter <[email protected]> AuthorDate: Fri Sep 12 16:04:19 2025 -0500 Prepare next snapshot version --- buildSrc/src/main/groovy/geb.coordinates.gradle | 2 +- doc/site/site.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/src/main/groovy/geb.coordinates.gradle b/buildSrc/src/main/groovy/geb.coordinates.gradle index c1442ef9..c16476ca 100644 --- a/buildSrc/src/main/groovy/geb.coordinates.gradle +++ b/buildSrc/src/main/groovy/geb.coordinates.gradle @@ -16,5 +16,5 @@ * specific language governing permissions and limitations * under the License. */ -version = '8.0.0' +version = '8.0.1-SNAPSHOT' group = 'org.apache.groovy.geb' diff --git a/doc/site/site.gradle b/doc/site/site.gradle index e24e9016..b14a1c18 100644 --- a/doc/site/site.gradle +++ b/doc/site/site.gradle @@ -35,8 +35,8 @@ configurations { manuals { include( - "2.0", "2.1", "2.2", "2.3", "2.3.1", "3.0", "3.0.1", "3.1", "3.2", "3.3", "3.4", "3.4.1", - "4.0", "4.1", "5.0", "5.1", "6.0", "7.0" + "2.1", "2.2", "2.3", "2.3.1", "3.0", "3.0.1", "3.1", "3.2", "3.3", "3.4", "3.4.1", + "4.0", "4.1", "5.0", "5.1", "6.0", "7.0", "8.0.0" ) currentManual.from(configurations.currentManual) indexTemplate.set(file("templates/main.html"))
