Skip to content

Commit 1deec76

Browse files
committed
release 0.5.0-RC3
1 parent 832a711 commit 1deec76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<groupId>engineering.swat</groupId>
3434
<artifactId>java-watch</artifactId>
35-
<version>0.5.0-RC3-SNAPSHOT</version>
35+
<version>0.5.0-RC3</version>
3636
<packaging>jar</packaging>
3737

3838
<name>${project.groupId}:${project.artifactId}</name>
@@ -66,7 +66,7 @@
6666
<connection>scm:git:git://github.com/SWAT-engineering/java-watch.git</connection>
6767
<developerConnection>scm:git:ssh://[email protected]/SWAT-engineering/java-watch.git</developerConnection>
6868
<url>https://github.com/SWAT-engineering/java-watch/tree/main/</url>
69-
<tag>HEAD</tag>
69+
<tag>v0.5.0-RC3</tag>
7070
</scm>
7171

7272
<properties>
@@ -173,7 +173,7 @@
173173
<execution>
174174
<id>enforce-maven</id>
175175
<goals>
176-
<goal>enforce</goal>
176+
<goal>enforce</goal>
177177
</goals>
178178
<configuration>
179179
<rules>

0 commit comments

Comments
 (0)