Skip to content

Commit fd39f73

Browse files
author
Gilles Grousset
committed
Version update to 0.4.0
1 parent e1fa1ab commit fd39f73

19 files changed

+52
-50
lines changed

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

objclang/pom.xml

+3-3
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.3.8</version>
27+
<version>0.4.0</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.3.8</version>
40+
<version>0.4.0</version>
4141
</dependency>
4242

4343
<dependency>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>com.backelite.sonarqube</groupId>
120120
<artifactId>commons</artifactId>
121-
<version>0.3.8</version>
121+
<version>0.4.0</version>
122122
</dependency>
123123

124124
</dependencies>

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.3.8</version>
42+
<version>0.4.0</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.3.8</version>
29+
<version>0.4.0</version>
3030
</parent>
3131

3232
<groupId>com.backelite.sonarqube</groupId>
3333
<artifactId>backelite-sonar-swift-plugin</artifactId>
34-
<version>0.3.8</version>
34+
<version>0.4.0</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.3.8</version>
43+
<version>0.4.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.backelite.sonarqube</groupId>
4747
<artifactId>objc-lang</artifactId>
48-
<version>0.3.8</version>
48+
<version>0.4.0</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.3.8</version>
27+
<version>0.4.0</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.3.8</version>
39+
<version>0.4.0</version>
4040
</dependency>
4141

4242
<dependency>

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/swiftlint/SwiftLintProfile.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/swiftlint/SwiftLintProfileImporter.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/swiftlint/SwiftLintReportParser.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/swiftlint/SwiftLintRulesDefinition.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/swiftlint/SwiftLintSensor.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/tailor/TailorProfile.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/tailor/TailorProfileImporter.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/tailor/TailorReportParser.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/tailor/TailorRulesDefinition.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/issues/tailor/TailorSensor.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/lang/parser/SwiftGrammarImpl.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/main/java/com/backelite/sonarqube/swift/lang/parser/SwiftParser.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

swiftlang/src/test/java/com/backelite/sonarqube/swift/lang/lexer/SwiftLexerTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/**
22
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
33
* Copyright © 2015 Backelite (${email})
4-
* <p>
4+
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by
77
* the Free Software Foundation, either version 3 of the License, or
88
* (at your option) any later version.
9-
* <p>
9+
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
* GNU Lesser General Public License for more details.
14-
* <p>
14+
*
1515
* You should have received a copy of the GNU Lesser General Public License
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/

updateVersion.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
mvn versions:set -DgenerateBackupPoms=false

0 commit comments

Comments
 (0)