Skip to content

Commit 10501e0

Browse files
committed
Release v1.11.0
1 parent 4345241 commit 10501e0

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.11.0] - 2024-11-04
11+
1012
### Added
1113

1214
- `MissingRaise` analysis rule, which flags exception constructions for which `raise` has been omitted.
@@ -1392,7 +1394,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13921394
- False-positives in 13 rules.
13931395
- Logic errors in existing "semantic analysis" that caused scan failures.
13941396

1395-
[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.10.0...HEAD
1397+
[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.11.0...HEAD
1398+
[1.11.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.10.0...v1.11.0
13961399
[1.10.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.9.0...v1.10.0
13971400
[1.9.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.8.0...v1.9.0
13981401
[1.8.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.7.0...v1.8.0

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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</sonar.delphi.version>
51+
<sonar.delphi.version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
10+
<version>1.11.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.10.0</version>
8+
<version>1.11.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.10.0</version>
10+
<version>1.11.0</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)