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

[isis] 15/22: ISIS-2259: renames isis-runtime to isis-core-runtime

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 87b6b5ccae7d8c624bbaf44c6653651d607eb4fa
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 12:38:47 2020 +0000

    ISIS-2259: renames isis-runtime to isis-core-runtime
---
 core/persistence/jdo/datanucleus-5/pom.xml            | 4 ++--
 core/pom.xml                                          | 4 ++--
 core/runtime-services/pom.xml                         | 4 ++--
 core/runtime/pom.xml                                  | 2 +-
 core/security/keycloak/pom.xml                        | 2 +-
 core/security/shiro/pom.xml                           | 2 +-
 core/testsupport/integtestsupport/pom.xml             | 2 +-
 core/viewers/restfulobjects/rendering/pom.xml         | 2 +-
 core/webapp/pom.xml                                   | 4 ++--
 core/webboot-springboot/pom.xml                       | 2 +-
 extensions/security/secman/encryption-jbcrypt/pom.xml | 2 +-
 extensions/security/secman/model/pom.xml              | 2 +-
 extensions/security/secman/persistence-jdo/pom.xml    | 2 +-
 extensions/security/secman/shiro-realm/pom.xml        | 2 +-
 legacy/extensions/core/applib/pom.xml                 | 2 +-
 legacy/extensions/core/commons/pom.xml                | 2 +-
 legacy/extensions/core/runtime/pom.xml                | 2 +-
 legacy/testing/mavenplugin/pom.xml                    | 2 +-
 subdomains/excel/applib/pom.xml                       | 2 +-
 subdomains/spring/applib/pom.xml                      | 2 +-
 testing/fixtures/applib/pom.xml                       | 2 +-
 testing/specsupport/applib/pom.xml                    | 2 +-
 22 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/core/persistence/jdo/datanucleus-5/pom.xml b/core/persistence/jdo/datanucleus-5/pom.xml
index afed851..335875a 100644
--- a/core/persistence/jdo/datanucleus-5/pom.xml
+++ b/core/persistence/jdo/datanucleus-5/pom.xml
@@ -77,7 +77,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 		</dependency>
 
 		<dependency>
@@ -112,7 +112,7 @@
 		
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index fd938f0..5c0e710 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -762,12 +762,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-runtime</artifactId>
+				<artifactId>isis-core-runtime</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-runtime</artifactId>
+				<artifactId>isis-core-runtime</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 2122685..f864e95 100644
--- a/core/runtime-services/pom.xml
+++ b/core/runtime-services/pom.xml
@@ -69,7 +69,7 @@
 	
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
@@ -84,7 +84,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index 92a123a..23f9ad4 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -26,7 +26,7 @@
         <version>2.0.0-M3-SNAPSHOT</version>
     </parent>
 
-    <artifactId>isis-runtime</artifactId>
+    <artifactId>isis-core-runtime</artifactId>
     <name>Apache Isis Core - Runtime</name>
 
     <properties>
diff --git a/core/security/keycloak/pom.xml b/core/security/keycloak/pom.xml
index 0bd61fe..2645fd8 100644
--- a/core/security/keycloak/pom.xml
+++ b/core/security/keycloak/pom.xml
@@ -65,7 +65,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/security/shiro/pom.xml b/core/security/shiro/pom.xml
index f86d94b..35cc18a 100644
--- a/core/security/shiro/pom.xml
+++ b/core/security/shiro/pom.xml
@@ -65,7 +65,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/testsupport/integtestsupport/pom.xml b/core/testsupport/integtestsupport/pom.xml
index 9638168..93ed072 100644
--- a/core/testsupport/integtestsupport/pom.xml
+++ b/core/testsupport/integtestsupport/pom.xml
@@ -148,7 +148,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/core/viewers/restfulobjects/rendering/pom.xml b/core/viewers/restfulobjects/rendering/pom.xml
index 24ec5f1..afa91a2 100644
--- a/core/viewers/restfulobjects/rendering/pom.xml
+++ b/core/viewers/restfulobjects/rendering/pom.xml
@@ -40,7 +40,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
diff --git a/core/webapp/pom.xml b/core/webapp/pom.xml
index 23aea59..20537cc 100644
--- a/core/webapp/pom.xml
+++ b/core/webapp/pom.xml
@@ -61,7 +61,7 @@
 	
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
         </dependency>
         
         <dependency>
@@ -102,7 +102,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/webboot-springboot/pom.xml b/core/webboot-springboot/pom.xml
index 52ebaa7..2feea78 100644
--- a/core/webboot-springboot/pom.xml
+++ b/core/webboot-springboot/pom.xml
@@ -77,7 +77,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/extensions/security/secman/encryption-jbcrypt/pom.xml b/extensions/security/secman/encryption-jbcrypt/pom.xml
index 76bdd86..4c6cca4 100644
--- a/extensions/security/secman/encryption-jbcrypt/pom.xml
+++ b/extensions/security/secman/encryption-jbcrypt/pom.xml
@@ -42,7 +42,7 @@
 	
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		
diff --git a/extensions/security/secman/model/pom.xml b/extensions/security/secman/model/pom.xml
index ef20120..a49b163 100644
--- a/extensions/security/secman/model/pom.xml
+++ b/extensions/security/secman/model/pom.xml
@@ -40,7 +40,7 @@
 	
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		
diff --git a/extensions/security/secman/persistence-jdo/pom.xml b/extensions/security/secman/persistence-jdo/pom.xml
index fa82fba..b8cd278 100644
--- a/extensions/security/secman/persistence-jdo/pom.xml
+++ b/extensions/security/secman/persistence-jdo/pom.xml
@@ -48,7 +48,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		
diff --git a/extensions/security/secman/shiro-realm/pom.xml b/extensions/security/secman/shiro-realm/pom.xml
index 85b05a9..7c83d36 100644
--- a/extensions/security/secman/shiro-realm/pom.xml
+++ b/extensions/security/secman/shiro-realm/pom.xml
@@ -47,7 +47,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 		
diff --git a/legacy/extensions/core/applib/pom.xml b/legacy/extensions/core/applib/pom.xml
index 76ace71..cff156a 100644
--- a/legacy/extensions/core/applib/pom.xml
+++ b/legacy/extensions/core/applib/pom.xml
@@ -66,7 +66,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>compile</scope>
 		</dependency>
 
diff --git a/legacy/extensions/core/commons/pom.xml b/legacy/extensions/core/commons/pom.xml
index abe18fd..68eff64 100644
--- a/legacy/extensions/core/commons/pom.xml
+++ b/legacy/extensions/core/commons/pom.xml
@@ -66,7 +66,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>compile</scope>
 		</dependency>
 
diff --git a/legacy/extensions/core/runtime/pom.xml b/legacy/extensions/core/runtime/pom.xml
index 9135bb0..0cfe884 100644
--- a/legacy/extensions/core/runtime/pom.xml
+++ b/legacy/extensions/core/runtime/pom.xml
@@ -83,7 +83,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>compile</scope>
 		</dependency>
 
diff --git a/legacy/testing/mavenplugin/pom.xml b/legacy/testing/mavenplugin/pom.xml
index 6bc2a66..dec430b 100644
--- a/legacy/testing/mavenplugin/pom.xml
+++ b/legacy/testing/mavenplugin/pom.xml
@@ -84,7 +84,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/subdomains/excel/applib/pom.xml b/subdomains/excel/applib/pom.xml
index 4c99069..bb3d869 100644
--- a/subdomains/excel/applib/pom.xml
+++ b/subdomains/excel/applib/pom.xml
@@ -35,7 +35,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
             <!-- so as not to pollute the classpath of the domain model in the IDE -->
             <optional>true</optional>
         </dependency>
diff --git a/subdomains/spring/applib/pom.xml b/subdomains/spring/applib/pom.xml
index 505dd07..ee4d123 100644
--- a/subdomains/spring/applib/pom.xml
+++ b/subdomains/spring/applib/pom.xml
@@ -37,7 +37,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 
diff --git a/testing/fixtures/applib/pom.xml b/testing/fixtures/applib/pom.xml
index 8d1d173..aaaef79 100644
--- a/testing/fixtures/applib/pom.xml
+++ b/testing/fixtures/applib/pom.xml
@@ -82,7 +82,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-runtime</artifactId>
+			<artifactId>isis-core-runtime</artifactId>
 			<scope>provided</scope>
 		</dependency>
 
diff --git a/testing/specsupport/applib/pom.xml b/testing/specsupport/applib/pom.xml
index 76a8258..94dc8ec 100644
--- a/testing/specsupport/applib/pom.xml
+++ b/testing/specsupport/applib/pom.xml
@@ -36,7 +36,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-runtime</artifactId>
+            <artifactId>isis-core-runtime</artifactId>
         </dependency>
 
 		<dependency>