Skip to content

Commit 71d602e

Browse files
committed
0.1.1
1 parent f1558c2 commit 71d602e

File tree

9 files changed

+3
-17
lines changed

9 files changed

+3
-17
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
artifactVersion=0.0.4
1+
artifactVersion=0.1.1

loom.eventsourcing.abstraction/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
}
44

55
dependencies {
6-
api 'io.github.loom:loom.eventsourcing.contract:[0.0.1, 0.1.0)'
7-
api 'io.github.loom:loom.messaging.abstraction:[0.0.1, 0.1.0)'
6+
api 'io.github.loom:loom.eventsourcing.contract:[0.1.0, 0.2.0)'
7+
api 'io.github.loom:loom.messaging.abstraction:[0.1.0, 0.2.0)'
88
}

loom.eventsourcing.contract/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ plugins {
44

55
dependencies {
66
}
7-
8-
version = '0.1.0'

loom.eventsourcing.type/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ dependencies {
66
api 'io.github.loom:loom.eventsourcing.contract:[0.1.0, 0.2.0)'
77
api 'io.github.loom:loom.type:[0.1.0, 0.2.0)'
88
}
9-
10-
version = '0.1.1'

loom.json.abstraction/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ plugins {
55
dependencies {
66
api 'io.github.loom:loom.type:[0.1.0, 0.2.0)'
77
}
8-
9-
version = '0.1.0'

loom.json.jackson/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ dependencies {
66
api 'io.github.loom:loom.json.abstraction:[0.1.0, 0.2.0)'
77
api 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
88
}
9-
10-
version = '0.1.0'

loom.messaging.abstraction/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ plugins {
55
dependencies {
66
api 'io.github.loom:loom.messaging.contract:[0.1.0, 0.2.0)'
77
}
8-
9-
version = '0.1.0'

loom.messaging.contract/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ plugins {
44

55
dependencies {
66
}
7-
8-
version = '0.1.0'

loom.type/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,3 @@ plugins {
44

55
dependencies {
66
}
7-
8-
version = '0.1.0'

0 commit comments

Comments
 (0)