Skip to content

Commit

Permalink
Bumped version number to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy1978 committed Jan 24, 2020
1 parent e5a0401 commit d2a3f35
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@

#### Enhancements

- None.

#### Bug Fixes

- None.

## v0.4.6

#### Breaking

- None.

#### Experimental

- None.

#### Enhancements

- Sped up analysis with a single build test using 'build-for-testing'
- run-sonar-swift.sh now supports -sonarurl -sonarlogin and -sonarpassword arguments for SonarQube server connection

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.5</version>
<version>0.4.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 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.5</version>
<version>0.4.6</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.5</version>
<version>0.4.6</version>
</dependency>

<dependency>
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.5</version>
<version>0.4.6</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.5</version>
<version>0.4.6</version>
</parent>

<groupId>com.backelite.sonarqube</groupId>
<artifactId>backelite-sonar-swift-plugin</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>

<packaging>sonar-plugin</packaging>

Expand All @@ -40,12 +40,12 @@
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>swift-lang</artifactId>
<version>0.4.5</version>
<version>0.4.6</version>
</dependency>
<dependency>
<groupId>com.backelite.sonarqube</groupId>
<artifactId>objc-lang</artifactId>
<version>0.4.5</version>
<version>0.4.6</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.5</version>
<version>0.4.6</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.5</version>
<version>0.4.6</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d2a3f35

Please sign in to comment.