Skip to content

Commit efe5dc0

Browse files
committed
[maven-release-plugin] prepare release violations-maven-plugin-3.1.0
1 parent ddb65b1 commit efe5dc0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
1+
<?xml version="1.0" encoding="UTF-8"?>
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">
23
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<groupId>se.bjurr.maven</groupId>
@@ -7,7 +8,7 @@
78
</parent>
89
<groupId>se.bjurr.violations</groupId>
910
<artifactId>violations-maven-plugin</artifactId>
10-
<version>3.1.0-SNAPSHOT</version>
11+
<version>3.1.0</version>
1112
<packaging>maven-plugin</packaging>
1213
<name>violations-maven-plugin</name>
1314
<description>Maven plugin that will find report files from static code analysis, present and optionally fail the
@@ -17,7 +18,7 @@
1718

1819
<scm>
1920
<developerConnection>scm:git:[email protected]:tomasbjerre/violations-maven-plugin.git</developerConnection>
20-
<tag>HEAD</tag>
21+
<tag>violations-maven-plugin-3.1.0</tag>
2122
<url>https://github.com/tomasbjerre/violations-maven-plugin</url>
2223
</scm>
2324

@@ -89,4 +90,4 @@
8990
</plugin>
9091
</plugins>
9192
</build>
92-
</project>
93+
</project>

0 commit comments

Comments
 (0)