Skip to content

Commit

Permalink
Release 1.0.1-sc-2021.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbretsch committed Dec 12, 2024
1 parent d8c65a8 commit 93555ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Maven
<dependency>
<groupId>net.bretti.openapi-route-definition-locator</groupId>
<artifactId>openapi-route-definition-locator-bom</artifactId>
<version>1.0.0-sc-2021.0</version>
<version>1.0.1-sc-2021.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -85,7 +85,7 @@ Maven

Gradle Kotlin DSL
```kotlin
implementation(platform("net.bretti.openapi-route-definition-locator:openapi-route-definition-locator-bom:1.0.0-sc-2021.0"))
implementation(platform("net.bretti.openapi-route-definition-locator:openapi-route-definition-locator-bom:1.0.1-sc-2021.0"))
implementation("net.bretti.openapi-route-definition-locator:openapi-route-definition-locator-spring-cloud-starter")
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

java {
group = "net.bretti.openapi-route-definition-locator"
version = "1.0.1-sc-2021.0-SNAPSHOT"
version = "1.0.1-sc-2021.0"
toolchain {
// Keep the same Java compatibility as Spring Cloud Gateway.
languageVersion.set(JavaLanguageVersion.of(8))
Expand Down
2 changes: 1 addition & 1 deletion openapi-route-definition-locator-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

javaPlatform {
group = "net.bretti.openapi-route-definition-locator"
version = "1.0.1-sc-2021.0-SNAPSHOT"
version = "1.0.1-sc-2021.0"
}

publishing {
Expand Down

0 comments on commit 93555ec

Please sign in to comment.