You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/04/13 20:32:13 UTC

[maven-fluido-skin] branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.9.0 updated (299ba60 -> cbed65f)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.9.0
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git.


 discard 299ba60  Bump maven-site-plugin from 3.8.2 to 3.9.0
     add 7982cd8  maven-minify-plugin -> minify-maven-plugin
     add aabf094  added README
     add dda45e9  [maven-release-plugin] prepare release maven-fluido-skin-1.9
     add 80b0b0e  [maven-release-plugin] prepare for next development iteration
     new cbed65f  Bump maven-site-plugin from 3.8.2 to 3.9.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (299ba60)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.9.0 (cbed65f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml | 25 ++++++++++++++++
 README.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pom.xml   |  6 ++--
 3 files changed, 125 insertions(+), 3 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 README.md


[maven-fluido-skin] 01/01: Bump maven-site-plugin from 3.8.2 to 3.9.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.9.0
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit cbed65f6661080fdb8db5f592dcabeb6b9d3c966
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Wed Mar 11 04:20:53 2020 +0000

    Bump maven-site-plugin from 3.8.2 to 3.9.0
    
    Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.8.2 to 3.9.0.
    - [Release notes](https://github.com/apache/maven-site-plugin/releases)
    - [Commits](https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.8.2...maven-site-plugin-3.9.0)
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cc85073..b7757d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@ under the License.
   <properties>
     <bootstrap.version>2.3.2</bootstrap.version>
     <jquery.version>1.11.2</jquery.version>
-    <sitePluginVersion>3.8.2</sitePluginVersion>
+    <sitePluginVersion>3.9.0</sitePluginVersion>
   </properties>
 
   <repositories>