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 2015/09/03 14:33:04 UTC

[73/87] [abbrv] isis git commit: ISIS-1194: moving the Wicket submodules to be parented by core - fixing groupId to be still org.apache.isis.viewer (rather than org.apache.isis.core)

ISIS-1194: moving the Wicket submodules to be parented by core - fixing groupId to be still org.apache.isis.viewer (rather than org.apache.isis.core)

else doesn't compile...


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/6a7795a1
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/6a7795a1
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/6a7795a1

Branch: refs/heads/master
Commit: 6a7795a192dac0842e75e3642048ce5dcde51371
Parents: da60d7a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Aug 27 08:52:11 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Sep 2 07:16:35 2015 +0100

----------------------------------------------------------------------
 core/viewer-wicket-applib/pom.xml | 1 +
 core/viewer-wicket-impl/pom.xml   | 2 ++
 core/viewer-wicket-model/pom.xml  | 1 +
 core/viewer-wicket-ui/pom.xml     | 1 +
 4 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/6a7795a1/core/viewer-wicket-applib/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-applib/pom.xml b/core/viewer-wicket-applib/pom.xml
index 0c95b4a..aae5322 100644
--- a/core/viewer-wicket-applib/pom.xml
+++ b/core/viewer-wicket-applib/pom.xml
@@ -27,6 +27,7 @@
 		<version>1.10.0-SNAPSHOT</version>
     </parent>
 
+    <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-applib</artifactId>
 	<name>Isis Wicket Viewer Applib</name>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/6a7795a1/core/viewer-wicket-impl/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-impl/pom.xml b/core/viewer-wicket-impl/pom.xml
index 3d95943..f3f9aa0 100644
--- a/core/viewer-wicket-impl/pom.xml
+++ b/core/viewer-wicket-impl/pom.xml
@@ -28,6 +28,8 @@
 	</parent>
 
 	<name>Isis Wicket Viewer Implementation</name>
+
+    <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-impl</artifactId>
 
 	<build>

http://git-wip-us.apache.org/repos/asf/isis/blob/6a7795a1/core/viewer-wicket-model/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-model/pom.xml b/core/viewer-wicket-model/pom.xml
index 1823ed8..66bb1cf 100644
--- a/core/viewer-wicket-model/pom.xml
+++ b/core/viewer-wicket-model/pom.xml
@@ -27,6 +27,7 @@
 		<version>1.10.0-SNAPSHOT</version>
 	</parent>
 
+    <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-model</artifactId>
 	<name>Isis Wicket Viewer Model</name>
 

http://git-wip-us.apache.org/repos/asf/isis/blob/6a7795a1/core/viewer-wicket-ui/pom.xml
----------------------------------------------------------------------
diff --git a/core/viewer-wicket-ui/pom.xml b/core/viewer-wicket-ui/pom.xml
index 4264da8..826dd87 100644
--- a/core/viewer-wicket-ui/pom.xml
+++ b/core/viewer-wicket-ui/pom.xml
@@ -27,6 +27,7 @@
 		<version>1.10.0-SNAPSHOT</version>
 	</parent>
 
+    <groupId>org.apache.isis.viewer</groupId>
 	<artifactId>isis-viewer-wicket-ui</artifactId>
 	<name>Isis Wicket Viewer UI Components</name>