Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fourls committed Aug 2, 2024
1 parent 057d9b4 commit fd541a9
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.0] - 2024-08-02

### Added

- "Correct to (correct case)" quick fix for `LowercaseKeyword`.
Expand Down Expand Up @@ -1333,7 +1335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- False-positives in 13 rules.
- Logic errors in existing "semantic analysis" that caused scan failures.

[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/integrated-application-development/sonar-delphi/compare/v1.4.0...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion delphi-checks-testkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>delphi</artifactId>
<groupId>au.com.integradev.delphi</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>delphi-checks-testkit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delphi-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>delphi-checks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delphi-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>delphi</artifactId>
<groupId>au.com.integradev.delphi</groupId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>delphi-frontend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion delphi-tokens-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>delphi-tokens-generator-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions docs/delphi-custom-rules-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>docs</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<groupId>au.com.integradev.samples</groupId>
Expand Down Expand Up @@ -48,7 +48,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.delphi.version>1.7.0</sonar.delphi.version>
<sonar.delphi.version>1.8.0</sonar.delphi.version>
<sonar.plugin.api.version>10.1.0.809</sonar.plugin.api.version>
<sonar.analyzer.commons.version>2.7.0.1482</sonar.analyzer.commons.version>
<slf4j.version>1.7.30</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>its</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>license-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<packaging>pom</packaging>
<name>SonarDelphi</name>
<description>Code Analyzer for Delphi</description>
Expand Down
2 changes: 1 addition & 1 deletion sonar-delphi-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>au.com.integradev.delphi</groupId>
<artifactId>delphi</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</parent>

<artifactId>sonar-delphi-plugin</artifactId>
Expand Down

0 comments on commit fd541a9

Please sign in to comment.