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

[isis] 11/21: ISIS-2259: renames isis-unittestsupport to isis-core-unittestsupport

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 ad03851391cb2d6c1ac04dc28d05ae5a1ac49c73
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 10 13:52:35 2020 +0000

    ISIS-2259: renames isis-unittestsupport to isis-core-unittestsupport
---
 api/applib/pom.xml                                   | 2 +-
 core/config/pom.xml                                  | 2 +-
 core/metamodel/pom.xml                               | 2 +-
 core/pom.xml                                         | 4 ++--
 core/runtime/pom.xml                                 | 2 +-
 core/runtimeservices/pom.xml                         | 2 +-
 core/testsupport/unittestsupport/pom.xml             | 2 +-
 core/viewers/restfulobjects/applib/pom.xml           | 2 +-
 core/viewers/restfulobjects/jaxrs-resteasy-4/pom.xml | 2 +-
 core/viewers/restfulobjects/rendering/pom.xml        | 2 +-
 core/viewers/restfulobjects/viewer/pom.xml           | 2 +-
 core/viewers/wicket/model/pom.xml                    | 2 +-
 core/viewers/wicket/ui/pom.xml                       | 2 +-
 core/viewers/wicket/viewer/pom.xml                   | 2 +-
 core/webapp/pom.xml                                  | 2 +-
 core/webboot-springboot/pom.xml                      | 2 +-
 extensions/security/shiro-realm-ldap/impl/pom.xml    | 2 +-
 legacy/extensions/core/applib/pom.xml                | 2 +-
 legacy/extensions/core/commons/pom.xml               | 2 +-
 legacy/extensions/core/metamodel/pom.xml             | 2 +-
 legacy/extensions/core/runtime/pom.xml               | 2 +-
 legacy/mappings/restclient/pom.xml                   | 2 +-
 legacy/testing/mavenplugin/pom.xml                   | 2 +-
 mavendeps/testing/pom.xml                            | 2 +-
 persistence/jdo/datanucleus-5/pom.xml                | 2 +-
 security/keycloak/pom.xml                            | 2 +-
 security/shiro/pom.xml                               | 2 +-
 subdomains/base/applib/pom.xml                       | 2 +-
 subdomains/excel/applib/pom.xml                      | 2 +-
 subdomains/excel/integtests/pom.xml                  | 2 +-
 subdomains/xdocreport/applib/pom.xml                 | 2 +-
 testing/fakedata/applib/pom.xml                      | 2 +-
 testing/fakedata/integtests/pom.xml                  | 2 +-
 testing/specsupport/applib/pom.xml                   | 2 +-
 testing/unittestsupport/applib/pom.xml               | 2 +-
 35 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/api/applib/pom.xml b/api/applib/pom.xml
index 9d1c6f4..66e1058 100644
--- a/api/applib/pom.xml
+++ b/api/applib/pom.xml
@@ -100,7 +100,7 @@
         <!-- TESTS -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/config/pom.xml b/core/config/pom.xml
index c0e9316..905ca19 100644
--- a/core/config/pom.xml
+++ b/core/config/pom.xml
@@ -83,7 +83,7 @@
         <!-- TESTS -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/metamodel/pom.xml b/core/metamodel/pom.xml
index aa2926d..deca218 100644
--- a/core/metamodel/pom.xml
+++ b/core/metamodel/pom.xml
@@ -112,7 +112,7 @@
 <!--
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 -->
diff --git a/core/pom.xml b/core/pom.xml
index 09b798c..d75ac69 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -694,12 +694,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-unittestsupport</artifactId>
+				<artifactId>isis-core-unittestsupport</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-unittestsupport</artifactId>
+				<artifactId>isis-core-unittestsupport</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>test-jar</type>
 				<scope>test</scope>
diff --git a/core/runtime/pom.xml b/core/runtime/pom.xml
index 7e4f6eb..823b1ec 100644
--- a/core/runtime/pom.xml
+++ b/core/runtime/pom.xml
@@ -69,7 +69,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/runtimeservices/pom.xml b/core/runtimeservices/pom.xml
index eb36738..eeecb1a 100644
--- a/core/runtimeservices/pom.xml
+++ b/core/runtimeservices/pom.xml
@@ -78,7 +78,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/testsupport/unittestsupport/pom.xml b/core/testsupport/unittestsupport/pom.xml
index 21ff876..0b3a287 100644
--- a/core/testsupport/unittestsupport/pom.xml
+++ b/core/testsupport/unittestsupport/pom.xml
@@ -21,7 +21,7 @@
 		<relativePath>../../pom.xml</relativePath>
 	</parent>
 
-	<artifactId>isis-unittestsupport</artifactId>
+	<artifactId>isis-core-unittestsupport</artifactId>
 	<name>Apache Isis Core - Unit Test Support</name>
 
 	<properties>
diff --git a/core/viewers/restfulobjects/applib/pom.xml b/core/viewers/restfulobjects/applib/pom.xml
index 137d1f2..052d61c 100644
--- a/core/viewers/restfulobjects/applib/pom.xml
+++ b/core/viewers/restfulobjects/applib/pom.xml
@@ -55,7 +55,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/viewers/restfulobjects/jaxrs-resteasy-4/pom.xml b/core/viewers/restfulobjects/jaxrs-resteasy-4/pom.xml
index 4bedb31..6958bd5 100644
--- a/core/viewers/restfulobjects/jaxrs-resteasy-4/pom.xml
+++ b/core/viewers/restfulobjects/jaxrs-resteasy-4/pom.xml
@@ -95,7 +95,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 		</dependency>
 
diff --git a/core/viewers/restfulobjects/rendering/pom.xml b/core/viewers/restfulobjects/rendering/pom.xml
index c803a7a..3e9911d 100644
--- a/core/viewers/restfulobjects/rendering/pom.xml
+++ b/core/viewers/restfulobjects/rendering/pom.xml
@@ -49,7 +49,7 @@
         <!-- TEST DEPENDENCIES -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/viewers/restfulobjects/viewer/pom.xml b/core/viewers/restfulobjects/viewer/pom.xml
index 13a2bcf..6785000 100644
--- a/core/viewers/restfulobjects/viewer/pom.xml
+++ b/core/viewers/restfulobjects/viewer/pom.xml
@@ -72,7 +72,7 @@
         
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/viewers/wicket/model/pom.xml b/core/viewers/wicket/model/pom.xml
index 3f6c11c..d1d172e 100644
--- a/core/viewers/wicket/model/pom.xml
+++ b/core/viewers/wicket/model/pom.xml
@@ -70,7 +70,7 @@
 	<!-- TEST DEPENDENCIES -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/viewers/wicket/ui/pom.xml b/core/viewers/wicket/ui/pom.xml
index beb277f..6f83290 100644
--- a/core/viewers/wicket/ui/pom.xml
+++ b/core/viewers/wicket/ui/pom.xml
@@ -320,7 +320,7 @@
         <!-- TEST DEPENDENCIES -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
 <!--
             <exclusions>
diff --git a/core/viewers/wicket/viewer/pom.xml b/core/viewers/wicket/viewer/pom.xml
index cd5f027..1ece1ea 100644
--- a/core/viewers/wicket/viewer/pom.xml
+++ b/core/viewers/wicket/viewer/pom.xml
@@ -158,7 +158,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/core/webapp/pom.xml b/core/webapp/pom.xml
index 04110e9..a7fff88 100644
--- a/core/webapp/pom.xml
+++ b/core/webapp/pom.xml
@@ -90,7 +90,7 @@
 
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
             <exclusions>
             	<exclusion>
diff --git a/core/webboot-springboot/pom.xml b/core/webboot-springboot/pom.xml
index aee9ae3..f820000 100644
--- a/core/webboot-springboot/pom.xml
+++ b/core/webboot-springboot/pom.xml
@@ -71,7 +71,7 @@
         
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/extensions/security/shiro-realm-ldap/impl/pom.xml b/extensions/security/shiro-realm-ldap/impl/pom.xml
index bd1c1fa..2057761 100644
--- a/extensions/security/shiro-realm-ldap/impl/pom.xml
+++ b/extensions/security/shiro-realm-ldap/impl/pom.xml
@@ -44,7 +44,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/legacy/extensions/core/applib/pom.xml b/legacy/extensions/core/applib/pom.xml
index 2d1b4e3..6fd94e5 100644
--- a/legacy/extensions/core/applib/pom.xml
+++ b/legacy/extensions/core/applib/pom.xml
@@ -75,7 +75,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 			<exclusions>
 				<!-- whatever unittestsupport is dependent on, it should not be transitive -->
diff --git a/legacy/extensions/core/commons/pom.xml b/legacy/extensions/core/commons/pom.xml
index 67d516a..8a02ad9 100644
--- a/legacy/extensions/core/commons/pom.xml
+++ b/legacy/extensions/core/commons/pom.xml
@@ -75,7 +75,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 			<exclusions>
 				<!-- whatever unittestsupport is dependent on, it should not be transitive -->
diff --git a/legacy/extensions/core/metamodel/pom.xml b/legacy/extensions/core/metamodel/pom.xml
index 5eb718a..31ac042 100644
--- a/legacy/extensions/core/metamodel/pom.xml
+++ b/legacy/extensions/core/metamodel/pom.xml
@@ -87,7 +87,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 			<exclusions>
 				<!-- whatever unittestsupport is dependent on, it should not be transitive -->
diff --git a/legacy/extensions/core/runtime/pom.xml b/legacy/extensions/core/runtime/pom.xml
index d61c256..14e5b0f 100644
--- a/legacy/extensions/core/runtime/pom.xml
+++ b/legacy/extensions/core/runtime/pom.xml
@@ -92,7 +92,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 			<exclusions>
 				<!-- whatever unittestsupport is dependent on, it should not be transitive -->
diff --git a/legacy/mappings/restclient/pom.xml b/legacy/mappings/restclient/pom.xml
index acbbe46..e15a37e 100644
--- a/legacy/mappings/restclient/pom.xml
+++ b/legacy/mappings/restclient/pom.xml
@@ -54,7 +54,7 @@
 		<!-- TESTING -->
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 		
diff --git a/legacy/testing/mavenplugin/pom.xml b/legacy/testing/mavenplugin/pom.xml
index 029e5e7..7143446 100644
--- a/legacy/testing/mavenplugin/pom.xml
+++ b/legacy/testing/mavenplugin/pom.xml
@@ -42,7 +42,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 		</dependency>
 
 		<!-- JUPITER -->
diff --git a/mavendeps/testing/pom.xml b/mavendeps/testing/pom.xml
index 6c4ffba..f2b4362 100644
--- a/mavendeps/testing/pom.xml
+++ b/mavendeps/testing/pom.xml
@@ -33,7 +33,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<!--
             excluded to make consistent with JDK11 where these have been removed.
             -->
diff --git a/persistence/jdo/datanucleus-5/pom.xml b/persistence/jdo/datanucleus-5/pom.xml
index 1ec11b5..e303df8 100644
--- a/persistence/jdo/datanucleus-5/pom.xml
+++ b/persistence/jdo/datanucleus-5/pom.xml
@@ -139,7 +139,7 @@
 		
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/security/keycloak/pom.xml b/security/keycloak/pom.xml
index 0c52b6b..c48063f 100644
--- a/security/keycloak/pom.xml
+++ b/security/keycloak/pom.xml
@@ -72,7 +72,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/security/shiro/pom.xml b/security/shiro/pom.xml
index a057591..25b3ab6 100644
--- a/security/shiro/pom.xml
+++ b/security/shiro/pom.xml
@@ -72,7 +72,7 @@
 
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/subdomains/base/applib/pom.xml b/subdomains/base/applib/pom.xml
index f267c40..f72f251 100644
--- a/subdomains/base/applib/pom.xml
+++ b/subdomains/base/applib/pom.xml
@@ -37,7 +37,7 @@
         <!-- test -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/subdomains/excel/applib/pom.xml b/subdomains/excel/applib/pom.xml
index 7e2a908..fcfa015 100644
--- a/subdomains/excel/applib/pom.xml
+++ b/subdomains/excel/applib/pom.xml
@@ -73,7 +73,7 @@
         <!-- test -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-             <artifactId>isis-unittestsupport</artifactId>
+             <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
 
diff --git a/subdomains/excel/integtests/pom.xml b/subdomains/excel/integtests/pom.xml
index 060ff40..1622336 100644
--- a/subdomains/excel/integtests/pom.xml
+++ b/subdomains/excel/integtests/pom.xml
@@ -79,7 +79,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.isis.core</groupId>
-                    <artifactId>isis-unittestsupport</artifactId>
+                    <artifactId>isis-core-unittestsupport</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.junit.vintage</groupId>
diff --git a/subdomains/xdocreport/applib/pom.xml b/subdomains/xdocreport/applib/pom.xml
index 5799bbe..4b12354 100644
--- a/subdomains/xdocreport/applib/pom.xml
+++ b/subdomains/xdocreport/applib/pom.xml
@@ -59,7 +59,7 @@
 		<!-- test -->
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-unittestsupport</artifactId>
+			<artifactId>isis-core-unittestsupport</artifactId>
 			<scope>test</scope>
 		</dependency>
 
diff --git a/testing/fakedata/applib/pom.xml b/testing/fakedata/applib/pom.xml
index e111f53..257c94f 100644
--- a/testing/fakedata/applib/pom.xml
+++ b/testing/fakedata/applib/pom.xml
@@ -59,7 +59,7 @@
         <!-- test -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/testing/fakedata/integtests/pom.xml b/testing/fakedata/integtests/pom.xml
index 53df511..d8ca296 100644
--- a/testing/fakedata/integtests/pom.xml
+++ b/testing/fakedata/integtests/pom.xml
@@ -75,7 +75,7 @@
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.isis.core</groupId>
-                    <artifactId>isis-unittestsupport</artifactId>
+                    <artifactId>isis-core-unittestsupport</artifactId>
                 </exclusion>
                 <exclusion>
                     <groupId>org.junit.vintage</groupId>
diff --git a/testing/specsupport/applib/pom.xml b/testing/specsupport/applib/pom.xml
index a0a4582..df9e129 100644
--- a/testing/specsupport/applib/pom.xml
+++ b/testing/specsupport/applib/pom.xml
@@ -54,7 +54,7 @@
 		<!-- TESTING -->
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
         </dependency>
                 
         <dependency>
diff --git a/testing/unittestsupport/applib/pom.xml b/testing/unittestsupport/applib/pom.xml
index efc73cf..91a6301 100644
--- a/testing/unittestsupport/applib/pom.xml
+++ b/testing/unittestsupport/applib/pom.xml
@@ -31,7 +31,7 @@
         <!-- note that this is *not* a test dependency -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-unittestsupport</artifactId>
+            <artifactId>isis-core-unittestsupport</artifactId>
         </dependency>
     </dependencies>