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 01:39:00 UTC

incubator-mnemonic git commit: MNEMONIC-28: Normalize the artifact version and add keyword incubating

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


MNEMONIC-28: Normalize the artifact version and add keyword incubating


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

Branch: refs/heads/master
Commit: 5413be1bae103c1e3af8f2e1d95e0a0ccc0d1081
Parents: e46a7a1
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Wed Apr 27 16:38:15 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Wed Apr 27 16:38:40 2016 -0700

----------------------------------------------------------------------
 allocator-services/nvml-vmem-service/pom.xml | 4 ++--
 allocator-services/pmalloc-service/pom.xml   | 4 ++--
 allocator-services/pom.xml                   | 8 ++++----
 collections/pom.xml                          | 2 +-
 core/pom.xml                                 | 2 +-
 examples/pom.xml                             | 2 +-
 pom.xml                                      | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/5413be1b/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 7104a82..da374dd 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>nvml-vmem-service</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <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/5413be1b/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index 9f1bfb8..83c48e0 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>pmalloc-service</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <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/5413be1b/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index 5615ec4..fd6267b 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
  
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>allocator-services-parent-project</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>0.1.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
  
   <name>Mnemonic Project Allocator Services Parent POM</name>
-  <url>https://github.com/NonVolatileComputing/Mnemonic</url>
+  <url>https://github.com/apache/incubator-mnemonic</url>
 
   <modules>
     <module>nvml-vmem-service</module>
@@ -22,7 +22,7 @@
   </modules>
 
   <properties>
-    <mnemonic.core.version>2.0.0-SNAPSHOT</mnemonic.core.version>
+    <mnemonic.core.version>0.1.0-incubating-SNAPSHOT</mnemonic.core.version>
   </properties>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/5413be1b/collections/pom.xml
----------------------------------------------------------------------
diff --git a/collections/pom.xml b/collections/pom.xml
index 0210b78..491ae4a 100644
--- a/collections/pom.xml
+++ b/collections/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/5413be1b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 00b2855..38dae73 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/5413be1b/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 16dce06..6c26551 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>0.1.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/5413be1b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f96965..e54696f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mnemonic</groupId>
   <artifactId>mnemonic-parent</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>0.1.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Mnemonic Project Parent POM</name>
   <url>https://github.com/apache/incubator-mnemonic</url>