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 2012/12/15 17:12:06 UTC

[11/15] git commit: ISIS-188: fixing dependencyManagement of tck poms in core parent pom

ISIS-188: fixing dependencyManagement of tck poms in core parent pom


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

Branch: refs/heads/master
Commit: d6b0ae4c2848ee27eaa7ed9788f8b4e943bf2980
Parents: 8b4effb
Author: Dan Haywood <da...@apache.org>
Authored: Fri Dec 14 07:27:42 2012 +0000
Committer: Dan Haywood <da...@apache.org>
Committed: Fri Dec 14 07:27:42 2012 +0000

----------------------------------------------------------------------
 core/pom.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d6b0ae4c/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1b960b6..087a136 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -1026,21 +1026,21 @@ ${license.additional-notes}
 
             <!-- TCK -->
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-tck</artifactId>
-                <version>${project.version}</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
 
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-tck-dom</artifactId>
-                <version>${project.version}</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>
 
             <dependency>
-                <groupId>${project.groupId}</groupId>
+                <groupId>org.apache.isis.core</groupId>
                 <artifactId>isis-core-tck-fixture</artifactId>
-                <version>${project.version}</version>
+                <version>1.0.0-SNAPSHOT</version>
             </dependency>