Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oranheim committed Oct 1, 2024
1 parent 585cdbd commit 39afc0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.descoped.dc</groupId>
<artifactId>data-collector-server-base</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>Data Collector Server Base</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<developerConnection>scm:git:[email protected]:descoped/data-collector-server-base.git
</developerConnection>
<url>https://github.com/descoped/data-collector-server-base/tree/master</url>
<tag>HEAD</tag>
<tag>2.0.0</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -298,7 +298,7 @@
<sonar.organization>descoped</sonar.organization>
<sonar.projectKey>descoped_${project.artifactId}</sonar.projectKey>
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
<sonar.coverage.exclusions/>
<sonar.coverage.exclusions />
<sonar.coverage.jacoco.xmlReportPaths>
target/site/jacoco/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit 39afc0f

Please sign in to comment.