File tree 19 files changed +52
-50
lines changed
main/java/com/backelite/sonarqube/swift
test/java/com/backelite/sonarqube/swift/lang/lexer
19 files changed +52
-50
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >backelite-swift</artifactId >
26
26
<groupId >com.backelite.sonarqube</groupId >
27
- <version >0.3.8 </version >
27
+ <version >0.4.0 </version >
28
28
</parent >
29
29
<modelVersion >4.0.0</modelVersion >
30
30
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >backelite-swift</artifactId >
26
26
<groupId >com.backelite.sonarqube</groupId >
27
- <version >0.3.8 </version >
27
+ <version >0.4.0 </version >
28
28
</parent >
29
29
<modelVersion >4.0.0</modelVersion >
30
30
37
37
<dependency >
38
38
<groupId >com.backelite.sonarqube</groupId >
39
39
<artifactId >commons</artifactId >
40
- <version >0.3.8 </version >
40
+ <version >0.4.0 </version >
41
41
</dependency >
42
42
43
43
<dependency >
118
118
<dependency >
119
119
<groupId >com.backelite.sonarqube</groupId >
120
120
<artifactId >commons</artifactId >
121
- <version >0.3.8 </version >
121
+ <version >0.4.0 </version >
122
122
</dependency >
123
123
124
124
</dependencies >
Original file line number Diff line number Diff line change 39
39
40
40
<groupId >com.backelite.sonarqube</groupId >
41
41
<artifactId >backelite-swift</artifactId >
42
- <version >0.3.8 </version >
42
+ <version >0.4.0 </version >
43
43
44
44
<packaging >pom</packaging >
45
45
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<groupId >com.backelite.sonarqube</groupId >
28
28
<artifactId >backelite-swift</artifactId >
29
- <version >0.3.8 </version >
29
+ <version >0.4.0 </version >
30
30
</parent >
31
31
32
32
<groupId >com.backelite.sonarqube</groupId >
33
33
<artifactId >backelite-sonar-swift-plugin</artifactId >
34
- <version >0.3.8 </version >
34
+ <version >0.4.0 </version >
35
35
36
36
<packaging >sonar-plugin</packaging >
37
37
40
40
<dependency >
41
41
<groupId >com.backelite.sonarqube</groupId >
42
42
<artifactId >swift-lang</artifactId >
43
- <version >0.3.8 </version >
43
+ <version >0.4.0 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >com.backelite.sonarqube</groupId >
47
47
<artifactId >objc-lang</artifactId >
48
- <version >0.3.8 </version >
48
+ <version >0.4.0 </version >
49
49
</dependency >
50
50
51
51
<dependency >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >backelite-swift</artifactId >
26
26
<groupId >com.backelite.sonarqube</groupId >
27
- <version >0.3.8 </version >
27
+ <version >0.4.0 </version >
28
28
</parent >
29
29
<modelVersion >4.0.0</modelVersion >
30
30
36
36
<dependency >
37
37
<groupId >com.backelite.sonarqube</groupId >
38
38
<artifactId >commons</artifactId >
39
- <version >0.3.8 </version >
39
+ <version >0.4.0 </version >
40
40
</dependency >
41
41
42
42
<dependency >
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Swift SonarQube Plugin - Swift module - Enables analysis of Swift and Objective-C projects into SonarQube.
3
3
* Copyright © 2015 Backelite (${email})
4
- * <p>
4
+ *
5
5
* This program is free software: you can redistribute it and/or modify
6
6
* it under the terms of the GNU Lesser General Public License as published by
7
7
* the Free Software Foundation, either version 3 of the License, or
8
8
* (at your option) any later version.
9
- * <p>
9
+ *
10
10
* This program is distributed in the hope that it will be useful,
11
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
* GNU Lesser General Public License for more details.
14
- * <p>
14
+ *
15
15
* You should have received a copy of the GNU Lesser General Public License
16
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
17
*/
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ mvn versions:set -DgenerateBackupPoms=false
You can’t perform that action at this time.
0 commit comments