Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Jul 4, 2019
1 parent 028c327 commit 612d9fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion codenarc-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>sonar-codenarc-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion groovy-jacoco-previous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>groovy-jacoco-previous</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>

<name>Sonar Groovy</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<developerConnection>scm:git:git@github.com:Inform-Software/sonar-groovy.git
</developerConnection>
<url>https://github.com/Inform-Software/sonar-groovy</url>
<tag>HEAD</tag>
<tag>1.6</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down
2 changes: 1 addition & 1 deletion sonar-groovy-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<artifactId>sonar-groovy-plugin</artifactId>
Expand Down

0 comments on commit 612d9fd

Please sign in to comment.