Skip to content

Commit fc7400d

Browse files
author
Gilles Grousset
committed
Updated version number
1 parent 3eaed8b commit fc7400d

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# _SonarQube Plugin for Swift_ Changelog
22

3+
4+
## v0.4.1
5+
- Fixed NPE on SquidSensor
6+
37
## v0.4.0
48
- 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).
59

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>backelite-swift</artifactId>
2626
<groupId>com.backelite.sonarqube</groupId>
27-
<version>0.4.0</version>
27+
<version>0.4.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

objclang/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>backelite-swift</artifactId>
2626
<groupId>com.backelite.sonarqube</groupId>
27-
<version>0.4.0</version>
27+
<version>0.4.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.backelite.sonarqube</groupId>
3939
<artifactId>commons</artifactId>
40-
<version>0.4.0</version>
40+
<version>0.4.1</version>
4141
</dependency>
4242

4343
<dependency>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.backelite.sonarqube</groupId>
120120
<artifactId>commons</artifactId>
121-
<version>0.4.0</version>
121+
<version>0.4.1</version>
122122
</dependency>
123123

124124
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<groupId>com.backelite.sonarqube</groupId>
4141
<artifactId>backelite-swift</artifactId>
42-
<version>0.4.0</version>
42+
<version>0.4.1</version>
4343

4444
<packaging>pom</packaging>
4545

sonar-swift-plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<parent>
2727
<groupId>com.backelite.sonarqube</groupId>
2828
<artifactId>backelite-swift</artifactId>
29-
<version>0.4.0</version>
29+
<version>0.4.1</version>
3030
</parent>
3131

3232
<groupId>com.backelite.sonarqube</groupId>
3333
<artifactId>backelite-sonar-swift-plugin</artifactId>
34-
<version>0.4.0</version>
34+
<version>0.4.1</version>
3535

3636
<packaging>sonar-plugin</packaging>
3737

@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>com.backelite.sonarqube</groupId>
4242
<artifactId>swift-lang</artifactId>
43-
<version>0.4.0</version>
43+
<version>0.4.1</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.backelite.sonarqube</groupId>
4747
<artifactId>objc-lang</artifactId>
48-
<version>0.4.0</version>
48+
<version>0.4.1</version>
4949
</dependency>
5050

5151
<dependency>

swiftlang/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>backelite-swift</artifactId>
2626
<groupId>com.backelite.sonarqube</groupId>
27-
<version>0.4.0</version>
27+
<version>0.4.1</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.backelite.sonarqube</groupId>
3838
<artifactId>commons</artifactId>
39-
<version>0.4.0</version>
39+
<version>0.4.1</version>
4040
</dependency>
4141

4242
<dependency>

0 commit comments

Comments
 (0)