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:58 UTC

[isis] 12/22: ISIS-2259: renames isis-config to isis-core-config

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 bd70a9c4ed7cc3f46857352b1ba7503f4a300082
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 12:32:30 2020 +0000

    ISIS-2259: renames isis-config to isis-core-config
---
 core/config/pom.xml         | 2 +-
 core/detached-tests/pom.xml | 2 +-
 core/metamodel/pom.xml      | 2 +-
 core/pom.xml                | 4 ++--
 core/security/api/pom.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/config/pom.xml b/core/config/pom.xml
index c2cad98..b670cbe 100644
--- a/core/config/pom.xml
+++ b/core/config/pom.xml
@@ -26,7 +26,7 @@
         <version>2.0.0-M3-SNAPSHOT</version>
     </parent>
 
-    <artifactId>isis-config</artifactId>
+    <artifactId>isis-core-config</artifactId>
 
     <name>Apache Isis Core - Configuration</name>
     <description>
diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index e9945bd..fef19f6 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -46,7 +46,7 @@
         
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-config</artifactId>
+            <artifactId>isis-core-config</artifactId>
         </dependency>
         
         <dependency>
diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml
index 8cf9a09..9e68991 100644
--- a/core/metamodel/pom.xml
+++ b/core/metamodel/pom.xml
@@ -71,7 +71,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-config</artifactId>
+            <artifactId>isis-core-config</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 6640b71..bc848c2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -720,14 +720,14 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-config</artifactId>
+				<artifactId>isis-core-config</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>jar</type>
 				<scope>compile</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-config</artifactId>
+				<artifactId>isis-core-config</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>test-jar</type>
 				<scope>test</scope>
diff --git a/core/security/api/pom.xml b/core/security/api/pom.xml
index ca0a5ea..b6c28a6 100644
--- a/core/security/api/pom.xml
+++ b/core/security/api/pom.xml
@@ -42,7 +42,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-config</artifactId>
+            <artifactId>isis-core-config</artifactId>
         </dependency>
 
         <!-- TEST DEPENDENCIES -->