You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/04/22 00:01:36 UTC

incubator-tamaya git commit: Set version of the Maven Site Plugin back to 3.4 since version 3.5.1 is not compatible with the Doxia version we need.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master fc8b8fda3 -> 9abd40ae4


Set version of the Maven Site Plugin back to 3.4 since version 3.5.1 is not compatible with the Doxia version we need.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/9abd40ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/9abd40ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/9abd40ae

Branch: refs/heads/master
Commit: 9abd40ae46f7afb0ca6d249ae400f8082595c0f0
Parents: fc8b8fd
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Apr 22 00:00:53 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Apr 22 00:00:53 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/9abd40ae/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cddc645..6da98c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@ under the License.
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.5.1</version>
+                    <version>3.4</version>
                     <inherited>true</inherited>
                     <dependencies>
                         <dependency><!-- add support for ssh/scp -->