[java-parent-project] branch maint-7 updated: Fix typo in Maven site config
Tom Zeller
tzeller at dragonacea.biz
Thu Apr 12 17:42:57 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=86a508554c03d3e643b1f9c665724ff0e1c3e023
The following commit(s) were added to refs/heads/maint-7 by this push:
new 86a5085 Fix typo in Maven site config
86a5085 is described below
commit 86a508554c03d3e643b1f9c665724ff0e1c3e023
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Apr 12 16:42:44 2018 -0500
Fix typo in Maven site config
Fixes 81051be80e386c22dbf8c55b0ddda3f44a9ddb4b
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7283b77..35457e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -825,7 +825,7 @@
<version>2.9</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
- <dependencyLocationEnabled>false</dependencyLocationEnabled>
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
</configuration>
<reportSets>
<reportSet>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list