Skip to content

Commit

Permalink
chore: version no bumped to 0.6.0
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2628
  • Loading branch information
mloitm committed Oct 18, 2024
1 parent ff1f9d5 commit 3a2d50b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example-adapter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web:3.3.4")
implementation("org.apache.cxf:cxf-spring-boot-starter-jaxws:4.0.5")

implementation("org.niis.xrd4j:common:0.6.0-SNAPSHOT")
implementation("org.niis.xrd4j:server:0.6.0-SNAPSHOT")
implementation("org.niis.xrd4j:common:0.6.0")
implementation("org.niis.xrd4j:server:0.6.0")

compileOnly("jakarta.servlet:jakarta.servlet-api:6.1.0")

Expand All @@ -40,7 +40,7 @@ dependencies {
}

group = "org.niis"
version = "0.0.6-SNAPSHOT"
version = "0.0.7"
description = "Example Adapter for X-Road"

java.toolchain.languageVersion = JavaLanguageVersion.of(17)
Expand Down
2 changes: 1 addition & 1 deletion src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.6.0-SNAPSHOT 2024-10-03
## 0.6.0 - 2024-10-18
- Build migrated from Maven to Gradle
- Update dependencies from javax.* to jakarta.*
- Java 17 and 21 support
Expand Down
2 changes: 1 addition & 1 deletion src/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.6.0-SNAPSHOT
version=0.6.0

0 comments on commit 3a2d50b

Please sign in to comment.