Skip to content

Commit 331842c

Browse files
Konstantin PavlovKonstantin Pavlov
authored andcommitted
[maven-release-plugin] prepare release v0.1.1
1 parent 3d6bec7 commit 331842c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.kpavlov.await4j</groupId>
66
<artifactId>await4j</artifactId>
7-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88

99
<name>await4j</name>
1010
<description>Simplify Java async programming with virtual threads using an async/await style API.</description>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git://github.com/kpavlov/await4j.git</connection>
3333
<developerConnection>scm:git:ssh://github.com/kpavlov/await4j.git</developerConnection>
3434
<url>https://github.com/kpavlov/await4j/tree/main</url>
35-
<tag>HEAD</tag>
35+
<tag>v0.1.1</tag>
3636
</scm>
3737

3838
<properties>

0 commit comments

Comments
 (0)