Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r0bb3n committed Feb 25, 2021
1 parent 7f1d5b9 commit e34147a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.github.r0bb3n</groupId>
<artifactId>sonar-quality-gate-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1-SNAPSHOT</version>
<version>1.1.0</version>

<name>Sonar Quality Gate Maven Plugin</name>
<description>The Sonar Quality Gate Maven Plugin checks the project status in SonarQube and fails
Expand Down Expand Up @@ -35,7 +33,7 @@
<connection>scm:git:git@github.com:r0bb3n/sonar-quality-gate-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:r0bb3n/sonar-quality-gate-maven-plugin.git
</developerConnection>
<tag>HEAD</tag>
<tag>v1.1.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit e34147a

Please sign in to comment.