We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a66bd commit a12994eCopy full SHA for a12994e
2 files changed
README.md
@@ -15,7 +15,7 @@ Add this to your `.pre-commit-config.yaml`
15
```yaml
16
repos:
17
- repo: https://github.com/ejba/pre-commit-maven
18
- rev: v0.3.2
+ rev: v0.3.3
19
hooks:
20
- id: maven
21
args: ['clean compile']
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pre-commit-maven"
3
-version = "v0.3.2"
+version = "v0.3.3"
4
5
[build-system]
6
requires = ["setuptools >= 40.6.0", "wheel"]
0 commit comments