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.13.0] - 2025-02-05
11+
1012### Added
1113
1214- ** API:** ` AnonymousMethodNode::getDeclarationSection ` method.
@@ -1442,7 +1444,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14421444- False-positives in 13 rules.
14431445- Logic errors in existing "semantic analysis" that caused scan failures.
14441446
1445- [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.2...HEAD
1447+ [ Unreleased ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.13.0...HEAD
1448+ [ 1.13.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.2...v1.13.0
14461449[ 1.12.2 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.1...v1.12.2
14471450[ 1.12.1 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.0...v1.12.1
14481451[ 1.12.0 ] : https://github.com/integrated-application-development/sonar-delphi/compare/v1.11.0...v1.12.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </sonar .delphi.version>
51+ <sonar .delphi.version>1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
10+ <version >1.13.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.12.2 </version >
8+ <version >1.13.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