File tree 11 files changed +15
-12
lines changed
delphi-tokens-generator-maven-plugin
delphi-custom-rules-example
11 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.0] - 2024-02-02
11
+
10
12
### Added
11
13
12
14
- Support for on-demand plugin downloading, which is being
@@ -1155,7 +1157,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1155
1157
- False-positives in 13 rules.
1156
1158
- Logic errors in existing "semantic analysis" that caused scan failures.
1157
1159
1158
- [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.1.0...HEAD
1160
+ [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.2.0...HEAD
1161
+ [ 1.2.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.1.0...v1.2.0
1159
1162
[ 1.1.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.0.0...v1.1.0
1160
1163
[ 1.0.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v0.40.0...v1.0.0
1161
1164
[ 0.40.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v0.39.1...v0.40.0
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >delphi</artifactId >
9
9
<groupId >au.com.integradev.delphi</groupId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-checks-testkit</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-checks</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >delphi</artifactId >
9
9
<groupId >au.com.integradev.delphi</groupId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-frontend</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >delphi-tokens-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >docs</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<groupId >au.com.integradev.samples</groupId >
48
48
49
49
<properties >
50
50
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51
- <sonar .delphi.version>1.1 .0</sonar .delphi.version>
51
+ <sonar .delphi.version>1.2 .0</sonar .delphi.version>
52
52
<sonar .plugin.api.version>10.1.0.809</sonar .plugin.api.version>
53
53
<sonar .analyzer.commons.version>2.7.0.1482</sonar .analyzer.commons.version>
54
54
<slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >docs</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >its</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >license-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >au.com.integradev.delphi</groupId >
7
7
<artifactId >delphi</artifactId >
8
- <version >1.1 .0</version >
8
+ <version >1.2 .0</version >
9
9
<packaging >pom</packaging >
10
10
<name >SonarDelphi</name >
11
11
<description >Code Analyzer for Delphi</description >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >au.com.integradev.delphi</groupId >
9
9
<artifactId >delphi</artifactId >
10
- <version >1.1 .0</version >
10
+ <version >1.2 .0</version >
11
11
</parent >
12
12
13
13
<artifactId >sonar-delphi-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments