Skip to content

Commit 8e08c61

Browse files
github-actions[bot]meotch
authored andcommitted
chore(master): release 19.0.0
1 parent 3350cc3 commit 8e08c61

4 files changed

Lines changed: 17 additions & 6 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-
".": "18.1.0"
2+
".": "19.0.0"
33
}

CHANGELOG.md

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

66
* remove old term repository from base controller ([5402532](https://github.com/mxenabled/path-mdx-model/commit/5402532342b9c6b94f3c921ad025cc2b625a3b95))
77

8+
## [19.0.0](https://github.com/mxenabled/path-mdx-model/compare/v18.1.0...v19.0.0) (2025-12-12)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* bump gradle, quality plugin, spring
14+
15+
### Features
16+
17+
* bump gradle, quality plugin, spring ([3350cc3](https://github.com/mxenabled/path-mdx-model/commit/3350cc31faf4ba572a21e465e542e5092fdf6728))
18+
819
## [18.1.0](https://github.com/mxenabled/path-mdx-model/compare/v18.0.0...v18.1.0) (2025-12-10)
920

1021

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _Gradle_
3838
<!-- x-release-please-start-version -->
3939
```groovy
4040
dependencies {
41-
api platform("com.mx.path-mdx-model:platform:18.1.0")
41+
api platform("com.mx.path-mdx-model:platform:19.0.0")
4242
4343
implementation "com.mx.path-mdx-model:mdx-models"
4444
implementation "com.mx.path-mdx-model:mdx-gateways"
@@ -53,9 +53,9 @@ _Gradle_
5353
<!-- x-release-please-start-version -->
5454
```groovy
5555
dependencies {
56-
implementation "com.mx.path-mdx-model:mdx-models:18.1.0"
57-
implementation "com.mx.path-mdx-model:mdx-gateways:18.1.0"
58-
implementation "com.mx.path-mdx-model:realtime:18.1.0"
56+
implementation "com.mx.path-mdx-model:mdx-models:19.0.0"
57+
implementation "com.mx.path-mdx-model:mdx-gateways:19.0.0"
58+
implementation "com.mx.path-mdx-model:realtime:19.0.0"
5959
}
6060
```
6161
<!-- x-release-please-end -->

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id "com.netflix.nebula.maven-resolved-dependencies" version "21.2.0" apply false
88
}
99

10-
version "18.1.0" // x-release-please-version
10+
version "19.0.0" // x-release-please-version
1111

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

0 commit comments

Comments
 (0)