We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffdbd6c commit 643a48aCopy full SHA for 643a48a
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>quidem</artifactId>
11
- <version>0.12-SNAPSHOT</version>
+ <version>0.12</version>
12
<packaging>jar</packaging>
13
14
<!-- More project information. -->
@@ -105,7 +105,7 @@
105
<connection>scm:git:git://github.com/hydromatic/quidem.git</connection>
106
<developerConnection>scm:git:git@github.com:hydromatic/quidem.git</developerConnection>
107
<url>https://github.com/hydromatic/quidem/tree/main</url>
108
- <tag>HEAD</tag>
+ <tag>quidem-0.12</tag>
109
</scm>
110
111
<repositories>
0 commit comments