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

[isis] 10/22: ISIS-2259: renames isis-codegen-bytebuddy to isis-core-codegen-bytebuddy

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

    ISIS-2259: renames isis-codegen-bytebuddy to isis-core-codegen-bytebuddy
---
 core/codegen-bytebuddy/pom.xml            | 2 +-
 core/detached-tests/pom.xml               | 2 +-
 core/pom.xml                              | 2 +-
 core/runtime-services/pom.xml             | 2 +-
 core/testsupport/integtestsupport/pom.xml | 2 +-
 core/testsupport/unittestsupport/pom.xml  | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/codegen-bytebuddy/pom.xml b/core/codegen-bytebuddy/pom.xml
index c012841..eb23f1e 100644
--- a/core/codegen-bytebuddy/pom.xml
+++ b/core/codegen-bytebuddy/pom.xml
@@ -20,7 +20,7 @@
 		<version>2.0.0-M3-SNAPSHOT</version>
 	</parent>
 
-	<artifactId>isis-codegen-bytebuddy</artifactId>
+	a<artifactId>isis-core-codegen-bytebuddy</artifactId>
 
 	<name>Apache Isis Core - Code Gen (ByteBuddy)</name>
 	<description>
diff --git a/core/detached-tests/pom.xml b/core/detached-tests/pom.xml
index cca451a..3ead354 100644
--- a/core/detached-tests/pom.xml
+++ b/core/detached-tests/pom.xml
@@ -83,7 +83,7 @@
         <!-- core plugins required to run this module's own tests -->
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-codegen-bytebuddy</artifactId>
+            <artifactId>isis-core-codegen-bytebuddy</artifactId>
             <scope>runtime</scope>
         </dependency>
 		<dependency>
diff --git a/core/pom.xml b/core/pom.xml
index e24fbc9..6ae147d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -871,7 +871,7 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.isis.core</groupId>
-				<artifactId>isis-codegen-bytebuddy</artifactId>
+				<artifactId>isis-core-codegen-bytebuddy</artifactId>
 				<version>2.0.0-M3-SNAPSHOT</version>
 			</dependency>
 			<dependency>
diff --git a/core/runtime-services/pom.xml b/core/runtime-services/pom.xml
index 8fcb49f..2122685 100644
--- a/core/runtime-services/pom.xml
+++ b/core/runtime-services/pom.xml
@@ -73,7 +73,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.isis.core</groupId>
-            <artifactId>isis-codegen-bytebuddy</artifactId>
+            <artifactId>isis-core-codegen-bytebuddy</artifactId>
         </dependency>
 
         <dependency>
diff --git a/core/testsupport/integtestsupport/pom.xml b/core/testsupport/integtestsupport/pom.xml
index af793bd..9638168 100644
--- a/core/testsupport/integtestsupport/pom.xml
+++ b/core/testsupport/integtestsupport/pom.xml
@@ -72,7 +72,7 @@
 		<!-- framework default codegen for tests -->
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-codegen-bytebuddy</artifactId>
+			<artifactId>isis-core-codegen-bytebuddy</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/core/testsupport/unittestsupport/pom.xml b/core/testsupport/unittestsupport/pom.xml
index 7d1bc5d..723fe10 100644
--- a/core/testsupport/unittestsupport/pom.xml
+++ b/core/testsupport/unittestsupport/pom.xml
@@ -81,7 +81,7 @@
 		<!-- framework default codegen for tests -->
 		<dependency>
 			<groupId>org.apache.isis.core</groupId>
-			<artifactId>isis-codegen-bytebuddy</artifactId>
+			<artifactId>isis-core-codegen-bytebuddy</artifactId>
 		</dependency>
 
 		<dependency>