Skip to content

Commit

Permalink
Update after release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferstl committed Mar 5, 2022
1 parent 92e4d62 commit cfbba66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To use the plugin within your project, just add it to the `<build>` section:
<plugin>
<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>3.3.1</version>
<version>4.0.0</version>
<configuration>
...
</configuration>
Expand Down Expand Up @@ -61,7 +61,7 @@ Without defining the plugin group, you need to fully qualify the plugin on the c
mvn com.github.ferstl:depgraph-maven-plugin:graph

# Specific version
mvn com.github.ferstl:depgraph-maven-plugin:3.3.1:graph
mvn com.github.ferstl:depgraph-maven-plugin:4.0.0:graph

## Examples

Expand Down

0 comments on commit cfbba66

Please sign in to comment.