Skip to content

Commit ddb65b1

Browse files
committed
chore: setting version in pom
1 parent 5e162b9 commit ddb65b1

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,5 +1,4 @@
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">
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>se.bjurr.maven</groupId>
@@ -8,7 +7,7 @@
87
</parent>
98
<groupId>se.bjurr.violations</groupId>
109
<artifactId>violations-maven-plugin</artifactId>
11-
<version>3.0.1-SNAPSHOT</version>
10+
<version>3.1.0-SNAPSHOT</version>
1211
<packaging>maven-plugin</packaging>
1312
<name>violations-maven-plugin</name>
1413
<description>Maven plugin that will find report files from static code analysis, present and optionally fail the
@@ -90,4 +89,4 @@
9089
</plugin>
9190
</plugins>
9291
</build>
93-
</project>
92+
</project>

0 commit comments

Comments
 (0)