Skip to content

Commit 94eb3d4

Browse files
committed
[maven-release-plugin] prepare release v0.5.0-RC1
1 parent b6103cb commit 94eb3d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@
2727
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2828
2929
-->
30-
<project xmlns="http://maven.apache.org/POM/4.0.0"
31-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
30+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3231
<modelVersion>4.0.0</modelVersion>
3332

3433
<groupId>engineering.swat</groupId>
3534
<artifactId>java-watch</artifactId>
36-
<version>0.0.1-SNAPSHOT</version>
35+
<version>0.5.0-RC1</version>
3736
<packaging>jar</packaging>
3837

3938
<name>${project.groupId}:${project.artifactId}</name>
@@ -67,6 +66,7 @@
6766
<connection>scm:git:git://github.com/SWAT-engineering/java-watch.git</connection>
6867
<developerConnection>scm:git:ssh://[email protected]/SWAT-engineering/java-watch.git</developerConnection>
6968
<url>https://github.com/SWAT-engineering/java-watch/tree/main/</url>
69+
<tag>v0.5.0-RC1</tag>
7070
</scm>
7171

7272
<properties>
@@ -96,7 +96,7 @@
9696
<configuration>
9797
<tagNameFormat>v@{project.version}</tagNameFormat>
9898
<!-- do not use the build in release profile, we invoke it later -->
99-
<releaseProfiles></releaseProfiles>
99+
<releaseProfiles />
100100
</configuration>
101101
</plugin>
102102
<plugin> <!-- unit test integration -->

0 commit comments

Comments
 (0)