From e99e3006c01cc33dacb98292c6ea3857abc6bb53 Mon Sep 17 00:00:00 2001 From: Mitch Williams Date: Thu, 5 Feb 2026 09:25:52 -0700 Subject: [PATCH] revert: "chore(master): release 6.0.0" This reverts commit 36fb6a43341da9c2694c712dde34d77419371be6. --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 ----------- README.md | 18 +++++++++--------- build.gradle | 2 +- 4 files changed, 11 insertions(+), 22 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 112e32b3..4808d97d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "5.1.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c7c0257..f887e32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,6 @@ * making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53)) -## [6.0.0](https://github.com/mxenabled/path-core/compare/v5.1.0...v6.0.0) (2026-01-28) - - -### ⚠ BREAKING CHANGES - -* bump checkstyle, gradle, java, mockito, spotless - -### Features - -* bump checkstyle, gradle, java, mockito, spotless ([fb973c7](https://github.com/mxenabled/path-core/commit/fb973c7f89dfe6a1a7c8a19379c2b47777bbeddd)) - ## [5.1.0](https://github.com/mxenabled/path-core/compare/v5.0.0...v5.1.0) (2026-01-07) diff --git a/README.md b/README.md index 25a38359..0a477847 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ _Gradle_ ```groovy dependencies { - api platform("com.mx.path-core:platform:6.0.0") + api platform("com.mx.path-core:platform:5.1.0") implementation "com.mx.path-core:common" implementation "com.mx.path-core:context" @@ -45,16 +45,16 @@ _Gradle_ ```groovy dependencies { - implementation "com.mx.path-core:common:6.0.0" - implementation "com.mx.path-core:context:6.0.0" - implementation "com.mx.path-core:gateway:6.0.0" - implementation "com.mx.path-core:http:6.0.0" - implementation "com.mx.path-core:messaging:6.0.0" - implementation "com.mx.path-core:utilities:6.0.0" + implementation "com.mx.path-core:common:5.1.0" + implementation "com.mx.path-core:context:5.1.0" + implementation "com.mx.path-core:gateway:5.1.0" + implementation "com.mx.path-core:http:5.1.0" + implementation "com.mx.path-core:messaging:5.1.0" + implementation "com.mx.path-core:utilities:5.1.0" - annotationProcessor "com.mx.path-core:gateway-generator:6.0.0" + annotationProcessor "com.mx.path-core:gateway-generator:5.1.0" - testImplementation "com.mx.path-core:testing:6.0.0" + testImplementation "com.mx.path-core:testing:5.1.0" } ``` diff --git a/build.gradle b/build.gradle index 7033f76b..23f672b6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { id "io.github.gradle-nexus.publish-plugin" version "1.1.+" } -version "6.0.0" // x-release-please-version +version "5.1.0" // x-release-please-version def platformProject = "platform" def publishedProjects = [