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 3d6bec7 commit 331842cCopy full SHA for 331842c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>me.kpavlov.await4j</groupId>
6
<artifactId>await4j</artifactId>
7
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
8
9
<name>await4j</name>
10
<description>Simplify Java async programming with virtual threads using an async/await style API.</description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:git://github.com/kpavlov/await4j.git</connection>
33
<developerConnection>scm:git:ssh://github.com/kpavlov/await4j.git</developerConnection>
34
<url>https://github.com/kpavlov/await4j/tree/main</url>
35
- <tag>HEAD</tag>
+ <tag>v0.1.1</tag>
36
</scm>
37
38
<properties>
0 commit comments