Skip to content

Commit 7ef98bf

Browse files
authored
Version is now 1.5.1-SNAPSHOT (#254)
* Version is now 1.5.1-SNAPSHOT * Add changelog
1 parent 89eb094 commit 7ef98bf

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Version 1.5.0
2+
_2026-04-30_
3+
4+
Nmcp 1.5.0 adds `nmcpPublishDeployment()` to publish an existing deployment to the Central Portal (#251):
5+
6+
```
7+
./gradlew nmcpPublishDeployment -PnmcpDeploymentId=$deploymentId'
8+
```
9+
10+
Many thanks @marcphilipp for the contribution!
11+
112
# Version 1.4.4
213
_2026-01-24_
314

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.4")
35+
id("com.gradleup.nmcp.settings").version("1.5.0")
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.4")
38+
id("com.gradleup.nmcp.aggregation").version("1.5.0")
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.5.0-SNAPSHOT
9+
pom.version=1.5.1-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.5.0-SNAPSHOT")
3+
id("com.gradleup.nmcp.aggregation").version("1.5.1-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.5.0-SNAPSHOT")
2+
id("com.gradleup.nmcp.aggregation").version("1.5.1-SNAPSHOT")
33
}

0 commit comments

Comments
 (0)