Skip to content

Commit ff1ff3f

Browse files
committed
Bump version to 0.5.0
1 parent 97eb40c commit ff1ff3f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>sonar-apple</artifactId>
2424
<groupId>fr.insideapp.sonarqube</groupId>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

objc-lang/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>sonar-apple</artifactId>
2424
<groupId>fr.insideapp.sonarqube</groupId>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>fr.insideapp.sonarqube</groupId>
3535
<artifactId>commons</artifactId>
36-
<version>0.4.2-SNAPSHOT</version>
36+
<version>0.5.0-SNAPSHOT</version>
3737
</dependency>
3838

3939
</dependencies>

pom.xml

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

2525
<groupId>fr.insideapp.sonarqube</groupId>
2626
<artifactId>sonar-apple</artifactId>
27-
<version>0.4.2-SNAPSHOT</version>
27+
<version>0.5.0-SNAPSHOT</version>
2828

2929
<packaging>pom</packaging>
3030

sonar-apple-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>sonar-apple</artifactId>
2626
<groupId>fr.insideapp.sonarqube</groupId>
27-
<version>0.4.2-SNAPSHOT</version>
27+
<version>0.5.0-SNAPSHOT</version>
2828
</parent>
2929
<modelVersion>4.0.0</modelVersion>
3030

@@ -43,13 +43,13 @@
4343
<dependency>
4444
<groupId>fr.insideapp.sonarqube</groupId>
4545
<artifactId>swift-lang</artifactId>
46-
<version>0.4.2-SNAPSHOT</version>
46+
<version>0.5.0-SNAPSHOT</version>
4747
</dependency>
4848

4949
<dependency>
5050
<groupId>fr.insideapp.sonarqube</groupId>
5151
<artifactId>objc-lang</artifactId>
52-
<version>0.4.2-SNAPSHOT</version>
52+
<version>0.5.0-SNAPSHOT</version>
5353
</dependency>
5454

5555
</dependencies>

swift-lang/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>sonar-apple</artifactId>
2424
<groupId>fr.insideapp.sonarqube</groupId>
25-
<version>0.4.2-SNAPSHOT</version>
25+
<version>0.5.0-SNAPSHOT</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>fr.insideapp.sonarqube</groupId>
3535
<artifactId>commons</artifactId>
36-
<version>0.4.2-SNAPSHOT</version>
36+
<version>0.5.0-SNAPSHOT</version>
3737
</dependency>
3838

3939
</dependencies>

0 commit comments

Comments
 (0)