You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by jo...@apache.org on 2018/08/25 07:34:51 UTC

[1/3] mnemonic git commit: Prepare for releasing 0.12.0 rc1

Repository: mnemonic
Updated Branches:
  refs/heads/master b155302f7 -> dd3f5c177


Prepare for releasing 0.12.0 rc1


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

Branch: refs/heads/master
Commit: 3e3dac6a165170d3a5ecd59f6d679a4168202ef4
Parents: b155302
Author: Johnu George <jo...@apache.org>
Authored: Sat Aug 25 06:55:52 2018 +0000
Committer: Johnu George <jo...@apache.org>
Committed: Sat Aug 25 06:55:52 2018 +0000

----------------------------------------------------------------------
 mnemonic-benches/mnemonic-sort-bench/pom.xml                   | 2 +-
 mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml           | 2 +-
 mnemonic-benches/pom.xml                                       | 2 +-
 mnemonic-collections/pom.xml                                   | 2 +-
 mnemonic-common/pom.xml                                        | 2 +-
 mnemonic-computing-services/mnemonic-utilities-service/pom.xml | 2 +-
 mnemonic-computing-services/pom.xml                            | 2 +-
 mnemonic-core/pom.xml                                          | 2 +-
 mnemonic-examples/pom.xml                                      | 2 +-
 mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml              | 2 +-
 mnemonic-hadoop/pom.xml                                        | 2 +-
 mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml    | 2 +-
 mnemonic-memory-services/mnemonic-nvml-pmem-service/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/mnemonic-sys-vmem-service/pom.xml     | 2 +-
 mnemonic-memory-services/pom.xml                               | 2 +-
 mnemonic-query/pom.xml                                         | 2 +-
 mnemonic-sessions/pom.xml                                      | 2 +-
 mnemonic-spark/mnemonic-spark-core/pom.xml                     | 2 +-
 mnemonic-spark/pom.xml                                         | 2 +-
 pom.xml                                                        | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-benches/mnemonic-sort-bench/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/mnemonic-sort-bench/pom.xml b/mnemonic-benches/mnemonic-sort-bench/pom.xml
index 6ffe0e9..0ac5ee6 100644
--- a/mnemonic-benches/mnemonic-sort-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-sort-bench/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-benches</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-sort-bench</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
index 6b9c699..9bb4931 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-benches</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-spark-kmeans-bench</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-benches/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/pom.xml b/mnemonic-benches/pom.xml
index 54b57a5..f84075a 100644
--- a/mnemonic-benches/pom.xml
+++ b/mnemonic-benches/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-collections/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-collections/pom.xml b/mnemonic-collections/pom.xml
index f577fff..a478dc6 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.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-common/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-common/pom.xml b/mnemonic-common/pom.xml
index 8eae6bc..fa1679d 100644
--- a/mnemonic-common/pom.xml
+++ b/mnemonic-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml b/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
index 246d8ae..5b8259a 100644
--- a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
+++ b/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-computing-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-utilities-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index 7f3dd2a..f6b3fbf 100644
--- a/mnemonic-computing-services/pom.xml
+++ b/mnemonic-computing-services/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-core/pom.xml b/mnemonic-core/pom.xml
index 0ea3e78..e793b6e 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.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-examples/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index 9cb421a..379907c 100644
--- a/mnemonic-examples/pom.xml
+++ b/mnemonic-examples/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
index 4f17442..7a5b964 100644
--- a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
+++ b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-hadoop</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-hadoop-mapreduce</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-hadoop/pom.xml b/mnemonic-hadoop/pom.xml
index d41e810..58b4fc8 100644
--- a/mnemonic-hadoop/pom.xml
+++ b/mnemonic-hadoop/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml b/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
index a5d3cd7..628d347 100644
--- a/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
   
   <artifactId>mnemonic-java-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml b/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
index ed02b6e..4e9f1b5 100644
--- a/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
   
   <artifactId>mnemonic-nvml-pmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/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 6d5782f..fff21d9 100644
--- a/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
   
   <artifactId>mnemonic-nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/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 ce191bb..3bb4ec0 100644
--- a/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml b/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
index df5d865..b41c357 100644
--- a/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
   
   <artifactId>mnemonic-sys-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 629eb31..99dfcd7 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-query/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-query/pom.xml b/mnemonic-query/pom.xml
index 3738b1a..a8de233 100644
--- a/mnemonic-query/pom.xml
+++ b/mnemonic-query/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-sessions/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-sessions/pom.xml b/mnemonic-sessions/pom.xml
index f5730df..c32c745 100644
--- a/mnemonic-sessions/pom.xml
+++ b/mnemonic-sessions/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-spark/mnemonic-spark-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-spark/mnemonic-spark-core/pom.xml b/mnemonic-spark/mnemonic-spark-core/pom.xml
index ed133c2..c10bdf6 100644
--- a/mnemonic-spark/mnemonic-spark-core/pom.xml
+++ b/mnemonic-spark/mnemonic-spark-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-spark</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
   </parent>
 
   <artifactId>mnemonic-spark-core</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/mnemonic-spark/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-spark/pom.xml b/mnemonic-spark/pom.xml
index 718c782..e60e303 100644
--- a/mnemonic-spark/pom.xml
+++ b/mnemonic-spark/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/3e3dac6a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbf5fa1..4ac4500 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>0.11.0-SNAPSHOT</version>
+  <version>0.12.0</version>
   <packaging>pom</packaging>
   <name>mnemonic-parent</name>
   <url>http://mnemonic.apache.org</url>


[3/3] mnemonic git commit: Version 0.12.0 rc1

Posted by jo...@apache.org.
Version 0.12.0 rc1


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

Branch: refs/heads/master
Commit: dd3f5c177f5120b2292795918c85162ec26732d1
Parents: 7d0ac87
Author: Johnu George <jo...@apache.org>
Authored: Sat Aug 25 07:34:31 2018 +0000
Committer: Johnu George <jo...@apache.org>
Committed: Sat Aug 25 07:34:31 2018 +0000

----------------------------------------------------------------------
 mnemonic-benches/mnemonic-sort-bench/pom.xml                   | 2 +-
 mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml           | 2 +-
 mnemonic-benches/pom.xml                                       | 2 +-
 mnemonic-collections/pom.xml                                   | 2 +-
 mnemonic-common/pom.xml                                        | 2 +-
 mnemonic-computing-services/mnemonic-utilities-service/pom.xml | 2 +-
 mnemonic-computing-services/pom.xml                            | 2 +-
 mnemonic-core/pom.xml                                          | 2 +-
 mnemonic-examples/pom.xml                                      | 2 +-
 mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml              | 2 +-
 mnemonic-hadoop/pom.xml                                        | 2 +-
 mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml    | 2 +-
 mnemonic-memory-services/mnemonic-nvml-pmem-service/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/mnemonic-sys-vmem-service/pom.xml     | 2 +-
 mnemonic-memory-services/pom.xml                               | 2 +-
 mnemonic-query/pom.xml                                         | 2 +-
 mnemonic-sessions/pom.xml                                      | 2 +-
 mnemonic-spark/mnemonic-spark-core/pom.xml                     | 2 +-
 mnemonic-spark/pom.xml                                         | 2 +-
 pom.xml                                                        | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-benches/mnemonic-sort-bench/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/mnemonic-sort-bench/pom.xml b/mnemonic-benches/mnemonic-sort-bench/pom.xml
index 0ac5ee6..93e6490 100644
--- a/mnemonic-benches/mnemonic-sort-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-sort-bench/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-benches</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-sort-bench</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
index 9bb4931..4514996 100644
--- a/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-benches</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-spark-kmeans-bench</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-benches/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-benches/pom.xml b/mnemonic-benches/pom.xml
index f84075a..0f40def 100644
--- a/mnemonic-benches/pom.xml
+++ b/mnemonic-benches/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-collections/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-collections/pom.xml b/mnemonic-collections/pom.xml
index a478dc6..739cfcd 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.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-common/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-common/pom.xml b/mnemonic-common/pom.xml
index fa1679d..dd33e90 100644
--- a/mnemonic-common/pom.xml
+++ b/mnemonic-common/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml b/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
index 5b8259a..a7f5592 100644
--- a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
+++ b/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-computing-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-utilities-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index f6b3fbf..0d032e4 100644
--- a/mnemonic-computing-services/pom.xml
+++ b/mnemonic-computing-services/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-core/pom.xml b/mnemonic-core/pom.xml
index e793b6e..ceb2a72 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.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-examples/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index 379907c..e967209 100644
--- a/mnemonic-examples/pom.xml
+++ b/mnemonic-examples/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
index 7a5b964..77ce307 100644
--- a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
+++ b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-hadoop</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-hadoop-mapreduce</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-hadoop/pom.xml b/mnemonic-hadoop/pom.xml
index 58b4fc8..468d78b 100644
--- a/mnemonic-hadoop/pom.xml
+++ b/mnemonic-hadoop/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml b/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
index 628d347..abd27a2 100644
--- a/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>mnemonic-java-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml b/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
index 4e9f1b5..e7d80a1 100644
--- a/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-nvml-pmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>mnemonic-nvml-pmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/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 fff21d9..e4e55af 100644
--- a/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-nvml-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>mnemonic-nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/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 3bb4ec0..cc60b92 100644
--- a/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-pmalloc-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml b/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
index b41c357..3ba822a 100644
--- a/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
+++ b/mnemonic-memory-services/mnemonic-sys-vmem-service/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-memory-services</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>mnemonic-sys-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 99dfcd7..99b5d14 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-query/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-query/pom.xml b/mnemonic-query/pom.xml
index a8de233..9e74495 100644
--- a/mnemonic-query/pom.xml
+++ b/mnemonic-query/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-sessions/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-sessions/pom.xml b/mnemonic-sessions/pom.xml
index c32c745..7eb886d 100644
--- a/mnemonic-sessions/pom.xml
+++ b/mnemonic-sessions/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-spark/mnemonic-spark-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-spark/mnemonic-spark-core/pom.xml b/mnemonic-spark/mnemonic-spark-core/pom.xml
index c10bdf6..0a01bab 100644
--- a/mnemonic-spark/mnemonic-spark-core/pom.xml
+++ b/mnemonic-spark/mnemonic-spark-core/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-spark</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mnemonic-spark-core</artifactId>

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/mnemonic-spark/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-spark/pom.xml b/mnemonic-spark/pom.xml
index e60e303..a2d5b26 100644
--- a/mnemonic-spark/pom.xml
+++ b/mnemonic-spark/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-parent</artifactId>
-    <version>0.12.0</version>
+    <version>0.12.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/mnemonic/blob/dd3f5c17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4ac4500..6a5abb5 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>0.12.0</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>mnemonic-parent</name>
   <url>http://mnemonic.apache.org</url>


[2/3] mnemonic git commit: Merge branch 'branch-0.12.0'

Posted by jo...@apache.org.
Merge branch 'branch-0.12.0'


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

Branch: refs/heads/master
Commit: 7d0ac8712ceb24a68005436edea29c7ffa4539c6
Parents: b155302 3e3dac6
Author: Johnu George <jo...@apache.org>
Authored: Sat Aug 25 07:34:17 2018 +0000
Committer: Johnu George <jo...@apache.org>
Committed: Sat Aug 25 07:34:17 2018 +0000

----------------------------------------------------------------------
 mnemonic-benches/mnemonic-sort-bench/pom.xml                   | 2 +-
 mnemonic-benches/mnemonic-spark-kmeans-bench/pom.xml           | 2 +-
 mnemonic-benches/pom.xml                                       | 2 +-
 mnemonic-collections/pom.xml                                   | 2 +-
 mnemonic-common/pom.xml                                        | 2 +-
 mnemonic-computing-services/mnemonic-utilities-service/pom.xml | 2 +-
 mnemonic-computing-services/pom.xml                            | 2 +-
 mnemonic-core/pom.xml                                          | 2 +-
 mnemonic-examples/pom.xml                                      | 2 +-
 mnemonic-hadoop/mnemonic-hadoop-mapreduce/pom.xml              | 2 +-
 mnemonic-hadoop/pom.xml                                        | 2 +-
 mnemonic-memory-services/mnemonic-java-vmem-service/pom.xml    | 2 +-
 mnemonic-memory-services/mnemonic-nvml-pmem-service/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/mnemonic-sys-vmem-service/pom.xml     | 2 +-
 mnemonic-memory-services/pom.xml                               | 2 +-
 mnemonic-query/pom.xml                                         | 2 +-
 mnemonic-sessions/pom.xml                                      | 2 +-
 mnemonic-spark/mnemonic-spark-core/pom.xml                     | 2 +-
 mnemonic-spark/pom.xml                                         | 2 +-
 pom.xml                                                        | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------