Skip to content

Commit e99e300

Browse files
meotchmeotchwilliams
authored andcommitted
revert: "chore(master): release 6.0.0"
This reverts commit 36fb6a4.
1 parent 36fb6a4 commit e99e300

4 files changed

Lines changed: 11 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
55

66
* making Annotations.fieldsAnAnnotations respect inheritance ([3b266dd](https://github.com/mxenabled/path-core/commit/3b266ddcb227766a32f16e88e7b9b2022737de53))
77

8-
## [6.0.0](https://github.com/mxenabled/path-core/compare/v5.1.0...v6.0.0) (2026-01-28)
9-
10-
11-
### ⚠ BREAKING CHANGES
12-
13-
* bump checkstyle, gradle, java, mockito, spotless
14-
15-
### Features
16-
17-
* bump checkstyle, gradle, java, mockito, spotless ([fb973c7](https://github.com/mxenabled/path-core/commit/fb973c7f89dfe6a1a7c8a19379c2b47777bbeddd))
18-
198
## [5.1.0](https://github.com/mxenabled/path-core/compare/v5.0.0...v5.1.0) (2026-01-07)
209

2110

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Gradle_
2323
<!-- x-release-please-start-version -->
2424
```groovy
2525
dependencies {
26-
api platform("com.mx.path-core:platform:6.0.0")
26+
api platform("com.mx.path-core:platform:5.1.0")
2727
2828
implementation "com.mx.path-core:common"
2929
implementation "com.mx.path-core:context"
@@ -45,16 +45,16 @@ _Gradle_
4545
<!-- x-release-please-start-version -->
4646
```groovy
4747
dependencies {
48-
implementation "com.mx.path-core:common:6.0.0"
49-
implementation "com.mx.path-core:context:6.0.0"
50-
implementation "com.mx.path-core:gateway:6.0.0"
51-
implementation "com.mx.path-core:http:6.0.0"
52-
implementation "com.mx.path-core:messaging:6.0.0"
53-
implementation "com.mx.path-core:utilities:6.0.0"
48+
implementation "com.mx.path-core:common:5.1.0"
49+
implementation "com.mx.path-core:context:5.1.0"
50+
implementation "com.mx.path-core:gateway:5.1.0"
51+
implementation "com.mx.path-core:http:5.1.0"
52+
implementation "com.mx.path-core:messaging:5.1.0"
53+
implementation "com.mx.path-core:utilities:5.1.0"
5454
55-
annotationProcessor "com.mx.path-core:gateway-generator:6.0.0"
55+
annotationProcessor "com.mx.path-core:gateway-generator:5.1.0"
5656
57-
testImplementation "com.mx.path-core:testing:6.0.0"
57+
testImplementation "com.mx.path-core:testing:5.1.0"
5858
}
5959
```
6060
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id "io.github.gradle-nexus.publish-plugin" version "1.1.+"
77
}
88

9-
version "6.0.0" // x-release-please-version
9+
version "5.1.0" // x-release-please-version
1010

1111
def platformProject = "platform"
1212
def publishedProjects = [

0 commit comments

Comments
 (0)