Skip to content

Commit

Permalink
Downgrade maven plugins (problem to generate pictures with umlgraph)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandenbroucke committed Dec 16, 2018
1 parent f16bf3b commit 31deb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -371,7 +371,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<version>2.9</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 31deb6b

Please sign in to comment.