Skip to content

Commit f295bec

Browse files
author
Gilles Grousset
committed
[maven-release-plugin] prepare for next development iteration
1 parent 546b252 commit f295bec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dart-lang/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sonar-flutter</artifactId>
55
<groupId>fr.insideapp.sonarqube</groupId>
6-
<version>0.2.2</version>
6+
<version>0.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>fr.insideapp.sonarqube</groupId>
1212
<artifactId>sonar-flutter</artifactId>
13-
<version>0.2.2</version>
13+
<version>0.2-SNAPSHOT</version>
1414

1515
<packaging>pom</packaging>
1616

@@ -48,7 +48,7 @@
4848
<connection>scm:git:[email protected]:insideapp-oss/sonar-flutter.git</connection>
4949
<developerConnection>scm:git:[email protected]:insideapp-oss/sonar-flutter.git</developerConnection>
5050
<url>https://github.com/insideapp-oss/sonar-flutter</url>
51-
<tag>0.2.2</tag>
51+
<tag>HEAD</tag>
5252
</scm>
5353

5454
<properties>

sonar-flutter-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sonar-flutter</artifactId>
66
<groupId>fr.insideapp.sonarqube</groupId>
7-
<version>0.2.2</version>
7+
<version>0.2-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>fr.insideapp.sonarqube</groupId>
1919
<artifactId>dart-lang</artifactId>
20-
<version>0.2.2</version>
20+
<version>0.2-SNAPSHOT</version>
2121
</dependency>
2222

2323
</dependencies>

0 commit comments

Comments
 (0)