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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6a4f23a  Prepare 4.2.M1 release: fix xsi namespace in pom.xml
6a4f23a is described below

commit 6a4f23ac655402f7e41c14f74e6180d8df26b191
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Tue Mar 24 10:13:00 2020 +0300

    Prepare 4.2.M1 release: fix xsi namespace in pom.xml
---
 build-tools/cayenne-checkers/pom.xml       | 2 +-
 build-tools/cayenne-legal/pom.xml          | 2 +-
 build-tools/cayenne-test-utilities/pom.xml | 2 +-
 cayenne-ant/pom.xml                        | 2 +-
 pom.xml                                    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build-tools/cayenne-checkers/pom.xml 
b/build-tools/cayenne-checkers/pom.xml
index 226118f..f2514aa 100644
--- a/build-tools/cayenne-checkers/pom.xml
+++ b/build-tools/cayenne-checkers/pom.xml
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations
   under the License.
   -->
-<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.cayenne.build-tools</groupId>
diff --git a/build-tools/cayenne-legal/pom.xml 
b/build-tools/cayenne-legal/pom.xml
index 8fc3f19..55628b6 100644
--- a/build-tools/cayenne-legal/pom.xml
+++ b/build-tools/cayenne-legal/pom.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/build-tools/cayenne-test-utilities/pom.xml 
b/build-tools/cayenne-test-utilities/pom.xml
index ffb09bb..726890e 100644
--- a/build-tools/cayenne-test-utilities/pom.xml
+++ b/build-tools/cayenne-test-utilities/pom.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
 
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index c06f6a5..36c11ee 100644
--- a/cayenne-ant/pom.xml
+++ b/cayenne-ant/pom.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
 
        <parent>
                <artifactId>cayenne-parent</artifactId>
diff --git a/pom.xml b/pom.xml
index 16e458d..068619a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
        specific language governing permissions and limitations
        under the License.   
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="https://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd";>
 
        <modelVersion>4.0.0</modelVersion>
        <artifactId>cayenne-parent</artifactId>

Reply via email to