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/03/30 17:44:28 UTC

[59/59] [abbrv] isis git commit: ISIS-789: tiny improvement in simpleapp's pom.xml, to parameterize version of DN mvn plugin.

ISIS-789: tiny improvement in simpleapp's pom.xml, to parameterize version of DN mvn plugin.


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

Branch: refs/heads/ISIS-789
Commit: e17c6857a439a307b296a41b096b75495626e8ea
Parents: 9679840
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Mon Mar 30 16:36:51 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Mon Mar 30 16:40:40 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/e17c6857/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml
index 40a1c10..0d258b0 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -85,9 +85,7 @@
                                         <artifactId>
                                             datanucleus-maven-plugin
                                         </artifactId>
-                                        <versionRange>
-                                            [4.0.0-release,)
-                                        </versionRange>
+                                        <versionRange>[${datanucleus-maven-plugin.version},)</versionRange>
                                         <goals>
                                             <goal>enhance</goal>
                                         </goals>