We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc1907 commit 3de5aa8Copy full SHA for 3de5aa8
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>me.kpavlov.await4j</groupId>
6
<artifactId>await4j</artifactId>
7
- <version>0.1.0</version>
+ <version>0.1.1-SNAPSHOT</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>v0.1.0</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<properties>
0 commit comments