Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuwon committed Mar 15, 2023
1 parent f883143 commit b0a7213
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
artifactVersion=0.1.1
artifactVersion=0.5.0
4 changes: 2 additions & 2 deletions loom.eventsourcing.abstraction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

dependencies {
api 'io.github.loom:loom.eventsourcing.contract:[0.1.0, 0.2.0)'
api 'io.github.loom:loom.messaging.abstraction:[0.1.0, 0.2.0)'
api 'io.github.loom:loom.eventsourcing.contract:[0.5.0, 0.6.0)'
api 'io.github.loom:loom.messaging.abstraction:[0.5.0, 0.6.0)'
}
2 changes: 0 additions & 2 deletions loom.eventsourcing.contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ plugins {

dependencies {
}

version = '0.5.0'
2 changes: 0 additions & 2 deletions loom.eventsourcing.type/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ dependencies {
api 'io.github.loom:loom.eventsourcing.contract:[0.5.0, 0.6.0)'
api 'io.github.loom:loom.type:[0.5.0, 0.6.0)'
}

version = '0.5.0'
2 changes: 0 additions & 2 deletions loom.json.abstraction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ plugins {
dependencies {
api 'io.github.loom:loom.type:[0.5.0, 0.6.0)'
}

version = '0.5.0'
2 changes: 1 addition & 1 deletion loom.json.jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ plugins {
}

dependencies {
api 'io.github.loom:loom.json.abstraction:[0.1.0, 0.2.0)'
api 'io.github.loom:loom.json.abstraction:[0.5.0, 0.6.0)'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
}
2 changes: 0 additions & 2 deletions loom.messaging.abstraction/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ plugins {
dependencies {
api 'io.github.loom:loom.messaging.contract:[0.5.0, 0.6.0)'
}

version = '0.5.0'
2 changes: 0 additions & 2 deletions loom.messaging.contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ plugins {

dependencies {
}

version = '0.5.0'
2 changes: 0 additions & 2 deletions loom.type/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ plugins {

dependencies {
}

version = '0.5.0'

0 comments on commit b0a7213

Please sign in to comment.