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 a735b2a642352853afe278c355ba424449b6a7aa Author: Jonny Carter <[email protected]> AuthorDate: Sat Sep 6 00:35:29 2025 -0500 Release 8.0.0: update versions --- buildSrc/src/main/groovy/geb.coordinates.gradle | 2 +- doc/manual/src/docs/asciidoc/140-project.adoc | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/buildSrc/src/main/groovy/geb.coordinates.gradle b/buildSrc/src/main/groovy/geb.coordinates.gradle index 75025c96..c1442ef9 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-SNAPSHOT' +version = '8.0.0' group = 'org.apache.groovy.geb' diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc b/doc/manual/src/docs/asciidoc/140-project.adoc index c77c092e..e3b33810 100644 --- a/doc/manual/src/docs/asciidoc/140-project.adoc +++ b/doc/manual/src/docs/asciidoc/140-project.adoc @@ -104,7 +104,9 @@ mailto:[email protected][Unsubscribe] This page lists the more important changes between versions of Geb. -=== {geb-version} +=== 8.0.0 + +8.0.0 marks Geb's first release as a subproject of Apache Groovy. ==== 💥 Breaking changes * Changed the Maven group coordinate to `org.apache.groovy.geb` from `org.gebish`. [issue:226[]] @@ -123,6 +125,7 @@ This page lists the more important changes between versions of Geb. * commit:083c0703[] Bump Selenium to 4.27.0, Selenium TestContainer to 1.20.3 * commit:14e67b53[] Bump CodeNarc to 3.6.0-groovy-4.0 (build dependency) * commit:519b6d10[] Bump ThreeTen-Extra lib to 1.8.0 +* commit:2e687bba[] Update Selenium to 4.25.0 === 7.0
