You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2021/05/26 06:43:56 UTC

[syncope] branch master updated (3c13b93 -> 1947b72)

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

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git.


    from 3c13b93  Updating the docs to make it clear that SHA1 is not the default algorithm anymore for the admin password (#267)
     new bd7f30b  Upgrading maven-javadoc-plugin
     new 1947b72  Upgrading docker-maven-plugin

The 2 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:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

[syncope] 01/02: Upgrading maven-javadoc-plugin

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit bd7f30b121febbd8448322398caf8d5e01580deb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon May 24 08:46:10 2021 +0200

    Upgrading maven-javadoc-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a168fd3..b7461ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2186,7 +2186,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
         </plugin>
 
         <plugin>
@@ -2707,7 +2707,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.3.0</version>
         <configuration>
           <destDir>apidocs/3.0</destDir>
           <isOffline>false</isOffline>

[syncope] 02/02: Upgrading docker-maven-plugin

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 1947b72e957da2e6da085dadb8c2aee04f041e86
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue May 25 08:58:16 2021 +0200

    Upgrading docker-maven-plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b7461ef..d1a096b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2378,7 +2378,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.35.0</version>
+          <version>0.36.0</version>
         </plugin>
 
         <plugin>