Skip to content

Commit 7840db7

Browse files
committed
[maven-release-plugin] prepare release 1.0.1
1 parent 100ebb9 commit 7840db7

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
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-mobile-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</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-mobile-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010

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

ios-plugin/commons-ios/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.ecocode</groupId>
66
<artifactId>ios-plugin</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>ecocode-commons-ios</artifactId>

ios-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-mobile-parent</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
</parent>
1010

1111
<artifactId>ios-plugin</artifactId>

ios-plugin/sonar-ios-plugin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>io.ecocode</groupId>
76
<artifactId>ios-plugin</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
98
</parent>
109

1110
<artifactId>ecocode-sonar-ios-plugin</artifactId>

ios-plugin/swift-lang/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.ecocode</groupId>
66
<artifactId>ios-plugin</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>ecocode-swift-lang</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-mobile-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>ecoCode Mobile Sonar Plugins Project</name>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:https://github.com/green-code-initiative/ecocode-mobile</connection>
2929
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-mobile</developerConnection>
3030
<url>https://github.com/green-code-initiative/ecocode-mobile</url>
31-
<tag>HEAD</tag>
31+
<tag>1.0.1</tag>
3232
</scm>
3333

3434
<properties>

0 commit comments

Comments
 (0)