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.16.0] - 2025-05-09
11+
1012### Added
1113
1214- Support for MSBuild item and item metadata expressions in project files.
@@ -1582,7 +1584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15821584- False-positives in 13 rules.
15831585- Logic errors in existing "semantic analysis" that caused scan failures.
15841586
1585- [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.15.0...HEAD
1587+ [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.16.0...HEAD
1588+ [ 1.16.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.15.0...v1.16.0
15861589[ 1.15.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.14.1...v1.15.0
15871590[ 1.14.1 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.14.0...v1.14.1
15881591[ 1.14.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.13.0...v1.14.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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</sonar .delphi.version>
51+ <sonar .delphi.version>1.16 .0</sonar .delphi.version>
5252 <sonar .plugin.api.version>10.1.0.809</sonar .plugin.api.version>
5353 <sonar .analyzer.commons.version>2.13.0.3004</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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
10+ <version >1.16 .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.15 .0</version >
8+ <version >1.16 .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