File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kdoc.olderVersions=
5
5
kdoc.artifactId =kdoc
6
6
7
7
pom.groupId =com.gradleup.nmcp
8
- pom.version =1.0.4 -SNAPSHOT
8
+ pom.version =1.1.0 -SNAPSHOT
9
9
pom.description =New Maven Central Publishing
10
10
pom.vcsUrl =https://github.com/gradleup/nmcp
11
11
pom.developer =nmcp authors
Original file line number Diff line number Diff line change 3
3
@file:Repository(" https://repo.maven.apache.org/maven2/" )
4
4
@file:Repository(" https://storage.googleapis.com/gradleup/m2" )
5
5
@file:Repository(" https://jitpack.io" )
6
- @file:DependsOn(" com.gradleup.librarian:librarian-cli:0.0.11 -SNAPSHOT-f1a6a7856f6bfcd2c9c28e2cff9d316e5f191142 " )
6
+ @file:DependsOn(" com.gradleup.librarian:librarian-cli:0.1.1 -SNAPSHOT-44a36034d83f8ba9c9177653f29df3dea933fc3f " )
7
7
8
8
import com.gradleup.librarian.cli.updateRepo
9
9
10
10
updateRepo(args) {
11
11
file(" README.md" ) {
12
- replacePluginId (" com.gradleup.nmcp.aggregation" )
13
- replacePluginId (" com.gradleup.nmcp" )
12
+ replacePluginVersion (" com.gradleup.nmcp.aggregation" )
13
+ replacePluginVersion (" com.gradleup.nmcp" )
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments