Skip to content

Commit 19b6e7f

Browse files
committed
chore(deps): dependencies
1 parent 49553e0 commit 19b6e7f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>se.bjurr.violations</groupId>
44
<artifactId>violations-maven-plugin</artifactId>
5-
<version>2.2.1-SNAPSHOT</version>
5+
<version>2.2.1</version>
66
<packaging>maven-plugin</packaging>
77
<name>violations-maven-plugin</name>
88
<description>Maven plugin that will find report files from static code analysis, present and optionally fail the
@@ -14,13 +14,13 @@
1414
<scm>
1515
<developerConnection>scm:git:[email protected]:tomasbjerre/violations-maven-plugin.git</developerConnection>
1616
<url>https://github.com/tomasbjerre/violations-maven-plugin</url>
17-
<tag>HEAD</tag>
17+
<tag>violations-maven-plugin-2.2.1</tag>
1818
</scm>
1919

2020
<distributionManagement>
2121
<repository>
2222
<id>ossrh</id>
23-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
23+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/</url>
2424
</repository>
2525
</distributionManagement>
2626

@@ -45,8 +45,8 @@
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<maven.compiler.target>11</maven.compiler.target>
4747
<maven.compiler.source>11</maven.compiler.source>
48-
<changelog>2.2.0</changelog>
49-
<violations>2.3.2</violations>
48+
<changelog>2.2.5</changelog>
49+
<violations>2.3.5</violations>
5050
</properties>
5151

5252
<dependencies>

0 commit comments

Comments
 (0)