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 15:22:16 UTC

[isis] 02/21: ISIS-2259: revert, renames isis-core-schema back to isis-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 bfd3bf47b00ccef4245bd2fb615d1a40cca866f0
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 12:59:35 2020 +0000

    ISIS-2259: revert, renames isis-core-schema back to isis-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 4964ca3..6072156 100644
--- a/core/applib/pom.xml
+++ b/core/applib/pom.xml
@@ -77,7 +77,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-core-schema</artifactId>
+            <artifactId>isis-schema</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/pom.xml b/core/pom.xml
index ad9c4b7..d5896f5 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -734,14 +734,14 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-core-schema</artifactId>
+				<artifactId>isis-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-core-schema</artifactId>
+				<artifactId>isis-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 5d03ca0..db4083e 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-core-schema</artifactId>
+	<artifactId>isis-schema</artifactId>
 
 	<packaging>jar</packaging>
 	<name>Apache Isis Core - Schemas</name>
diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 9af814b..5c316ce 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -72,7 +72,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-core-schema</artifactId>
+			<artifactId>isis-schema</artifactId>
 			<!--
             excluded to make consistent with JDK11 where these have been removed from the JDK and must be explicitly included.
             -->