Skip to content

Commit 2a22a94

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent 72c0a6b commit 2a22a94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.ecocode</groupId>
77
<artifactId>ecocode-android-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>ecocode-android</artifactId>

codenarc-converter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.ecocode</groupId>
77
<artifactId>ecocode-android-parent</artifactId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>sonar-codenarc-converter</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.ecocode</groupId>
66
<artifactId>ecocode-android-parent</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>ecoCode Android Sonar Plugins Project</name>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:https://github.com/green-code-initiative/ecocode-android</connection>
3030
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-android</developerConnection>
3131
<url>https://github.com/green-code-initiative/ecocode-android</url>
32-
<tag>HEAD</tag>
32+
<tag>1.1.0</tag>
3333
</scm>
3434

3535
<properties>

0 commit comments

Comments
 (0)