Skip to content

Commit

Permalink
[FIX] Update Google format plugin to git-code-format-maven-plugin@2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 21, 2020
1 parent 710ce8e commit c38041f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -17,7 +17,7 @@
<properties>
<comixed.url>http://www.github.com/comixed/comixed</comixed.url>
<comixed.version>0.6.0-0</comixed.version>
<maven-git-code-format.version>1.36</maven-git-code-format.version>
<maven-git-code-format.version>2.4</maven-git-code-format.version>
</properties>
<profiles>
<profile>
Expand All @@ -33,7 +33,7 @@
<plugins>
<plugin>
<groupId>com.cosium.code</groupId>
<artifactId>maven-git-code-format</artifactId>
<artifactId>git-code-format-maven-plugin</artifactId>
<version>${maven-git-code-format.version}</version>
<executions>
<execution>
Expand Down Expand Up @@ -66,7 +66,7 @@
<plugins>
<plugin>
<groupId>com.cosium.code</groupId>
<artifactId>maven-git-code-format</artifactId>
<artifactId>git-code-format-maven-plugin</artifactId>
<version>${maven-git-code-format.version}</version>
<executions>
<execution>
Expand Down

0 comments on commit c38041f

Please sign in to comment.