Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed Aug 10, 2020
1 parent f295bec commit 4b1b7e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SonarQube Plugin for Flutter / Dart

## develop
## 0.3.0

#### Breaking

Expand Down
2 changes: 1 addition & 1 deletion dart-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sonar-flutter</artifactId>
<groupId>fr.insideapp.sonarqube</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>fr.insideapp.sonarqube</groupId>
<artifactId>sonar-flutter</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.3.0</version>

<packaging>pom</packaging>

Expand Down
4 changes: 2 additions & 2 deletions sonar-flutter-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sonar-flutter</artifactId>
<groupId>fr.insideapp.sonarqube</groupId>
<version>0.2-SNAPSHOT</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>fr.insideapp.sonarqube</groupId>
<artifactId>dart-lang</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.3.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 4b1b7e3

Please sign in to comment.