Skip to content

Commit d2a3f35

Browse files
committed
Bumped version number to 0.4.6
1 parent e5a0401 commit d2a3f35

File tree

6 files changed

+28
-10
lines changed

6 files changed

+28
-10
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@
1212

1313
#### Enhancements
1414

15+
- None.
16+
17+
#### Bug Fixes
18+
19+
- None.
20+
21+
## v0.4.6
22+
23+
#### Breaking
24+
25+
- None.
26+
27+
#### Experimental
28+
29+
- None.
30+
31+
#### Enhancements
32+
1533
- Sped up analysis with a single build test using 'build-for-testing'
1634
- run-sonar-swift.sh now supports -sonarurl -sonarlogin and -sonarpassword arguments for SonarQube server connection
1735

commons/pom.xml

+1-1
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.5</version>
27+
<version>0.4.6</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

objclang/pom.xml

+2-2
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.5</version>
27+
<version>0.4.6</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.5</version>
40+
<version>0.4.6</version>
4141
</dependency>
4242

4343
<dependency>

pom.xml

+1-1
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.5</version>
42+
<version>0.4.6</version>
4343

4444
<packaging>pom</packaging>
4545

sonar-swift-plugin/pom.xml

+4-4
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.5</version>
29+
<version>0.4.6</version>
3030
</parent>
3131

3232
<groupId>com.backelite.sonarqube</groupId>
3333
<artifactId>backelite-sonar-swift-plugin</artifactId>
34-
<version>0.4.5</version>
34+
<version>0.4.6</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.5</version>
43+
<version>0.4.6</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.backelite.sonarqube</groupId>
4747
<artifactId>objc-lang</artifactId>
48-
<version>0.4.5</version>
48+
<version>0.4.6</version>
4949
</dependency>
5050

5151
<dependency>

swiftlang/pom.xml

+2-2
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.5</version>
27+
<version>0.4.6</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.5</version>
39+
<version>0.4.6</version>
4040
</dependency>
4141

4242
<dependency>

0 commit comments

Comments
 (0)