You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2018/07/09 19:17:49 UTC

directory-fortress-core git commit: remove version from mvn site plug, it breaks that operation.

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 3a035a1dd -> 3acd9ea63


remove version from mvn site plug, it breaks that operation.


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/3acd9ea6
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/3acd9ea6
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/3acd9ea6

Branch: refs/heads/master
Commit: 3acd9ea637dbf4506fb55ec2751faa57c0569e30
Parents: 3a035a1
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Jul 8 00:06:18 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Jul 8 00:06:18 2018 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/3acd9ea6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e1bea80..f8e4432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,7 +504,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.6</version>
+          <!-- Don't place a version here, 'mvn site' won't work during release. -->
         </plugin>
 
         <!-- Fires on 'mvn -Dtest=ClassName' where ClassName is junit test class name -->