diff --git a/README.md b/README.md index b32de308..2127c12a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To use the plugin within your project, just add it to the `` section: com.github.ferstl depgraph-maven-plugin - 3.3.1 + 4.0.0 ... @@ -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