Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed Aug 30, 2018
1 parent 3eaed8b commit fc7400d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# _SonarQube Plugin for Swift_ Changelog


## v0.4.1
- Fixed NPE on SquidSensor

## v0.4.0
- Objective-C support (merged from our [Objective-C plugin](https://github.com/Backelite/sonar-objective-c)). When upgrading to this version you must install OCLint (brew install oclint). If you used our Objective-C plugin, you must uninstall it (remove it from /extensions/plugins directory).

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>backelite-swift</artifactId>
<groupId>com.backelite.sonarqube</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions objclang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>backelite-swift</artifactId>
<groupId>com.backelite.sonarqube</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>

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

<groupId>com.backelite.sonarqube</groupId>
<artifactId>backelite-swift</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>

<packaging>pom</packaging>

Expand Down
8 changes: 4 additions & 4 deletions sonar-swift-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<parent>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>backelite-swift</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>com.backelite.sonarqube</groupId>
<artifactId>backelite-sonar-swift-plugin</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>

<packaging>sonar-plugin</packaging>

Expand All @@ -40,12 +40,12 @@
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>swift-lang</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>objc-lang</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions swiftlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>backelite-swift</artifactId>
<groupId>com.backelite.sonarqube</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fc7400d

Please sign in to comment.