We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4aac6 commit a0a9db3Copy full SHA for a0a9db3
README.md
@@ -13,13 +13,13 @@ The easiest way to get started is to add a dependency to your Maven project
13
<dependency>
14
<groupId>org.projectnessie.cel</groupId>
15
<artifactId>cel-tools</artifactId>
16
- <version>0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
17
</dependency>
18
```
19
or Gradle project.
20
```groovy
21
dependencies {
22
- implementation("org.projectnessie.cel:cel-tools:0.1-SNAPSHOT")
+ implementation("org.projectnessie.cel:cel-tools:0.1.0")
23
}
24
25
version.txt
@@ -1 +1 @@
1
-0.1-SNAPSHOT
+0.1.0
0 commit comments