Skip to content

Commit 377695f

Browse files
committed
imports
1 parent 587a2b0 commit 377695f

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

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.3</version>
27+
<version>0.4.4</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

objclang/pom.xml

Lines changed: 1 addition & 5 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.3</version>
27+
<version>0.4.4</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

@@ -56,10 +56,6 @@
5656
<groupId>ant</groupId>
5757
<artifactId>ant</artifactId>
5858
</dependency>
59-
<dependency>
60-
<groupId>com.google.guava</groupId>
61-
<artifactId>guava</artifactId>
62-
</dependency>
6359
<dependency>
6460
<groupId>com.googlecode.json-simple</groupId>
6561
<artifactId>json-simple</artifactId>

sonar-swift-plugin/pom.xml

Lines changed: 2 additions & 2 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.3</version>
29+
<version>0.4.4</version>
3030
</parent>
3131

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

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

swiftlang/pom.xml

Lines changed: 2 additions & 6 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.3</version>
27+
<version>0.4.4</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.3</version>
39+
<version>0.4.4</version>
4040
</dependency>
4141

4242
<dependency>
@@ -55,10 +55,6 @@
5555
<groupId>ant</groupId>
5656
<artifactId>ant</artifactId>
5757
</dependency>
58-
<dependency>
59-
<groupId>com.google.guava</groupId>
60-
<artifactId>guava</artifactId>
61-
</dependency>
6258
<dependency>
6359
<groupId>com.googlecode.json-simple</groupId>
6460
<artifactId>json-simple</artifactId>

0 commit comments

Comments
 (0)