Skip to content

Commit 88bc16e

Browse files
authored
Version is now 1.4.4-SNAPSHOT (#240)
* Bump version to 1.4.4-SNAPSHOT * add CHANGELOG
1 parent b64edd5 commit 88bc16e

6 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.4.3
2+
_2026-01-02_
3+
4+
Version 1.4.3 adds `NmcpAggregationExtension.allowDuplicateProjectNames` (#239) as an escape hatch for the duplicate name check (#233)
5+
16
# Version 1.4.2
27
_2025-12-31_
38

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.2")
35+
id("com.gradleup.nmcp.settings").version("1.4.3")
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.2")
38+
id("com.gradleup.nmcp.aggregation").version("1.4.3")
3939
}
4040

4141
nmcpAggregation {

librarian.root.properties

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

88
pom.groupId=com.gradleup.nmcp
9-
pom.version=1.4.3-SNAPSHOT
9+
pom.version=1.4.4-SNAPSHOT
1010
pom.description=New Maven Central Publishing
1111
pom.vcsUrl=https://github.com/gradleup/nmcp
1212
pom.developer=nmcp authors

nmcp/testProjects/duplicate-name/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.jetbrains.kotlin.jvm").version("2.3.0").apply(false)
3-
id("com.gradleup.nmcp.aggregation").version("1.4.3-SNAPSHOT")
3+
id("com.gradleup.nmcp.aggregation").version("1.4.4-SNAPSHOT")
44
}
55

66
group = "com.example"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
plugins {
2-
id("com.gradleup.nmcp.aggregation").version("1.4.3-SNAPSHOT")
2+
id("com.gradleup.nmcp.aggregation").version("1.4.4-SNAPSHOT")
33
}

0 commit comments

Comments
 (0)