Skip to content

Commit

Permalink
Merge pull request #74 from kshchepanovskyi/fix/documentation
Browse files Browse the repository at this point in the history
Fix "usage" page documentation
  • Loading branch information
hazendaz committed Sep 27, 2015
2 parents 3e277d7 + eee46be commit 10ec4b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support/src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ mvn java-formatter:format
...
<plugins>
<plugin>
<groupId>com.googlecode.maven-java-formatter-plugin</groupId>
<artifactId>maven-java-formatter-plugin</artifactId>
<version>${project.version}</version>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 10ec4b6

Please sign in to comment.