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 2018/01/23 07:20:47 UTC

[struts-archetypes] branch master updated (ff5299f -> ed21791)

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-archetypes.git.


    from ff5299f  WW-4816 Uses the latest Struts version
     new 0a3ef29  Supports Struts 2.5.14.1
     new 57c5b45  [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_14
     new ed8a426  [maven-release-plugin] rollback the release of STRUTS_ARCHETYPES_2_5_14
     new ed21791  Uses proper urls for SCM

The 4 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.

[struts-archetypes] 01/04: Supports Struts 2.5.14.1

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-archetypes.git

commit 0a3ef298c539e6cb683e587d8b4aa68de9ce49d0
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jan 23 08:17:15 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 8277da1..8de9c4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <supported.struts2.version>2.5.12</supported.struts2.version>
+        <supported.struts2.version>2.5.14.1</supported.struts2.version>
     </properties>
 
     <build>

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.

[struts-archetypes] 03/04: [maven-release-plugin] rollback the release of STRUTS_ARCHETYPES_2_5_14

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-archetypes.git

commit ed8a426a04ed29b280611b8f7a4893d21262b46b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jan 23 08:18:50 2018 +0100

    [maven-release-plugin] rollback the release of STRUTS_ARCHETYPES_2_5_14
---
 pom.xml                              | 9 +++++----
 struts2-archetype-angularjs/pom.xml  | 2 +-
 struts2-archetype-blank/pom.xml      | 5 +++--
 struts2-archetype-convention/pom.xml | 5 +++--
 struts2-archetype-dbportlet/pom.xml  | 5 +++--
 struts2-archetype-plugin/pom.xml     | 5 +++--
 struts2-archetype-portlet/pom.xml    | 5 +++--
 struts2-archetype-starter/pom.xml    | 5 +++--
 8 files changed, 24 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index be7925f..8de9c4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,8 @@
  * under the License.
  */
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts</groupId>
@@ -30,7 +31,7 @@
     </parent>
 
     <artifactId>struts-archetypes</artifactId>
-    <version>2.5.14</version>
+    <version>2.5.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Struts 2 Maven Archetypes</name>
 
@@ -38,7 +39,7 @@
         <connection>scm:git:git://git.apache.org/struts-archetypes.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-archetypes.git</developerConnection>
         <url>http://git.apache.org/struts-archetypes.git</url>
-        <tag>STRUTS_ARCHETYPES_2_5_14</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <issueManagement>
@@ -64,7 +65,7 @@
             <name>The Apache Software License, Version 2.0</name>
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
-            <comments />
+            <comments/>
         </license>
     </licenses>
 
diff --git a/struts2-archetype-angularjs/pom.xml b/struts2-archetype-angularjs/pom.xml
index 9c84b4e..caeb0e8 100644
--- a/struts2-archetype-angularjs/pom.xml
+++ b/struts2-archetype-angularjs/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index d018321..b017964 100644
--- a/struts2-archetype-blank/pom.xml
+++ b/struts2-archetype-blank/pom.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-convention/pom.xml b/struts2-archetype-convention/pom.xml
index a27de87..03230e3 100644
--- a/struts2-archetype-convention/pom.xml
+++ b/struts2-archetype-convention/pom.xml
@@ -1,8 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-dbportlet/pom.xml b/struts2-archetype-dbportlet/pom.xml
index afee0ac..7d2fe2f 100644
--- a/struts2-archetype-dbportlet/pom.xml
+++ b/struts2-archetype-dbportlet/pom.xml
@@ -1,8 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-plugin/pom.xml b/struts2-archetype-plugin/pom.xml
index 254ba14..ced1574 100644
--- a/struts2-archetype-plugin/pom.xml
+++ b/struts2-archetype-plugin/pom.xml
@@ -1,8 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index 4c6571c..412f581 100644
--- a/struts2-archetype-portlet/pom.xml
+++ b/struts2-archetype-portlet/pom.xml
@@ -1,8 +1,9 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-starter/pom.xml b/struts2-archetype-starter/pom.xml
index 8baf700..6adc2a2 100644
--- a/struts2-archetype-starter/pom.xml
+++ b/struts2-archetype-starter/pom.xml
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.14</version>
+        <version>2.5.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.

[struts-archetypes] 02/04: [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_14

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-archetypes.git

commit 57c5b45ce23e133d4a919525e5a8275abb878771
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jan 23 08:18:18 2018 +0100

    [maven-release-plugin] prepare release STRUTS_ARCHETYPES_2_5_14
---
 pom.xml                              | 9 ++++-----
 struts2-archetype-angularjs/pom.xml  | 2 +-
 struts2-archetype-blank/pom.xml      | 5 ++---
 struts2-archetype-convention/pom.xml | 5 ++---
 struts2-archetype-dbportlet/pom.xml  | 5 ++---
 struts2-archetype-plugin/pom.xml     | 5 ++---
 struts2-archetype-portlet/pom.xml    | 5 ++---
 struts2-archetype-starter/pom.xml    | 5 ++---
 8 files changed, 17 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8de9c4f..be7925f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,7 @@
  * under the License.
  */
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.struts</groupId>
@@ -31,7 +30,7 @@
     </parent>
 
     <artifactId>struts-archetypes</artifactId>
-    <version>2.5.6-SNAPSHOT</version>
+    <version>2.5.14</version>
     <packaging>pom</packaging>
     <name>Struts 2 Maven Archetypes</name>
 
@@ -39,7 +38,7 @@
         <connection>scm:git:git://git.apache.org/struts-archetypes.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-archetypes.git</developerConnection>
         <url>http://git.apache.org/struts-archetypes.git</url>
-        <tag>HEAD</tag>
+        <tag>STRUTS_ARCHETYPES_2_5_14</tag>
     </scm>
 
     <issueManagement>
@@ -65,7 +64,7 @@
             <name>The Apache Software License, Version 2.0</name>
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
-            <comments/>
+            <comments />
         </license>
     </licenses>
 
diff --git a/struts2-archetype-angularjs/pom.xml b/struts2-archetype-angularjs/pom.xml
index caeb0e8..9c84b4e 100644
--- a/struts2-archetype-angularjs/pom.xml
+++ b/struts2-archetype-angularjs/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-blank/pom.xml b/struts2-archetype-blank/pom.xml
index b017964..d018321 100644
--- a/struts2-archetype-blank/pom.xml
+++ b/struts2-archetype-blank/pom.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-convention/pom.xml b/struts2-archetype-convention/pom.xml
index 03230e3..a27de87 100644
--- a/struts2-archetype-convention/pom.xml
+++ b/struts2-archetype-convention/pom.xml
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-dbportlet/pom.xml b/struts2-archetype-dbportlet/pom.xml
index 7d2fe2f..afee0ac 100644
--- a/struts2-archetype-dbportlet/pom.xml
+++ b/struts2-archetype-dbportlet/pom.xml
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-plugin/pom.xml b/struts2-archetype-plugin/pom.xml
index ced1574..254ba14 100644
--- a/struts2-archetype-plugin/pom.xml
+++ b/struts2-archetype-plugin/pom.xml
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-portlet/pom.xml b/struts2-archetype-portlet/pom.xml
index 412f581..4c6571c 100644
--- a/struts2-archetype-portlet/pom.xml
+++ b/struts2-archetype-portlet/pom.xml
@@ -1,9 +1,8 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
diff --git a/struts2-archetype-starter/pom.xml b/struts2-archetype-starter/pom.xml
index 6adc2a2..8baf700 100644
--- a/struts2-archetype-starter/pom.xml
+++ b/struts2-archetype-starter/pom.xml
@@ -1,11 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.struts</groupId>
         <artifactId>struts-archetypes</artifactId>
-        <version>2.5.6-SNAPSHOT</version>
+        <version>2.5.14</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.

[struts-archetypes] 04/04: Uses proper urls for SCM

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-archetypes.git

commit ed21791ce109bccdf6db2eb599f01ba835250d0b
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Tue Jan 23 08:20:39 2018 +0100

    Uses proper urls for SCM
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8de9c4f..3e4a855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,9 +36,9 @@
     <name>Struts 2 Maven Archetypes</name>
 
     <scm>
-        <connection>scm:git:git://git.apache.org/struts-archetypes.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/struts-archetypes.git</developerConnection>
-        <url>http://git.apache.org/struts-archetypes.git</url>
+        <connection>scm:git:https://gitbox.apache.org/struts-archetypes.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/struts-archetypes.git</developerConnection>
+        <url>https://github.com/apache/struts-archetypes.git</url>
         <tag>HEAD</tag>
     </scm>
 

-- 
To stop receiving notification emails like this one, please contact
lukaszlenart@apache.org.