Skip to content

Commit bfec96d

Browse files
committed
Release v1.0.0
1 parent 52f4eb9 commit bfec96d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.pepperkit</groupId>
88
<artifactId>git-hooks-maven-plugin</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<packaging>maven-plugin</packaging>
1111
<name>Git Hooks Maven Plugin</name>
1212
<description>Maven plugin, which enables control on git hooks via easy configuration.</description>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>io.github.pepperkit</groupId>
323323
<artifactId>git-hooks-maven-plugin</artifactId>
324-
<version>0.9.0-SNAPSHOT</version>
324+
<version>1.0.0</version>
325325
<configuration>
326326
<hooks>
327327
<pre-commit>mvn -B checkstyle:checkstyle</pre-commit>

src/system-test/resources/no_hooks-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>io.github.pepperkit</groupId>
3333
<artifactId>git-hooks-maven-plugin</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
34+
<version>1.0.0</version>
3535
</plugin>
3636
</plugins>
3737
</build>

src/system-test/resources/pre_commit_push_hooks-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>io.github.pepperkit</groupId>
3333
<artifactId>git-hooks-maven-plugin</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
34+
<version>1.0.0</version>
3535

3636
<configuration>
3737
<hooks>

0 commit comments

Comments
 (0)