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/07/18 19:04:20 UTC

[1/3] incubator-mnemonic git commit: MNEMONIC-78: Missing source code of module mnemonic-computing-services for releasing

Repository: incubator-mnemonic
Updated Branches:
  refs/heads/branch-0.2.0 [created] a3a1f1b1d


MNEMONIC-78: Missing source code of module mnemonic-computing-services for releasing


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

Branch: refs/heads/branch-0.2.0
Commit: b9286b17d5749a0a3b545c9cff8bde712d88dd61
Parents: 47379a7
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Mon Jul 18 11:48:51 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Mon Jul 18 11:48:51 2016 -0700

----------------------------------------------------------------------
 build-tools/source-assembly.xml     | 59 ++++++++++++++++++++++++++----
 mnemonic-computing-services/pom.xml | 28 +++++++++-----
 mnemonic-memory-services/pom.xml    | 63 ++++++++++++++++----------------
 pom.xml                             |  3 +-
 4 files changed, 103 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/b9286b17/build-tools/source-assembly.xml
----------------------------------------------------------------------
diff --git a/build-tools/source-assembly.xml b/build-tools/source-assembly.xml
index 3232377..97ba6c9 100644
--- a/build-tools/source-assembly.xml
+++ b/build-tools/source-assembly.xml
@@ -19,9 +19,10 @@
   under the License.
 -->
 
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
+<assembly
+  xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
   <id>src</id>
   <formats>
     <format>zip</format>
@@ -74,7 +75,7 @@
     <moduleSet>
       <includes>
         <include>org.apache.mnemonic:mnemonic-pmalloc-service</include>
-	<include>org.apache.mnemonic:mnemonic-nvml-vmem-service</include>
+        <include>org.apache.mnemonic:mnemonic-nvml-vmem-service</include>
       </includes>
       <sources>
         <fileSets>
@@ -91,7 +92,49 @@
             </excludes>
           </fileSet>
         </fileSets>
-	<outputDirectoryMapping>mnemonic-memory-services/${module.artifactId}</outputDirectoryMapping>
+        <outputDirectoryMapping>mnemonic-memory-services/${module.artifactId}</outputDirectoryMapping>
+      </sources>
+    </moduleSet>
+    <moduleSet>
+      <includes>
+        <include>org.apache.mnemonic:mnemonic-computing-services</include>
+      </includes>
+      <sources>
+        <fileSets>
+          <fileSet>
+            <directory>.</directory>
+            <outputDirectory>.</outputDirectory>
+            <useDefaultExcludes>true</useDefaultExcludes>
+            <excludes>
+              <exclude>**/target/**</exclude>
+              <exclude>**/service-dist/**</exclude>
+              <exclude>dependency-reduced-pom.xml</exclude>
+              <exclude>**/*.dat</exclude>
+            </excludes>
+          </fileSet>
+        </fileSets>
+      </sources>
+    </moduleSet>
+    <moduleSet>
+      <includes>
+        <include>org.apache.mnemonic:mnemonic-utilities-service</include>
+      </includes>
+      <sources>
+        <fileSets>
+          <fileSet>
+            <directory>.</directory>
+            <outputDirectory>.</outputDirectory>
+            <useDefaultExcludes>true</useDefaultExcludes>
+            <excludes>
+              <exclude>**/target/**</exclude>
+              <exclude>**/native/build/**</exclude>
+              <exclude>**/native/dist/**</exclude>
+              <exclude>dependency-reduced-pom.xml</exclude>
+              <exclude>**/*.dat</exclude>
+            </excludes>
+          </fileSet>
+        </fileSets>
+        <outputDirectoryMapping>mnemonic-computing-services/${module.artifactId}</outputDirectoryMapping>
       </sources>
     </moduleSet>
   </moduleSets>
@@ -102,10 +145,10 @@
         <include>README*</include>
         <include>LICENSE*</include>
         <include>NOTICE*</include>
-	<include>DISCLAIMER*</include>
-	<include>KEYS</include>
+        <include>DISCLAIMER*</include>
+        <include>KEYS</include>
         <include>pom.xml</include>
-	<include>build-tools/**</include>
+        <include>build-tools/**</include>
       </includes>
       <useDefaultExcludes>true</useDefaultExcludes>
     </fileSet>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/b9286b17/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index 300bfb0..0ab2739 100644
--- a/mnemonic-computing-services/pom.xml
+++ b/mnemonic-computing-services/pom.xml
@@ -1,15 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor 
-  license agreements. See the NOTICE file distributed with this work for additional 
-  information regarding copyright ownership. The ASF licenses this file to 
-  you under the Apache License, Version 2.0 (the "License"); you may not use 
-  this file except in compliance with the License. You may obtain a copy of 
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
-  by applicable law or agreed to in writing, software distributed under the 
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
-  OF ANY KIND, either express or implied. See the License for the specific 
-  language governing permissions and limitations under the License. -->
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/b9286b17/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index 3d8d14c..d0fa1ba 100644
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mnemonic</groupId>
@@ -27,10 +28,10 @@
     <version>0.1.2-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
- 
+
   <artifactId>mnemonic-memory-services</artifactId>
   <name>mnemonic-memory-services</name>
-  <packaging>pom</packaging> 
+  <packaging>pom</packaging>
   <url>http://mnemonic.incubator.apache.org</url>
 
   <properties>
@@ -66,40 +67,40 @@
           <version>2.6</version>
           <configuration>
             <forceCreation>true</forceCreation>
-	    <outputDirectory>${service.basedir}/service-dist</outputDirectory>
-	    <archive>
-	      <addMavenDescriptor>false</addMavenDescriptor>
-	    </archive>
+            <outputDirectory>${service.basedir}/service-dist</outputDirectory>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+            </archive>
           </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
           <version>2.4.3</version>
-	  <executions>
-	    <execution>
-	      <phase>package</phase>
-	      <goals>
-		<goal>shade</goal>
-	      </goals>
-	      <configuration>
-		<minimizeJar>true</minimizeJar>
-		<filters>
-		  <filter>
-		    <artifact>*:*</artifact>
-		    <includes>
-		    </includes>
-		    <excludes>
-		      <exclude>META-INFO/**/**</exclude>
-		      <exclude>META-INFO/services/**</exclude>
-		      <exclude>META-INFO/maven/**</exclude>
-		    </excludes>
-		  </filter>
-		  
-		</filters>
-	      </configuration>
-	    </execution>
-	  </executions>
+          <executions>
+            <execution>
+              <phase>package</phase>
+              <goals>
+                <goal>shade</goal>
+              </goals>
+              <configuration>
+                <minimizeJar>true</minimizeJar>
+                <filters>
+                  <filter>
+                    <artifact>*:*</artifact>
+                    <includes>
+                    </includes>
+                    <excludes>
+                      <exclude>META-INFO/**/**</exclude>
+                      <exclude>META-INFO/services/**</exclude>
+                      <exclude>META-INFO/maven/**</exclude>
+                    </excludes>
+                  </filter>
+
+                </filters>
+              </configuration>
+            </execution>
+          </executions>
         </plugin>
       </plugins>
     </pluginManagement>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/b9286b17/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d9737d..898dd88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,8 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mnemonic</groupId>


[3/3] incubator-mnemonic git commit: Prepare for releasing 0.2.0-incubating rc2

Posted by ga...@apache.org.
Prepare for releasing 0.2.0-incubating rc2


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

Branch: refs/heads/branch-0.2.0
Commit: a3a1f1b1d3430fc9e7c15db2525d8a22f683ed20
Parents: 0cabec9
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Mon Jul 18 11:55:57 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Mon Jul 18 11:55:57 2016 -0700

----------------------------------------------------------------------
 mnemonic-collections/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-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 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/mnemonic-collections/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-collections/pom.xml b/mnemonic-collections/pom.xml
index 50207e7..13124e1 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/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 81487b6..99e4bad 100644
--- a/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
+++ b/mnemonic-computing-services/mnemonic-utilities-service/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.mnemonic</groupId>
     <artifactId>mnemonic-computing-services</artifactId>
-    <version>0.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
   </parent>
 
   <artifactId>mnemonic-utilities-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-computing-services/pom.xml b/mnemonic-computing-services/pom.xml
index cf411fd..e052963 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/mnemonic-core/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-core/pom.xml b/mnemonic-core/pom.xml
index 123c7c4..c29daac 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/mnemonic-examples/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-examples/pom.xml b/mnemonic-examples/pom.xml
index 2bf273d..a1859b4 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/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 e6db4fb..e1dac25 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
   </parent>
   
   <artifactId>mnemonic-nvml-vmem-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/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 020431f..4cdcf8b 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
   </parent>
 
   <artifactId>mnemonic-pmalloc-service</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --git a/mnemonic-memory-services/pom.xml b/mnemonic-memory-services/pom.xml
index ee7c544..b9dfeb4 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.2.0-incubating-SNAPSHOT</version>
+    <version>0.2.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/a3a1f1b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 423e18c..f0d29d8 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.2.0-incubating-SNAPSHOT</version>
+  <version>0.2.0-incubating</version>
   <packaging>pom</packaging>
   <name>mnemonic-parent</name>
   <url>http://mnemonic.incubator.apache.org</url>


[2/3] incubator-mnemonic git commit: Merge branch 'durable-computing'

Posted by ga...@apache.org.
Merge branch 'durable-computing'


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

Branch: refs/heads/branch-0.2.0
Commit: 0cabec9c495a61a2b118e877110640e426e5479b
Parents: 69ebfa4 b9286b1
Author: Wang, Gang(Gary) <ga...@intel.com>
Authored: Mon Jul 18 11:52:43 2016 -0700
Committer: Wang, Gang(Gary) <ga...@intel.com>
Committed: Mon Jul 18 11:52:43 2016 -0700

----------------------------------------------------------------------
 build-tools/source-assembly.xml     | 59 ++++++++++++++++++++++++++----
 mnemonic-computing-services/pom.xml | 28 +++++++++-----
 mnemonic-memory-services/pom.xml    | 63 ++++++++++++++++----------------
 pom.xml                             |  3 +-
 4 files changed, 103 insertions(+), 50 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/0cabec9c/mnemonic-computing-services/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/0cabec9c/mnemonic-memory-services/pom.xml
----------------------------------------------------------------------
diff --cc mnemonic-memory-services/pom.xml
index 93d182b,d0fa1ba..ee7c544
--- a/mnemonic-memory-services/pom.xml
+++ b/mnemonic-memory-services/pom.xml
@@@ -24,13 -25,13 +25,13 @@@
    <parent>
      <groupId>org.apache.mnemonic</groupId>
      <artifactId>mnemonic-parent</artifactId>
 -    <version>0.1.2-incubating-SNAPSHOT</version>
 +    <version>0.2.0-incubating-SNAPSHOT</version>
      <relativePath>../pom.xml</relativePath>
    </parent>
-  
+ 
    <artifactId>mnemonic-memory-services</artifactId>
    <name>mnemonic-memory-services</name>
-   <packaging>pom</packaging> 
+   <packaging>pom</packaging>
    <url>http://mnemonic.incubator.apache.org</url>
  
    <properties>

http://git-wip-us.apache.org/repos/asf/incubator-mnemonic/blob/0cabec9c/pom.xml
----------------------------------------------------------------------