Skip to content

Commit

Permalink
Prepare for release 0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Dec 29, 2022
1 parent c6d8640 commit 1f8a8c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Change Log

Version 0.23.0 *UNRELEASED*
Version 0.23.0 *(2022-12-29)*
---------------------------------

Updated docs can be found on [the new website](https://vanniktech.github.io/gradle-maven-publish-plugin/).
Expand Down
4 changes: 2 additions & 2 deletions docs/base.md
Expand Up @@ -12,15 +12,15 @@ Add the plugin to any Gradle project that should be published

```groovy
plugins {
id "com.vanniktech.maven.publish.base" version "0.22.0"
id "com.vanniktech.maven.publish.base" version "0.23.0"
}
```

=== "build.gradle.kts"

```kotlin
plugins {
id("com.vanniktech.maven.publish.base") version "0.22.0"
id("com.vanniktech.maven.publish.base") version "0.23.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/central.md
Expand Up @@ -22,15 +22,15 @@ Add the plugin to any Gradle project that should be published

```groovy
plugins {
id "com.vanniktech.maven.publish" version "0.22.0"
id "com.vanniktech.maven.publish" version "0.23.0"
}
```

=== "build.gradle.kts"

```kotlin
plugins {
id("com.vanniktech.maven.publish") version "0.22.0"
id("com.vanniktech.maven.publish") version "0.23.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/other.md
Expand Up @@ -11,15 +11,15 @@ Add the plugin to any Gradle project that should be published

```groovy
plugins {
id "com.vanniktech.maven.publish" version "0.22.0"
id "com.vanniktech.maven.publish" version "0.23.0"
}
```

=== "build.gradle.kts"

```kotlin
plugins {
id("com.vanniktech.maven.publish") version "0.22.0"
id("com.vanniktech.maven.publish") version "0.23.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -7,7 +7,7 @@ SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true

GROUP=com.vanniktech
VERSION_NAME=0.23.0-SNAPSHOT
VERSION_NAME=0.23.0

POM_PACKAGING=jar

Expand Down

0 comments on commit 1f8a8c1

Please sign in to comment.