Skip to content

Commit 804deab

Browse files
mchmielarzmchmielarz
authored andcommitted
[maven-release-plugin] prepare release v0.3.0
1 parent b745d29 commit 804deab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
2+
<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/maven-v4_0_0.xsd ">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -11,7 +10,7 @@
1110
</parent>
1211

1312
<artifactId>assertj-vavr</artifactId>
14-
<version>0.3.0-SNAPSHOT</version>
13+
<version>0.3.0</version>
1514

1615
<name>AssertJ fluent assertions for Vavr</name>
1716
<description>Rich and fluent assertions for testing Vavr tools</description>
@@ -28,7 +27,7 @@
2827
<developerConnection>scm:git:[email protected]:assertj/assertj-vavr.git</developerConnection>
2928
<connection>scm:git:[email protected]:assertj/assertj-vavr.git</connection>
3029
<url>[email protected]:assertj/assertj-vavr</url>
31-
<tag>HEAD</tag>
30+
<tag>v0.3.0</tag>
3231
</scm>
3332

3433
<url>https://github.com/assertj/assertj-vavr</url>

0 commit comments

Comments
 (0)