Skip to content

Commit 7bbe86a

Browse files
author
Gilles Grousset
committed
chore: prepare release
1 parent e0134b8 commit 7bbe86a

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
# Changelog
22

3-
## develop
3+
## 0.5.2
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.5.2-SNAPSHOT</version>
6+
<version>0.5.2</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
@@ -4,7 +4,7 @@
44

55
<groupId>fr.insideapp.sonarqube</groupId>
66
<artifactId>sonar-flutter</artifactId>
7-
<version>0.5.2-SNAPSHOT</version>
7+
<version>0.5.2</version>
88

99
<packaging>pom</packaging>
1010

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.5.2-SNAPSHOT</version>
7+
<version>0.5.2</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.5.2-SNAPSHOT</version>
20+
<version>0.5.2</version>
2121
</dependency>
2222

2323
</dependencies>

0 commit comments

Comments
 (0)