Skip to content

Commit 868d71e

Browse files
committed
Release v1.1.0
1 parent 0f0494d commit 868d71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The example with *pre-commit* and *pre-push* hooks configured, will look like th
1919
<plugin>
2020
<groupId>io.github.pepperkit</groupId>
2121
<artifactId>git-hooks-maven-plugin</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
<executions>
2424
<!-- It will automatically trigger `init` goal at each initialize project maven phase. -->
2525
<execution>
@@ -31,7 +31,7 @@ The example with *pre-commit* and *pre-push* hooks configured, will look like th
3131
<configuration>
3232
<hooks>
3333
<pre-commit>mvn -B checkstyle:checkstyle</pre-commit>
34-
<pre-push>mvn -B clean compile && mvn -B test</pre-push>
34+
<pre-push>mvn -B test</pre-push>
3535
</hooks>
3636
</configuration>
3737
</plugin>

0 commit comments

Comments
 (0)