Skip to content

Commit 6faf40a

Browse files
author
David DE CARVALHO
committed
[maven-release-plugin] prepare release 0.1.0
1 parent 0930a41 commit 6faf40a

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

android-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.ecocode</groupId>
87
<artifactId>ecocode-mobile-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
109
</parent>
1110

1211
<artifactId>ecocode-android</artifactId>

codenarc-converter/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
</parent>
1010

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

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.ecocode</groupId>
86
<artifactId>ecocode-mobile-parent</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
108
<packaging>pom</packaging>
119

1210
<name>ecoCode Mobile Sonar Plugins Project</name>
13-
<description>Les règles s'appuient sur l'édition 3 du livre "Ecoconception Web / Les 115 bonnes pratiques" => https://collectif.greenit.fr/ecoconception-web/115-bonnes-pratiques-eco-conception_web.html</description>
11+
<description>Les règles s'appuient sur l'édition 3 du livre "Ecoconception Web / Les 115 bonnes pratiques" =&gt; https://collectif.greenit.fr/ecoconception-web/115-bonnes-pratiques-eco-conception_web.html</description>
1412
<organization>
1513
<name>CNumR</name>
1614
<url>https://collectif.greenit.fr</url>
@@ -30,7 +28,7 @@
3028
<connection>scm:git:https://github.com/green-code-initiative/ecocode-mobile</connection>
3129
<developerConnection>scm:git:https://github.com/green-code-initiative/ecocode-mobile</developerConnection>
3230
<url>https://github.com/green-code-initiative/ecocode-mobile</url>
33-
<tag>HEAD</tag>
31+
<tag>0.1.0</tag>
3432
</scm>
3533

3634
<properties>

0 commit comments

Comments
 (0)