Skip to content

Commit a2f0dc9

Browse files
committed
[maven-release-plugin] prepare release 2.2.0
1 parent be089f2 commit a2f0dc9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pom.xml

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

75
<groupId>dev.ditsche</groupId>
86
<artifactId>validator</artifactId>
9-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
108

119
<packaging>jar</packaging>
1210

@@ -77,7 +75,7 @@
7775
<connection>scm:git://github.com:ditschedev/validator.git</connection>
7876
<developerConnection>scm:git:[email protected]:ditschedev/validator.git</developerConnection>
7977
<url>https://github.com/ditschedev/validator</url>
80-
<tag>HEAD</tag>
78+
<tag>2.2.0</tag>
8179
</scm>
8280

8381
<build>

0 commit comments

Comments
 (0)