Skip to content

Commit

Permalink
Finalize 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudi Kershaw committed Sep 21, 2019
1 parent c10cf2e commit 7db1b14
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Put all your Git hooks in a directory in your project, then configure your `pom.
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.0.3</version>
<version>2.1.0</version>
<configuration>
<!-- The location of the directory you are using to store the Git hooks in your project. -->
<hooksPath>hooks-directory/</hooksPath>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>maven-plugin</packaging>

<name>Git Build Hook Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/default-test-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-configure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<configuration>
<hooksPath>hooks-path/</hooksPath>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-initialise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-install-hooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<configuration>
<preCommit>hook-to-install.sh</preCommit>
<prePush>hook-to-install.sh</prePush>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-reinstall-hooks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<configuration>
<preCommit>hook-to-install.sh</preCommit>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-reinstall-hooks/pom2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.rudikershaw.gitbuildhook</groupId>
<artifactId>git-build-hook-maven-plugin</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<configuration>
<preCommit>hook-to-reinstall.sh</preCommit>
</configuration>
Expand Down

0 comments on commit 7db1b14

Please sign in to comment.