Skip to content

Commit

Permalink
chore: Prepare for 1.4.2 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Mar 28, 2023
1 parent d89c90f commit 0acfbbd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to the "vscode-checkstyle" extension will be documented in t

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [1.4.2]
### Changed
- Update the default Checkstyle version to `9.3`.
### Fixed
- Does not work on VS Code start until setting.json modified. [#341](https://github.com/jdneo/vscode-checkstyle/issues/341)

## [1.4.1]
### Fixed
- Generate temp files according to the folder structure [#275](https://github.com/jdneo/vscode-checkstyle/issues/275)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
## Settings
| Setting Name | Description | Default Value |
|---|---|---|
| `java.checkstyle.version` | Specify the Checkstyle Version. | `9.3` |
| `java.checkstyle.configuration` | Specify the path of the Checkstyle configuration file. The path can either be a local file path or a URL. | `""` |
| `java.checkstyle.properties` | Specify the customized properties used in the Checkstyle configuration. | `{}` |
| `java.checkstyle.modules` | Specify the third-party modules used for Checkstyle. | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/com.shengchen.checkstyle.checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.shengchen.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>com.shengchen.checkstyle.checker</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: com.shengchen.checkstyle.runner
Bundle-SymbolicName: com.shengchen.checkstyle.runner;singleton:=true
Bundle-Version: 1.4.1
Bundle-Version: 1.4.2
Bundle-Activator: com.shengchen.checkstyle.runner.CheckstylePlugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/com.shengchen.checkstyle.runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.shengchen.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>com.shengchen.checkstyle.runner</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/com.shengchen.checkstyle.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.shengchen.checkstyle</groupId>
<artifactId>parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
</parent>
<artifactId>com.shengchen.checkstyle.target</artifactId>
<name>${base.name} :: Target Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion jdtls.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.shengchen.checkstyle</groupId>
<artifactId>parent</artifactId>
<name>${base.name} :: Parent</name>
<version>1.4.1</version>
<version>1.4.2</version>
<packaging>pom</packaging>
<properties>
<base.name>Java Checkstyle Runner</base.name>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-checkstyle",
"displayName": "Checkstyle for Java",
"description": "%description%",
"version": "1.4.1",
"version": "1.4.2",
"author": "Sheng Chen",
"publisher": "shengchen",
"license": "GNU LGPL V3.0",
Expand Down

0 comments on commit 0acfbbd

Please sign in to comment.