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-geb.git
The following commit(s) were added to refs/heads/master by this push:
new b4b666fa Move maven coordinates to be under org.apache.groovy.geb
rather than org.gebish #226
b4b666fa is described below
commit b4b666fa1e14351902e71a5c305ed14be3c4d57a
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 19:58:01 2024 +1000
Move maven coordinates to be under org.apache.groovy.geb rather than
org.gebish #226
---
buildSrc/src/main/groovy/geb.coordinates.gradle | 4 ++--
doc/manual/manual.gradle | 2 +-
doc/manual/src/docs/asciidoc/140-project.adoc | 6 +++++-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/buildSrc/src/main/groovy/geb.coordinates.gradle
b/buildSrc/src/main/groovy/geb.coordinates.gradle
index e902a7a4..93541ed8 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 = '7.1-SNAPSHOT'
-group = 'org.gebish'
\ No newline at end of file
+version = '8.0-SNAPSHOT'
+group = 'org.apache.groovy.geb'
\ No newline at end of file
diff --git a/doc/manual/manual.gradle b/doc/manual/manual.gradle
index b0feec92..2c79ff5c 100644
--- a/doc/manual/manual.gradle
+++ b/doc/manual/manual.gradle
@@ -45,7 +45,7 @@ project(":module").subprojects.each { apiModule ->
dependencies {
groovydocClasspath(project(":module:geb-core")) {
capabilities {
- requireCapability("org.gebish:geb-core-select")
+ requireCapability("org.apache.groovy.geb:geb-core-select")
}
}
diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc
b/doc/manual/src/docs/asciidoc/140-project.adoc
index 7cee8ae1..95ac9883 100644
--- a/doc/manual/src/docs/asciidoc/140-project.adoc
+++ b/doc/manual/src/docs/asciidoc/140-project.adoc
@@ -106,7 +106,11 @@ This page lists the high level changes between versions of
Geb.
=== {geb-version}
-No changes have been made, yet.
+==== Improvements
+* Upgrade Groovy to 4.0.24. [issue:227[]]
+
+==== Breaking changes
+* Changed the Maven group coordinate to `org.apache.groovy.geb` from
`org.gebish`. [issue:226[]]
=== 7.0