Skip to content

Commit

Permalink
Finalize version 3.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudikershaw committed Aug 23, 2022
1 parent 5d33013 commit 6e935df
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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>3.3.0-SNAPSHOT</version>
<version>3.3.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>3.3.0-SNAPSHOT</version>
<version>3.3.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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<configuration>
<gitConfig>
<core.hooksPath>hooks-path/</core.hooksPath>
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>3.3.0-SNAPSHOT</version>
<version>3.3.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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<configuration>
<installHooks>
<pre-commit>hook-to-install.sh</pre-commit>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/test-project-invalid-hook/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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<configuration>
<installHooks>
<pre-commit-oops>hook-to-install.sh</pre-commit-oops>
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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<configuration>
<installHooks>
<pre-commit>hook-to-install.sh</pre-commit>
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>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<configuration>
<installHooks>
<pre-commit>hook-to-reinstall.sh</pre-commit>
Expand Down

0 comments on commit 6e935df

Please sign in to comment.