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:56:57 UTC

[isis] 11/22: ISIS-2259: renames isis-commons to isis-core-commons

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 44b52d66985b535c3a91a25ec847eb3b4c3d69c3
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 12:31:23 2020 +0000

    ISIS-2259: renames isis-commons to isis-core-commons
---
 core/applib/pom.xml                      | 2 +-
 core/codegen-bytebuddy/pom.xml           | 2 +-
 core/commons/pom.xml                     | 2 +-
 core/config/pom.xml                      | 2 +-
 core/detached-tests/pom.xml              | 2 +-
 core/persistence/jdo/applib/pom.xml      | 2 +-
 core/pom.xml                             | 2 +-
 core/schema/pom.xml                      | 2 +-
 core/testsupport/unittestsupport/pom.xml | 2 +-
 legacy/mappings/restclient/pom.xml       | 2 +-
 mappings/restclient/api/pom.xml          | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/applib/pom.xml b/core/applib/pom.xml
index a251ddf..a90f2cf 100644
--- a/core/applib/pom.xml
+++ b/core/applib/pom.xml
@@ -71,7 +71,7 @@
     
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-commons</artifactId>
+            <artifactId>isis-core-commons</artifactId>
             <scope>provided</scope>
         </dependency>
 
diff --git a/core/codegen-bytebuddy/pom.xml b/core/codegen-bytebuddy/pom.xml
index eb23f1e..842f53d 100644
--- a/core/codegen-bytebuddy/pom.xml
+++ b/core/codegen-bytebuddy/pom.xml
@@ -69,7 +69,7 @@
 	
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-commons</artifactId>
+			<artifactId>isis-core-commons</artifactId>
 			<scope>compile</scope>
 		</dependency>
 
diff --git a/core/commons/pom.xml b/core/commons/pom.xml
index 18f2723..61e5e00 100644
--- a/core/commons/pom.xml
+++ b/core/commons/pom.xml
@@ -20,7 +20,7 @@
 		<version>2.0.0-M3-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>isis-commons</artifactId>
+	<artifactId>isis-core-commons</artifactId>
 
 	<name>Apache Isis Core - Commons</name>
 	<description>
diff --git a/core/config/pom.xml b/core/config/pom.xml
index bd02852..c2cad98 100644
--- a/core/config/pom.xml
+++ b/core/config/pom.xml
@@ -65,7 +65,7 @@
         </dependency>
     	<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-commons</artifactId>
+            <artifactId>isis-core-commons</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index 3ead354..e9945bd 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -41,7 +41,7 @@
 		<!-- core plugin loading -->
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-commons</artifactId>
+            <artifactId>isis-core-commons</artifactId>
         </dependency>
         
         <dependency>
diff --git a/core/persistence/jdo/applib/pom.xml b/core/persistence/jdo/applib/pom.xml
index 3055ff0..1755124 100644
--- a/core/persistence/jdo/applib/pom.xml
+++ b/core/persistence/jdo/applib/pom.xml
@@ -75,7 +75,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-commons</artifactId>
+			<artifactId>isis-core-commons</artifactId>
 		</dependency>
 
 		<!-- JDO API (providing compile dependency) -->
diff --git a/core/pom.xml b/core/pom.xml
index 6ae147d..6640b71 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -689,7 +689,7 @@
 			<!-- for benefit of application developers, using scope=import, type=pom -->
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-commons</artifactId>
+				<artifactId>isis-core-commons</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
diff --git a/core/schema/pom.xml b/core/schema/pom.xml
index 39eb8da..db4083e 100644
--- a/core/schema/pom.xml
+++ b/core/schema/pom.xml
@@ -37,7 +37,7 @@
 <!--
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-commons</artifactId>
+			<artifactId>isis-core-commons</artifactId>
 		</dependency>
 -->
 		<dependency>
diff --git a/core/testsupport/unittestsupport/pom.xml b/core/testsupport/unittestsupport/pom.xml
index 723fe10..21ff876 100644
--- a/core/testsupport/unittestsupport/pom.xml
+++ b/core/testsupport/unittestsupport/pom.xml
@@ -37,7 +37,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-commons</artifactId>
+			<artifactId>isis-core-commons</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/legacy/mappings/restclient/pom.xml b/legacy/mappings/restclient/pom.xml
index 0bef4c2..acbbe46 100644
--- a/legacy/mappings/restclient/pom.xml
+++ b/legacy/mappings/restclient/pom.xml
@@ -41,7 +41,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-commons</artifactId>
+            <artifactId>isis-core-commons</artifactId>
             <scope>provided</scope>
         </dependency>
 
diff --git a/mappings/restclient/api/pom.xml b/mappings/restclient/api/pom.xml
index 1cfd872..22ac477 100644
--- a/mappings/restclient/api/pom.xml
+++ b/mappings/restclient/api/pom.xml
@@ -38,7 +38,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-commons</artifactId>
+			<artifactId>isis-core-commons</artifactId>
 			<scope>provided</scope>
 		</dependency>