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

[isis] 20/22: ISIS-2259: renames isis-webboot-springboot to isis-core-webboot-springboot

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

    ISIS-2259: renames isis-webboot-springboot to isis-core-webboot-springboot
---
 core/detached-tests/pom.xml                | 2 +-
 core/persistence/jdo/datanucleus-5/pom.xml | 4 ++--
 core/pom.xml                               | 4 ++--
 core/testsupport/integtestsupport/pom.xml  | 2 +-
 core/webboot-springboot/pom.xml            | 2 +-
 legacy/testing/mavenplugin/pom.xml         | 2 +-
 mavendeps/webapp/pom.xml                   | 2 +-
 testing/specsupport/applib/pom.xml         | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index 251c58b..5ec207f 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -70,7 +70,7 @@
         
         <dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-webboot-springboot</artifactId>
+			<artifactId>isis-core-webboot-springboot</artifactId>
 			<scope>test</scope>
 		</dependency>
         
diff --git a/core/persistence/jdo/datanucleus-5/pom.xml b/core/persistence/jdo/datanucleus-5/pom.xml
index 55cbd9f..f1075de 100644
--- a/core/persistence/jdo/datanucleus-5/pom.xml
+++ b/core/persistence/jdo/datanucleus-5/pom.xml
@@ -104,7 +104,7 @@
 <!--
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-webboot-springboot</artifactId>
+			<artifactId>isis-core-webboot-springboot</artifactId>
 		</dependency>
 -->
 
@@ -126,7 +126,7 @@
         
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-webboot-springboot</artifactId>
+            <artifactId>isis-core-webboot-springboot</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 5d8ee47..2ac244b 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -774,12 +774,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-webboot-springboot</artifactId>
+				<artifactId>isis-core-webboot-springboot</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-webboot-springboot</artifactId>
+				<artifactId>isis-core-webboot-springboot</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 				<type>test-jar</type>
 				<scope>test</scope>
diff --git a/core/testsupport/integtestsupport/pom.xml b/core/testsupport/integtestsupport/pom.xml
index f921bc5..73f0445 100644
--- a/core/testsupport/integtestsupport/pom.xml
+++ b/core/testsupport/integtestsupport/pom.xml
@@ -158,7 +158,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-webboot-springboot</artifactId>
+			<artifactId>isis-core-webboot-springboot</artifactId>
 		</dependency>
 	</dependencies>
 
diff --git a/core/webboot-springboot/pom.xml b/core/webboot-springboot/pom.xml
index c2403a7..aee9ae3 100644
--- a/core/webboot-springboot/pom.xml
+++ b/core/webboot-springboot/pom.xml
@@ -26,7 +26,7 @@
         <version>2.0.0-M3-SNAPSHOT</version>
     </parent>
 
-    <artifactId>isis-webboot-springboot</artifactId>
+    <artifactId>isis-core-webboot-springboot</artifactId>
     <name>Apache Isis Core - Web Boot using Spring Boot</name>
     <description>
         Defines the main Spring @Configuration, which transitively depends on the rest of core.
diff --git a/legacy/testing/mavenplugin/pom.xml b/legacy/testing/mavenplugin/pom.xml
index 26c43c1..6c53607 100644
--- a/legacy/testing/mavenplugin/pom.xml
+++ b/legacy/testing/mavenplugin/pom.xml
@@ -94,7 +94,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-webboot-springboot</artifactId>
+			<artifactId>isis-core-webboot-springboot</artifactId>
 		</dependency>
 
 
diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 1df1c12..6bc92d2 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -134,7 +134,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-webboot-springboot</artifactId>
+			<artifactId>isis-core-webboot-springboot</artifactId>
 		</dependency>
 
 	</dependencies>
diff --git a/testing/specsupport/applib/pom.xml b/testing/specsupport/applib/pom.xml
index 94dc8ec..a0a4582 100644
--- a/testing/specsupport/applib/pom.xml
+++ b/testing/specsupport/applib/pom.xml
@@ -41,7 +41,7 @@
 
 		<dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-webboot-springboot</artifactId>
+            <artifactId>isis-core-webboot-springboot</artifactId>
         </dependency>
         
         <!-- ISIS TESTING -->