Skip to content

Commit

Permalink
update pom version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sydowma committed Aug 27, 2021
1 parent 1a50e7c commit 079837c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
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>sonar-swift</artifactId>
<groupId>com.tal.sonarqube</groupId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions javalang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sonar-swift</artifactId>
<groupId>com.tal.sonarqube</groupId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

<dependency>
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>sonar-swift</artifactId>
<groupId>com.tal.sonarqube</groupId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>1.5.0</version>
<version>1.5.1</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.tal.sonarqube</groupId>
<artifactId>sonar-swift</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>pom</packaging>

Expand Down
10 changes: 5 additions & 5 deletions sonar-swift-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<parent>
<groupId>com.tal.sonarqube</groupId>
<artifactId>sonar-swift</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>

<artifactId>tal-sonar-swift-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>

<packaging>sonar-plugin</packaging>

Expand All @@ -39,18 +39,18 @@
<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>java-lang</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>swift-lang</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>objc-lang</artifactId>
<version>1.5.0</version>
<version>1.5.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>sonar-swift</artifactId>
<groupId>com.tal.sonarqube</groupId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.tal.sonarqube</groupId>
<artifactId>commons</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 079837c

Please sign in to comment.