Skip to content

Commit

Permalink
chore: version no bumped to 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Refs: XRDDEV-2628
  • Loading branch information
mloitm committed Oct 18, 2024
1 parent 7fe89ae commit 63fada7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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")
implementation("org.niis.xrd4j:server:0.6.0")
implementation("org.niis.xrd4j:common:0.7.0-SNAPSHOT")
implementation("org.niis.xrd4j:server:0.7.0-SNAPSHOT")

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

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

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

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

## 0.7.0 - UNRELEASED

## 0.6.0 - 2024-10-18
- Build migrated from Maven to Gradle
- Update dependencies from javax.* to jakarta.*
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
version=0.7.0-SNAPSHOT

0 comments on commit 63fada7

Please sign in to comment.