Skip to content

Commit d077587

Browse files
committed
[maven-release-plugin] prepare release 3.1.0
1 parent 7a7f9e8 commit d077587

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>org.sonarsource.owasp</groupId>
1010
<artifactId>sonar-dependency-check</artifactId>
11-
<version>3.0.2-SNAPSHOT</version>
11+
<version>3.1.0</version>
1212
<packaging>pom</packaging>
1313
<name>Dependency-Check for SonarQube</name>
1414
<description>Integrates Dependency-Check reports into SonarQube</description>
@@ -55,7 +55,7 @@
5555
<connection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</connection>
5656
<developerConnection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</developerConnection>
5757
<url>https://github.com/dependency-check/dependency-check-sonar-plugin</url>
58-
<tag>HEAD</tag>
58+
<tag>3.1.0</tag>
5959
</scm>
6060

6161
<issueManagement>

sonar-dependency-check-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.sonarsource.owasp</groupId>
66
<artifactId>sonar-dependency-check</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
</parent>
99
<artifactId>sonar-dependency-check-plugin</artifactId>
1010
<packaging>sonar-plugin</packaging>
@@ -15,7 +15,7 @@
1515
<connection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</connection>
1616
<developerConnection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</developerConnection>
1717
<url>https://github.com/dependency-check/dependency-check-sonar-plugin</url>
18-
<tag>HEAD</tag>
18+
<tag>3.1.0</tag>
1919
</scm>
2020

2121
<properties>

0 commit comments

Comments
 (0)