Skip to content

Commit 4b1b7e3

Browse files
author
Gilles Grousset
committed
Version update
1 parent f295bec commit 4b1b7e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SonarQube Plugin for Flutter / Dart
22

3-
## develop
3+
## 0.3.0
44

55
#### Breaking
66

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-SNAPSHOT</version>
6+
<version>0.3.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.2-SNAPSHOT</version>
13+
<version>0.3.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
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sonar-flutter</artifactId>
66
<groupId>fr.insideapp.sonarqube</groupId>
7-
<version>0.2-SNAPSHOT</version>
7+
<version>0.3.0</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-SNAPSHOT</version>
20+
<version>0.3.0</version>
2121
</dependency>
2222

2323
</dependencies>

0 commit comments

Comments
 (0)