We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832a711 commit 1deec76Copy full SHA for 1deec76
pom.xml
@@ -32,7 +32,7 @@
32
33
<groupId>engineering.swat</groupId>
34
<artifactId>java-watch</artifactId>
35
- <version>0.5.0-RC3-SNAPSHOT</version>
+ <version>0.5.0-RC3</version>
36
<packaging>jar</packaging>
37
38
<name>${project.groupId}:${project.artifactId}</name>
@@ -66,7 +66,7 @@
66
<connection>scm:git:git://github.com/SWAT-engineering/java-watch.git</connection>
67
<developerConnection>scm:git:ssh://[email protected]/SWAT-engineering/java-watch.git</developerConnection>
68
<url>https://github.com/SWAT-engineering/java-watch/tree/main/</url>
69
- <tag>HEAD</tag>
+ <tag>v0.5.0-RC3</tag>
70
</scm>
71
72
<properties>
@@ -173,7 +173,7 @@
173
<execution>
174
<id>enforce-maven</id>
175
<goals>
176
- <goal>enforce</goal>
+ <goal>enforce</goal>
177
</goals>
178
<configuration>
179
<rules>
0 commit comments