Skip to content

Commit 2e3701c

Browse files
committed
[maven-release-plugin] prepare release 2.0.7
1 parent 06c5eeb commit 2e3701c

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>2.0.7-SNAPSHOT</version>
11+
<version>2.0.7</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>2.0.7</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>2.0.7-SNAPSHOT</version>
7+
<version>2.0.7</version>
88
<relativePath>..</relativePath>
99
</parent>
1010
<artifactId>sonar-dependency-check-plugin</artifactId>
@@ -16,7 +16,7 @@
1616
<connection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</connection>
1717
<developerConnection>scm:git:https://github.com/dependency-check/dependency-check-sonar-plugin</developerConnection>
1818
<url>https://github.com/dependency-check/dependency-check-sonar-plugin</url>
19-
<tag>HEAD</tag>
19+
<tag>2.0.7</tag>
2020
</scm>
2121

2222
<properties>

0 commit comments

Comments
 (0)