You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/11/11 08:16:50 UTC

[struts] branch master updated (025aba9 -> 47a4a57)

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

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


    from 025aba9  WW-4851 upgrade Log4j2 to version 2.9.1
     new b91d3ca  Adds schema to have a proper URL
     new 47a4a57  Adds proper url to Sonar host

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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].

[struts] 01/02: Adds schema to have a proper URL

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

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

commit b91d3caa47607b9069db134f3977283428d5f530
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Nov 10 10:17:25 2017 +0100

    Adds schema to have a proper URL
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 64a7095..124c73f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
 
     <ciManagement>
         <system>Jenkins</system>
-        <url>builds.apache.org/view/S-Z/view/Struts/</url>
+        <url>https://builds.apache.org/view/S-Z/view/Struts/</url>
         <notifiers>
             <notifier>
                 <type>mail</type>

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.

[struts] 02/02: Adds proper url to Sonar host

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

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

commit 47a4a57d2d7fc4d5ab1765f6bd31bf1b0f0d583c
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Nov 10 10:21:19 2017 +0100

    Adds proper url to Sonar host
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 124c73f..50fbf27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,9 @@
 
         <!-- Site generation -->
         <fluido-skin.version>1.6</fluido-skin.version>
+
+        <!-- Sonar -->
+        <sonar.host.url>https://builds.apache.org/analysis/</sonar.host.url>
     </properties>
 
     <profiles>

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.