You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by ga...@apache.org on 2016/04/28 18:48:02 UTC

incubator-mnemonic git commit: MNEMONIC-29: Remove the dependency of property mnemonic.core.version

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/master 5413be1ba -> 627b9073e


MNEMONIC-29: Remove the dependency of property mnemonic.core.version


Project: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/commit/627b9073
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/627b9073
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/627b9073

Branch: refs/heads/master
Commit: 627b9073e366de1579c5d93429441e8909edcdb3
Parents: 5413be1
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Thu Apr 28 09:31:26 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Thu Apr 28 09:31:26 2016 -0700

----------------------------------------------------------------------
 allocator-services/nvml-vmem-service/pom.xml | 1 -
 allocator-services/pmalloc-service/pom.xml   | 1 -
 allocator-services/pom.xml                   | 7 +------
 3 files changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/627b9073/allocator-services/nvml-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/nvml-vmem-service/pom.xml b/allocator-services/nvml-vmem-service/pom.xml
index da374dd..0b683b2 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -9,7 +9,6 @@
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>nvml-vmem-service</artifactId>
-  <version>0.1.0-incubating-SNAPSHOT</version>
   <name>Mnemonic Project NVML VMem Allocator</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/627b9073/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index 83c48e0..b48a374 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -9,7 +9,6 @@
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>pmalloc-service</artifactId>
-  <version>0.1.0-incubating-SNAPSHOT</version>
   <name>Mnemonic Project PMalloc Allocator</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/627b9073/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index fd6267b..521a1dc 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -10,7 +10,6 @@
  
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>allocator-services-parent-project</artifactId>
-  <version>0.1.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
  
   <name>Mnemonic Project Allocator Services Parent POM</name>
@@ -21,15 +20,11 @@
     <module>pmalloc-service</module>
   </modules>
 
-  <properties>
-    <mnemonic.core.version>0.1.0-incubating-SNAPSHOT</mnemonic.core.version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.mnemonic</groupId>
       <artifactId>mnemonic-core</artifactId>
-      <version>${mnemonic.core.version}</version>
+      <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>