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

[isis] 17/22: ISIS-2259: renames isis-runtime-services to isis-core-runtimeservices

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

    ISIS-2259: renames isis-runtime-services to isis-core-runtimeservices
---
 core/detached-tests/pom.xml                | 2 +-
 core/persistence/jdo/datanucleus-5/pom.xml | 2 +-
 core/pom.xml                               | 4 ++--
 core/runtime-services/pom.xml              | 2 +-
 core/security/bypass/pom.xml               | 2 +-
 core/security/keycloak/pom.xml             | 2 +-
 core/security/shiro/pom.xml                | 2 +-
 core/testsupport/integtestsupport/pom.xml  | 2 +-
 core/webboot-springboot/pom.xml            | 2 +-
 legacy/testing/mavenplugin/pom.xml         | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index 1cd09e3..251c58b 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -64,7 +64,7 @@
         
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime-services</artifactId>
+			<artifactId>isis-core-runtimeservices</artifactId>
 			<scope>test</scope>
 		</dependency>
         
diff --git a/core/persistence/jdo/datanucleus-5/pom.xml b/core/persistence/jdo/datanucleus-5/pom.xml
index 335875a..55cbd9f 100644
--- a/core/persistence/jdo/datanucleus-5/pom.xml
+++ b/core/persistence/jdo/datanucleus-5/pom.xml
@@ -119,7 +119,7 @@
         
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime-services</artifactId>
+            <artifactId>isis-core-runtimeservices</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 5c0e710..0f583d0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -786,12 +786,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-runtime-services</artifactId>
+				<artifactId>isis-core-runtimeservices</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-runtime-services</artifactId>
+				<artifactId>isis-core-runtimeservices</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>test-jar</type>
 				<scope>test</scope>
diff --git a/core/runtime-services/pom.xml b/core/runtime-services/pom.xml
index f864e95..eb36738 100644
--- a/core/runtime-services/pom.xml
+++ b/core/runtime-services/pom.xml
@@ -26,7 +26,7 @@
         <version>2.0.0-M3-SNAPSHOT</version>
     </parent>
 
-    <artifactId>isis-runtime-services</artifactId>
+    <artifactId>isis-core-runtimeservices</artifactId>
     <name>Apache Isis Core - Runtime Services</name>
     <description>Introduced to keep the 'runtime' package concise. Viewers don't have dependencies on this module.</description>
 
diff --git a/core/security/bypass/pom.xml b/core/security/bypass/pom.xml
index 379151c..a8c672e 100644
--- a/core/security/bypass/pom.xml
+++ b/core/security/bypass/pom.xml
@@ -39,7 +39,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime-services</artifactId>
+            <artifactId>isis-core-runtimeservices</artifactId>
         </dependency>
         
     </dependencies>
diff --git a/core/security/keycloak/pom.xml b/core/security/keycloak/pom.xml
index 2645fd8..37ceba4 100644
--- a/core/security/keycloak/pom.xml
+++ b/core/security/keycloak/pom.xml
@@ -55,7 +55,7 @@
     
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime-services</artifactId>
+            <artifactId>isis-core-runtimeservices</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/security/shiro/pom.xml b/core/security/shiro/pom.xml
index 35cc18a..d365fb6 100644
--- a/core/security/shiro/pom.xml
+++ b/core/security/shiro/pom.xml
@@ -55,7 +55,7 @@
     
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime-services</artifactId>
+            <artifactId>isis-core-runtimeservices</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/testsupport/integtestsupport/pom.xml b/core/testsupport/integtestsupport/pom.xml
index 93ed072..f921bc5 100644
--- a/core/testsupport/integtestsupport/pom.xml
+++ b/core/testsupport/integtestsupport/pom.xml
@@ -153,7 +153,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime-services</artifactId>
+			<artifactId>isis-core-runtimeservices</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/core/webboot-springboot/pom.xml b/core/webboot-springboot/pom.xml
index 2feea78..c2403a7 100644
--- a/core/webboot-springboot/pom.xml
+++ b/core/webboot-springboot/pom.xml
@@ -65,7 +65,7 @@
 	
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime-services</artifactId>
+            <artifactId>isis-core-runtimeservices</artifactId>
         </dependency>
         
         
diff --git a/legacy/testing/mavenplugin/pom.xml b/legacy/testing/mavenplugin/pom.xml
index dec430b..26c43c1 100644
--- a/legacy/testing/mavenplugin/pom.xml
+++ b/legacy/testing/mavenplugin/pom.xml
@@ -89,7 +89,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime-services</artifactId>
+			<artifactId>isis-core-runtimeservices</artifactId>
 		</dependency>
 
 		<dependency>