Skip to content

Commit

Permalink
Prepare release 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozsie committed Nov 27, 2023
1 parent c6c896e commit 3d9a987
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See [below](#goals) how to execute after configuring.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -32,7 +32,7 @@ See [below](#goals) how to execute after configuring.
Using the above configuration Detekt will scan source files in `${basedir}/src` and output the results in `${basedir}/detekt`.

## Configuration
All parameters available to Detekt version _1.23.3.1_ can be configured in the plugin.
All parameters available to Detekt version _1.23.4_ can be configured in the plugin.

### Local rule configuration
The plugin supports local files as configuration to be passed to Detekt.
Expand All @@ -42,7 +42,7 @@ The plugin supports local files as configuration to be passed to Detekt.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -66,7 +66,7 @@ The plugin supports remote config over http and https.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -93,7 +93,7 @@ See [Detekt Marketplace](https://detekt.dev/marketplace) for list of known plugi
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -106,7 +106,7 @@ See [Detekt Marketplace](https://detekt.dev/marketplace) for list of known plugi
<dependency>
<groupId>io.gitlab.arturbosch.detekt</groupId>
<artifactId>detekt-rules-libraries</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
</dependency>
</dependencies>
</plugin>
Expand All @@ -121,7 +121,7 @@ See [Detekt Marketplace](https://detekt.dev/marketplace) for list of known plugi
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -147,7 +147,7 @@ See [Detekt documentation](https://detekt.dev/docs/introduction/reporting) for s
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -173,7 +173,7 @@ This allows the configuration be used when running goals standalone.
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<configuration>
<report>
<report>txt:reports/detekt.txt</report>
Expand Down Expand Up @@ -203,7 +203,7 @@ This will generate a baseline file for each module named as `baseline-<module-na
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<configuration>
<baseline>baseline.xml</baseline>
</configuration>
Expand Down Expand Up @@ -244,7 +244,7 @@ See [Issue #144](https://github.com/Ozsie/detekt-maven-plugin/issues/144) for an
<plugin>
<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<configuration>
<baseline>baseline.xml</baseline>
<classPath>${generated.classpath}</classPath>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.ozsie</groupId>
<artifactId>detekt-maven-plugin</artifactId>
<version>1.23.3.1</version>
<version>1.23.4</version>
<packaging>maven-plugin</packaging>

<name>detekt-maven-plugin Maven Plugin</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<detekt-maven-plugin.version>1.23.3</detekt-maven-plugin.version>
<detekt-maven-plugin.version>1.23.3.1</detekt-maven-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3d9a987

Please sign in to comment.