Skip to content

Commit

Permalink
Merge pull request #77 from kuhnroyal/release/0.4.0
Browse files Browse the repository at this point in the history
Prepare 0.4.0 release
  • Loading branch information
kuhnroyal authored Sep 2, 2021
2 parents 6e8b7e1 + 2d6a009 commit 33aee15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3-SNAPSHOT</version>
<version>0.4.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.3-SNAPSHOT</version>
<version>0.4.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.3-SNAPSHOT</version>
<version>0.4.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.3-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 33aee15

Please sign in to comment.