Skip to content

Commit 5afe4aa

Browse files
committed
Release v1.14.0
1 parent 05188be commit 5afe4aa

File tree

11 files changed

+15
-12
lines changed

11 files changed

+15
-12
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff 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.14.0] - 2025-03-03
11+
1012
### Added
1113

1214
- `RedundantJump` analysis rule, which flags redundant jump statements, e.g., `Continue`, `Exit`.
@@ -1459,7 +1461,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14591461
- False-positives in 13 rules.
14601462
- Logic errors in existing "semantic analysis" that caused scan failures.
14611463

1462-
[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.13.0...HEAD
1464+
[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.14.0...HEAD
1465+
[1.14.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.13.0...v1.14.0
14631466
[1.13.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.2...v1.13.0
14641467
[1.12.2]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.1...v1.12.2
14651468
[1.12.1]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.12.0...v1.12.1

delphi-checks-testkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>delphi</artifactId>
99
<groupId>au.com.integradev.delphi</groupId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>delphi-checks-testkit</artifactId>

delphi-checks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>delphi-checks</artifactId>

delphi-frontend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>delphi</artifactId>
99
<groupId>au.com.integradev.delphi</groupId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>delphi-frontend</artifactId>

delphi-tokens-generator-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>delphi-tokens-generator-maven-plugin</artifactId>

docs/delphi-custom-rules-example/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>docs</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<groupId>au.com.integradev.samples</groupId>
@@ -48,7 +48,7 @@
4848

4949
<properties>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
51-
<sonar.delphi.version>1.13.0</sonar.delphi.version>
51+
<sonar.delphi.version>1.14.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>

docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>docs</artifactId>

its/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>its</artifactId>

license-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>license-maven-plugin</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>au.com.integradev.delphi</groupId>
77
<artifactId>delphi</artifactId>
8-
<version>1.13.0</version>
8+
<version>1.14.0</version>
99
<packaging>pom</packaging>
1010
<name>SonarDelphi</name>
1111
<description>Code Analyzer for Delphi</description>

sonar-delphi-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>au.com.integradev.delphi</groupId>
99
<artifactId>delphi</artifactId>
10-
<version>1.13.0</version>
10+
<version>1.14.0</version>
1111
</parent>
1212

1313
<artifactId>sonar-delphi-plugin</artifactId>

0 commit comments

Comments
 (0)