File tree Expand file tree Collapse file tree 11 files changed +15
-12
lines changed
delphi-tokens-generator-maven-plugin
delphi-custom-rules-example Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
10+ ## [ 1.3.0] - 2024-03-01
11+
1012### Added
1113
1214- Support for multiline string literals.
@@ -1182,7 +1184,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11821184- False-positives in 13 rules.
11831185- Logic errors in existing "semantic analysis" that caused scan failures.
11841186
1185- [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.2.0...HEAD
1187+ [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.3.0...HEAD
1188+ [ 1.3.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.2.0...v1.3.0
11861189[ 1.2.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.1.0...v1.2.0
11871190[ 1.1.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.0.0...v1.1.0
11881191[ 1.0.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v0.40.0...v1.0.0
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >delphi</artifactId >
99 <groupId >au.com.integradev.delphi</groupId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >delphi-checks-testkit</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >delphi</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >delphi-checks</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >delphi</artifactId >
99 <groupId >au.com.integradev.delphi</groupId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >delphi-frontend</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >delphi</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >delphi-tokens-generator-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >docs</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <groupId >au.com.integradev.samples</groupId >
4848
4949 <properties >
5050 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
51- <sonar .delphi.version>1.2 .0</sonar .delphi.version>
51+ <sonar .delphi.version>1.3 .0</sonar .delphi.version>
5252 <sonar .plugin.api.version>10.1.0.809</sonar .plugin.api.version>
5353 <sonar .analyzer.commons.version>2.7.0.1482</sonar .analyzer.commons.version>
5454 <slf4j .version>1.7.30</slf4j .version>
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >delphi</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >docs</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >delphi</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >its</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >au.com.integradev.delphi</groupId >
99 <artifactId >delphi</artifactId >
10- <version >1.2 .0</version >
10+ <version >1.3 .0</version >
1111 </parent >
1212
1313 <artifactId >license-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >au.com.integradev.delphi</groupId >
77 <artifactId >delphi</artifactId >
8- <version >1.2 .0</version >
8+ <version >1.3 .0</version >
99 <packaging >pom</packaging >
1010 <name >SonarDelphi</name >
1111 <description >Code Analyzer for Delphi</description >
You can’t perform that action at this time.
0 commit comments