We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4345afb commit c345cacCopy full SHA for c345cac
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>in.virit</groupId>
5
<artifactId>mopo</artifactId>
6
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
7
<name>Mopo</name>
8
<packaging>jar</packaging>
9
<description>Java Playwright helpers for Vaadin users</description>
@@ -28,7 +28,7 @@
28
<url>https://github.com/viritin/mopo</url>
29
<connection>scm:git:git://github.com/viritin/mopo.git</connection>
30
<developerConnection>scm:git:ssh://[email protected]:/viritin/mopo.git</developerConnection>
31
- <tag>HEAD</tag>
+ <tag>mopo-0.0.1</tag>
32
</scm>
33
34
<issueManagement>
0 commit comments