Skip to content

Commit 4ed9dc6

Browse files
[maven-release-plugin] prepare release assertj-assertions-generator-maven-plugin-2.2.0
1 parent 29415cf commit 4ed9dc6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
54
<packaging>maven-plugin</packaging>
6-
<version>2.2.0-SNAPSHOT</version>
5+
<version>2.2.0</version>
76
<name>Maven plugin for AssertJ assertions generator</name>
87

98
<parent>
@@ -16,7 +15,7 @@
1615
<developerConnection>scm:git:[email protected]:joel-costigliola/assertj-assertions-generator-maven-plugin.git</developerConnection>
1716
<connection>scm:git:[email protected]:joel-costigliola/assertj-assertions-generator-maven-plugin.git</connection>
1817
<url>[email protected]:joel-costigliola/assertj-assertions-generator-maven-plugin</url>
19-
<tag>HEAD</tag>
18+
<tag>assertj-assertions-generator-maven-plugin-2.2.0</tag>
2019
</scm>
2120

2221
<build>

0 commit comments

Comments
 (0)