Skip to content

Commit 6a3bf89

Browse files
committed
Bump base and core dependencies to 1.0.0
Done to fetch the test for `AggregateStorage` index uniqueness.
1 parent 4881cac commit 6a3bf89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
def final SPINE_VERSION = '1.0.0-SNAPSHOT'
2929

3030
ext {
31-
spineBaseVersion = SPINE_VERSION
32-
spineCoreVersion = SPINE_VERSION
31+
spineBaseVersion = '1.0.0'
32+
spineCoreVersion = '1.0.0'
3333

3434
datastoreVersion = '1.61.0'
3535

0 commit comments

Comments
 (0)