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 2014/12/19 09:07:29 UTC

[06/11] isis git commit: ISIS-284: change the todoapp and simpleapp's "isis" profile to be called "isis-validate".

ISIS-284: change the todoapp and simpleapp's "isis" profile to be called "isis-validate".


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

Branch: refs/heads/master
Commit: a5b728f0606fa12c254ca1a0ecd49b88b816d6df
Parents: fce738a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Dec 19 07:03:54 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Dec 19 07:03:54 2014 +0000

----------------------------------------------------------------------
 example/application/simpleapp/dom/pom.xml | 2 +-
 example/application/todoapp/dom/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/a5b728f0/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml
index 627ad06..a788c6c 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -126,7 +126,7 @@
 
     <profiles>
         <profile>
-            <id>isis</id>
+            <id>isis-validate</id>
             <activation>
                 <activeByDefault>false</activeByDefault>
             </activation>

http://git-wip-us.apache.org/repos/asf/isis/blob/a5b728f0/example/application/todoapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/todoapp/dom/pom.xml b/example/application/todoapp/dom/pom.xml
index 0c2e8f2..09f46d9 100644
--- a/example/application/todoapp/dom/pom.xml
+++ b/example/application/todoapp/dom/pom.xml
@@ -126,7 +126,7 @@
 
     <profiles>
         <profile>
-            <id>isis</id>
+            <id>isis-validate</id>
             <activation>
                 <activeByDefault>false</activeByDefault>
             </activation>