You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/01/10 12:57:04 UTC

[isis] 18/22: ISIS-2259: renames isis-schema to isis-core-schema

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

danhaywood pushed a commit to branch ISIS-2259
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 35ba5375903f3eb7b67f586e9bf2808ff8cd30b4
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 12:44:47 2020 +0000

    ISIS-2259: renames isis-schema to isis-core-schema
---
 core/applib/pom.xml      | 2 +-
 core/pom.xml             | 4 ++--
 core/schema/pom.xml      | 2 +-
 mavendeps/webapp/pom.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/applib/pom.xml b/core/applib/pom.xml
index a90f2cf..dd06976 100644
--- a/core/applib/pom.xml
+++ b/core/applib/pom.xml
@@ -77,7 +77,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-schema</artifactId>
+            <artifactId>isis-core-schema</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 0f583d0..d5728fc 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -734,14 +734,14 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-schema</artifactId>
+				<artifactId>isis-core-schema</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>jar</type>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-schema</artifactId>
+				<artifactId>isis-core-schema</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>test-jar</type>
 				<scope>test</scope>
diff --git a/core/schema/pom.xml b/core/schema/pom.xml
index db4083e..5d03ca0 100644
--- a/core/schema/pom.xml
+++ b/core/schema/pom.xml
@@ -20,7 +20,7 @@
 		<version>2.0.0-M3-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>isis-schema</artifactId>
+	<artifactId>isis-core-schema</artifactId>
 
 	<packaging>jar</packaging>
 	<name>Apache Isis Core - Schemas</name>
diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 3c90ea5..1df1c12 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -72,7 +72,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-schema</artifactId>
+			<artifactId>isis-core-schema</artifactId>
 			<!--
             excluded to make consistent with JDK11 where these have been removed from the JDK and must be explicitly included.
             -->