Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippefichet committed May 15, 2020
1 parent f9d7024 commit e374715
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.philippefichet</groupId>
<artifactId>sonarlint4netbeans</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>nbm</packaging>
<name>SonarLint for Netbeans</name>
<description>SonarLint integration for Netbeans</description>
Expand All @@ -29,7 +29,8 @@
<scm>
<url>https://github.com/philippefichet/sonarlint4netbeans</url>
<connection>scm:git:ssh://git@github.com/philippefichet/sonarlint4netbeans.git</connection>
</scm>
<tag>v2.0.0</tag>
</scm>
<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
Expand Down Expand Up @@ -109,7 +110,7 @@
<licenseHeader>
<file>${basedir}/license-header</file>
</licenseHeader>
<removeUnusedImports/>
<removeUnusedImports />
</java>
</configuration>
</plugin>
Expand Down

0 comments on commit e374715

Please sign in to comment.