You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/20 06:28:00 UTC

[isis] branch master updated: ISIS-2367: fix invalid module reference

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c72fcc6  ISIS-2367: fix invalid module reference
c72fcc6 is described below

commit c72fcc6e05242be0463b1dc4d81dff8e424e8a8a
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 08:27:49 2020 +0200

    ISIS-2367: fix invalid module reference
---
 extensions/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index c9d68fb..51abaa8 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -170,7 +170,7 @@
 
 	<modules>
 		<module>core/flyway</module>
-		<module>core/modelannotation</module>
+		<module>core/model-annotation</module>
 		<module>security/secman</module>
 		<module>security/shiro-realm-ldap</module>