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/07 23:06:20 UTC

[isis] 02/03: ISIS-2259: fixes artifactId for demoapp

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit bb0c7de7a65d712bb781149c5140b5b5eed00ddf
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jan 7 20:18:06 2020 +0000

    ISIS-2259: fixes artifactId for demoapp
---
 examples/demo/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/demo/pom.xml b/examples/demo/pom.xml
index b22e602..4713801 100644
--- a/examples/demo/pom.xml
+++ b/examples/demo/pom.xml
@@ -78,16 +78,16 @@
 		<!-- EXTENSIONS -->
 
 		<dependency>
-			<groupId>org.apache.isis.extensions</groupId>
-			<artifactId>isis-extensions-asciidoc</artifactId>
+			<groupId>org.apache.isis.valuetypes</groupId>
+			<artifactId>isis-valuetypes-asciidoc</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.incubator</groupId>
 			<artifactId>isis-incubator-model</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.isis.extensions</groupId>
-			<artifactId>isis-extensions-sse</artifactId>
+			<groupId>org.apache.isis.valuetypes</groupId>
+			<artifactId>isis-valuetypes-sse</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.isis.extensions</groupId>