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/05/07 00:05:37 UTC

[4/4] incubator-mnemonic git commit: Stay version to 0.1.2-incubating-SNAPSHOT

Stay version to 0.1.2-incubating-SNAPSHOT


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

Branch: refs/heads/master
Commit: c63ddcfceb6714b238829e9f2164d4b67fed8954
Parents: 362464c
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Fri May 6 17:05:22 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Fri May 6 17:05:22 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-collections/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-collections/pom.xml b/mnemonic-collections/pom.xml
index 0955401..dd3ea81 100644
--- a/mnemonic-collections/pom.xml
+++ b/mnemonic-collections/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-core/pom.xml b/mnemonic-core/pom.xml
index 6d1edb0..ae4c5fc 100644
--- a/mnemonic-core/pom.xml
+++ b/mnemonic-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-examples/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index d9af8b0..735acac 100644
--- a/mnemonic-examples/pom.xml
+++ b/mnemonic-examples/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml b/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
index 76eb69e..dcce37d 100644
--- a/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
   </parent>
   
   <artifactId>mnemonic-nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml b/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
index 392a9a0..b288b7b 100644
--- a/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 737e563..3d8d14c 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.2-incubating</version>
+    <version>0.1.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
  

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/c63ddcfc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa40c03..b14ffc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mnemonic</groupId>
   <artifactId>mnemonic-parent</artifactId>
-  <version>0.1.2-incubating</version>
+  <version>0.1.2-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>mnemonic-parent</name>
   <url>http://mnemonic.incubator.apache.org</url>