ISIS-928: simplifying the simpleapp pom.xml, no longer need to reference 
isis-viewer-wicket.version

Instead use isis.version.


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

Branch: refs/heads/master
Commit: 1d1e7d0d51723a65a270afff3b60a36a0f00b750
Parents: 23bad0a
Author: Dan Haywood <[email protected]>
Authored: Fri Feb 20 20:13:12 2015 +0000
Committer: Dan Haywood <[email protected]>
Committed: Fri Feb 20 20:15:17 2015 +0000

----------------------------------------------------------------------
 example/application/simpleapp/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/1d1e7d0d/example/application/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/pom.xml 
b/example/application/simpleapp/pom.xml
index adcd07d..d66a5e9 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -35,7 +35,6 @@
 
     <properties>
         <isis.version>1.8.0-SNAPSHOT</isis.version>
-        <isis-viewer-wicket.version>1.8.0-SNAPSHOT</isis-viewer-wicket.version>
 
         <!-- must be consistent with the versions defined by the JDO 
Objectstore -->
         
<datanucleus-accessplatform-jdo-rdbms.version>3.3.6</datanucleus-accessplatform-jdo-rdbms.version>
@@ -332,7 +331,7 @@
             <dependency>
                 <groupId>org.apache.isis.viewer</groupId>
                 <artifactId>isis-viewer-wicket</artifactId>
-                <version>${isis-viewer-wicket.version}</version>
+                <version>${isis.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>

Reply via email to