Skip to content

Commit 8cc3be5

Browse files
committed
Version number update
1 parent 9a95438 commit 8cc3be5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dart-lang/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sonar-flutter</artifactId>
77
<groupId>fr.insideapp.sonarqube</groupId>
8-
<version>0.1-SNAPSHOT</version>
8+
<version>0.2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
13+
<version>0.2.0</version>
1414

1515
<packaging>pom</packaging>
1616

sonar-flutter-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>sonar-flutter</artifactId>
88
<groupId>fr.insideapp.sonarqube</groupId>
9-
<version>0.1-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>fr.insideapp.sonarqube</groupId>
2121
<artifactId>dart-lang</artifactId>
22-
<version>0.1-SNAPSHOT</version>
22+
<version>0.2.0</version>
2323
</dependency>
2424

2525
</dependencies>

0 commit comments

Comments
 (0)