You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/08/13 21:44:08 UTC

[maven-scm] 01/03: [SCM-893] Upgrade Modello to 1.9.1

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git

commit 8f0f90265357714f4a6f363cf05688f3ed91747b
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Aug 13 23:24:09 2018 +0200

    [SCM-893] Upgrade Modello to 1.9.1
---
 .../maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo  | 4 ++--
 .../src/main/mdo/maven-scm-local-metadata.mdo                         | 4 ++--
 .../maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo    | 4 ++--
 .../maven-scm-provider-vss/src/main/mdo/vss-settings.mdo              | 4 ++--
 .../maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo      | 4 ++--
 .../maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo      | 4 ++--
 .../maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo      | 4 ++--
 pom.xml                                                               | 2 +-
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo b/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo
index 693df3c..0fa1cf7 100644
--- a/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo
+++ b/maven-scm-providers/maven-scm-provider-clearcase/src/main/mdo/clearcase-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/CLEARCASE/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-clearcase-${version}.xsd">
   <id>clearcase</id>
diff --git a/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo b/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo
index a98d343..04a90f5 100644
--- a/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo
+++ b/maven-scm-providers/maven-scm-provider-local/src/main/mdo/maven-scm-local-metadata.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/LOCAL/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-local-${version}.xsd">
   <id>maven-scm-local-metadata</id>
diff --git a/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo b/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo
index 49077eb..744bec7 100644
--- a/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo
+++ b/maven-scm-providers/maven-scm-provider-starteam/src/main/mdo/starteam-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/STARTEAM/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-starteam-${version}.xsd">
   <id>starteam</id>
diff --git a/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo b/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo
index 5ed37a9..264d97b 100644
--- a/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo
+++ b/maven-scm-providers/maven-scm-provider-vss/src/main/mdo/vss-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/VSS/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-vss-${version}.xsd">
   <id>vss</id>
diff --git a/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo
index d63ae52..d20f664 100644
--- a/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo
+++ b/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/mdo/cvs-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/CVS/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-cvs-${version}.xsd">
   <id>cvs</id>
diff --git a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo
index daeed6d..b95ca2f 100644
--- a/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo
+++ b/maven-scm-providers/maven-scm-providers-git/maven-scm-provider-git-commons/src/main/mdo/git-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/GIT/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/scm-git-${version}.xsd">
   <id>git-settings</id>
diff --git a/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo b/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
index 62e150f..92f7e40 100644
--- a/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
+++ b/maven-scm-providers/maven-scm-providers-svn/maven-scm-provider-svn-commons/src/main/mdo/svn-settings.mdo
@@ -19,8 +19,8 @@
   ~ under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.1.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.1.0.xsd"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/SCM/SVN/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/svn-settings-${version}.xsd">
   <id>svn-settings</id>
diff --git a/pom.xml b/pom.xml
index 64892ba..33c6622 100644
--- a/pom.xml
+++ b/pom.xml
@@ -334,7 +334,7 @@
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>1.8.2</version>
+          <version>1.9.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>