Skip to content

Commit 92e0f77

Browse files
authored
Version is now 1.6.1-SNAPSHOT (#261)
1 parent b6ffb40 commit 92e0f77

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Version 1.6.0
2+
_2026-06-21_
3+
4+
Nmcp 1.6.0 stop publishing the following checksums:
5+
6+
* signature checksums (`.asc.md5`, `.asc.sha1`, `.asc.sha256`, `.asc.sha512`)
7+
* all non-required checksums (`.sha256`, `.sha512`)
8+
* all `maven-metadata` checksums (for local publishing, `maven-metadata.xml` is never sent to Central Portal)
9+
10+
You can send the checksums by setting `publishAllChecksums`
11+
```
12+
nmcpAggregation {
13+
publishAllChecksums.set(true)
14+
}
15+
```
16+
117
# Version 1.5.0
218
_2026-04-30_
319

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.5.0")
38+
id("com.gradleup.nmcp.aggregation").version("1.6.0")
3939
}
4040

4141
nmcpAggregation {

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
77
kdoc.allProjects=true
88

99
pom.groupId=com.gradleup.nmcp
10-
pom.version=1.6.0-SNAPSHOT
10+
pom.version=1.6.1-SNAPSHOT
1111
pom.description=New Maven Central Publishing
1212
pom.vcsUrl=https://github.com/gradleup/nmcp
1313
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.6.0-SNAPSHOT")
3+
id("com.gradleup.nmcp.aggregation").version("1.6.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.6.0-SNAPSHOT")
2+
id("com.gradleup.nmcp.aggregation").version("1.6.1-SNAPSHOT")
33
}

0 commit comments

Comments
 (0)