We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028c4da commit 9148b2eCopy full SHA for 9148b2e
2 files changed
README.md
@@ -22,6 +22,6 @@ Snapshots are available on the Sonatype Snapshots Repository:
22
<dependency>
23
<groupId>org.incendo</groupId>
24
<artifactId>state-core</artifactId>
25
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
26
</dependency>
27
```
gradle.properties
@@ -1,6 +1,6 @@
1
group=org.incendo
2
-version=1.0.0-SNAPSHOT
+version=1.0.0
3
description=A state machine
4
5
org.gradle.caching=true
6
-org.gradle.parallel=true
+org.gradle.parallel=true
0 commit comments