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/05 04:07:58 UTC

[2/2] incubator-mnemonic git commit: Prepare for releasing 0.1.1-incubating

Prepare for releasing 0.1.1-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/8b26f148
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/tree/8b26f148
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/diff/8b26f148

Branch: refs/heads/branch-0.1.1
Commit: 8b26f1480bd4d3fd9ced65f6598d5fa1378015ad
Parents: 8ad2b37
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Wed May 4 20:52:44 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Wed May 4 20:52:44 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/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 d296349..c98f590 100644
--- a/allocator-services/nvml-vmem-service/pom.xml
+++ b/allocator-services/nvml-vmem-service/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/allocator-services/pmalloc-service/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pmalloc-service/pom.xml b/allocator-services/pmalloc-service/pom.xml
index 78f7fb5..ee87737 100644
--- a/allocator-services/pmalloc-service/pom.xml
+++ b/allocator-services/pmalloc-service/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
     <artifactId>allocator-services-parent-project</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
   </parent>
   <groupId>org.apache.mnemonic.service.allocatorservice</groupId>
   <artifactId>pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/allocator-services/pom.xml
----------------------------------------------------------------------
diff --git a/allocator-services/pom.xml b/allocator-services/pom.xml
index d82f2ff..d34b2ed 100644
--- a/allocator-services/pom.xml
+++ b/allocator-services/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
  

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/collections/pom.xml
----------------------------------------------------------------------
diff --git a/collections/pom.xml b/collections/pom.xml
index 58aca98..0641e07 100644
--- a/collections/pom.xml
+++ b/collections/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 5e44973..6fb7682 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 7ff1ed9..3cc4f5c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.1.1-incubating-SNAPSHOT</version>
+    <version>0.1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/8b26f148/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bf772c9..85b1f02 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.1-incubating-SNAPSHOT</version>
+  <version>0.1.1-incubating</version>
   <packaging>pom</packaging>
   <name>Mnemonic Project Parent POM</name>
   <url>http://mnemonic.incubator.apache.org</url>