Skip to content

Commit 0e19581

Browse files
authored
Version is now 1.4.2-SNAPSHOT (#229)
* Bump version to 1.4.2-SNAPSHOT * update CHANGELOG
1 parent 76d504d commit 0e19581

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
# Version 1.4.1
3+
_2025-12-30_
4+
5+
Nmcp 1.4.1 refines the aggregation dependency resolution to avoid including by mistake projects that do not apply `com.gradleup.nmcp`.
6+
7+
## 👷 All changes
8+
* Fix zip files could contain unexpected files https://github.com/GradleUp/nmcp/pull/227
9+
* Bump Kotlin, OkHttp, xmlutil and a bunch of other dependencies https://github.com/GradleUp/nmcp/pull/228
10+
211
# Version 1.4.0
312

413
Nmcp can now be 100% configured from `settings.gradle[.kts]`:

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the `com.gradleup.nmcp.settings` plugin to your `settings.gradle[.kts]` file
3232
```kotlin
3333
// settings.gradle[.kts]
3434
plugins {
35-
id("com.gradleup.nmcp.settings").version("1.4.0")
35+
id("com.gradleup.nmcp.settings").version("1.4.1")
3636
}
3737

3838
nmcpSettings {

docs/src/content/docs/manual-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In the project where you want to upload the deployment (typically your root proj
3535
```kotlin
3636
// build.gradle.kts
3737
plugins {
38-
id("com.gradleup.nmcp.aggregation").version("1.4.0")
38+
id("com.gradleup.nmcp.aggregation").version("1.4.1")
3939
}
4040

4141
nmcpAggregation {

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.gradleup.nmcp
8-
pom.version=1.4.1-SNAPSHOT
8+
pom.version=1.4.2-SNAPSHOT
99
pom.description=New Maven Central Publishing
1010
pom.vcsUrl=https://github.com/gradleup/nmcp
1111
pom.developer=nmcp authors

0 commit comments

Comments
 (0)