You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by pe...@apache.org on 2018/10/22 12:53:49 UTC

[1/2] incubator-crail git commit: [History]: rc2 fixes and improvements

Repository: incubator-crail
Updated Branches:
  refs/heads/master 5bc2d8085 -> 2b75c4c47


[History]: rc2 fixes and improvements

Signed-off-by: Jonas Pfefferle <pe...@apache.org>


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

Branch: refs/heads/master
Commit: 4abca78eeca8d62189b063487e0949810a544c44
Parents: 5bc2d80
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Mon Oct 22 14:48:13 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Mon Oct 22 14:49:30 2018 +0200

----------------------------------------------------------------------
 HISTORY.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/4abca78e/HISTORY.md
----------------------------------------------------------------------
diff --git a/HISTORY.md b/HISTORY.md
index 33626ff..86e1b5a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -17,7 +17,7 @@ limitations under the License.
 {% endcomment %}
 -->
 
-## [1.1](https://github.com/apache/incubator-crail/tree/v1.1) - 18.10.2018
+## [1.1](https://github.com/apache/incubator-crail/tree/v1.1) - 22.10.2018
 
 #### New features / improvements
 
@@ -36,6 +36,7 @@ limitations under the License.
 * [[CRAIL-53](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-53)] Add missing license headers and exclude configuration files from rat check
 * [[CRAIL-54](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-54)] Tar source files / scm tag is now HEAD
 * [[CRAIL-55](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-55)] Add programming documentation
+* [[CRAIL-61](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-61)] Add how to release documentation
 
 
 #### Bug fixes
@@ -47,6 +48,7 @@ limitations under the License.
 * [[CRAIL-46](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-46)] Clarify incubating status on website
 * [[CRAIL-51](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-51)] Fix subsitution of core-site.xml in Docker container
 * [[CRAIL-52](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-52)] Fix CRAIL_HOME in Docker container
+* [[CRAIL-58](https://jira.apache.org/jira/projects/CRAIL/issues/CRAIL-58)] Fix RDMA Docker build
 
 ## [1.0](https://github.com/apache/incubator-crail/tree/v1.0) - 23.05.2018
 


[2/2] incubator-crail git commit: [maven-release-plugin] prepare release v1.1-rc2

Posted by pe...@apache.org.
[maven-release-plugin] prepare release v1.1-rc2


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

Branch: refs/heads/master
Commit: 2b75c4c47e2491c860079e1be985b6767f226061
Parents: 4abca78
Author: Jonas Pfefferle <pe...@apache.org>
Authored: Mon Oct 22 14:53:33 2018 +0200
Committer: Jonas Pfefferle <pe...@apache.org>
Committed: Mon Oct 22 14:53:33 2018 +0200

----------------------------------------------------------------------
 assembly/pom.xml      | 2 +-
 client/pom.xml        | 4 ++--
 hdfs/pom.xml          | 4 ++--
 namenode/pom.xml      | 4 ++--
 pom.xml               | 4 ++--
 rpc-darpc/pom.xml     | 4 ++--
 rpc-narpc/pom.xml     | 4 ++--
 rpc/pom.xml           | 4 ++--
 storage-narpc/pom.xml | 4 ++--
 storage-nvmf/pom.xml  | 4 ++--
 storage-rdma/pom.xml  | 4 ++--
 storage/pom.xml       | 4 ++--
 12 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 4ec349d..bc2e158 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index f5626c1..205c58f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-client</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail Client Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/hdfs/pom.xml b/hdfs/pom.xml
index da5f5e4..9b636ea 100644
--- a/hdfs/pom.xml
+++ b/hdfs/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-hdfs</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail HDFS Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/namenode/pom.xml
----------------------------------------------------------------------
diff --git a/namenode/pom.xml b/namenode/pom.xml
index f6d0774..af70d8f 100644
--- a/namenode/pom.xml
+++ b/namenode/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-namenode</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail Namenode Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 95fadd4..020cade 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail Project Parent POM</name>
   <url>http://maven.apache.org</url>
 
@@ -34,7 +34,7 @@
     <connection>scm:git:git://git.apache.org/incubator-crail.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-crail.git</developerConnection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-crail.git</url>
-    <tag>HEAD</tag>
+    <tag>v1.1-rc2</tag>
   </scm>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/rpc-darpc/pom.xml
----------------------------------------------------------------------
diff --git a/rpc-darpc/pom.xml b/rpc-darpc/pom.xml
index eb584d7..3037b85 100644
--- a/rpc-darpc/pom.xml
+++ b/rpc-darpc/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc-darpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail DaRPC Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/rpc-narpc/pom.xml
----------------------------------------------------------------------
diff --git a/rpc-narpc/pom.xml b/rpc-narpc/pom.xml
index b4be96f..4b3c9e0 100644
--- a/rpc-narpc/pom.xml
+++ b/rpc-narpc/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc-narpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail RPC/TCP Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/rpc/pom.xml
----------------------------------------------------------------------
diff --git a/rpc/pom.xml b/rpc/pom.xml
index ade471e..889f2b0 100644
--- a/rpc/pom.xml
+++ b/rpc/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail RPC Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/storage-narpc/pom.xml
----------------------------------------------------------------------
diff --git a/storage-narpc/pom.xml b/storage-narpc/pom.xml
index 6a919e2..24da632 100644
--- a/storage-narpc/pom.xml
+++ b/storage-narpc/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-narpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail Storage NaRPC Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/storage-nvmf/pom.xml
----------------------------------------------------------------------
diff --git a/storage-nvmf/pom.xml b/storage-nvmf/pom.xml
index f395cb1..4ec358f 100644
--- a/storage-nvmf/pom.xml
+++ b/storage-nvmf/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-nvmf</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail NVMf Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/storage-rdma/pom.xml
----------------------------------------------------------------------
diff --git a/storage-rdma/pom.xml b/storage-rdma/pom.xml
index 4e67953..315558c 100644
--- a/storage-rdma/pom.xml
+++ b/storage-rdma/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-rdma</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail RDMA Project</name>
   <url>http://maven.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/incubator-crail/blob/2b75c4c4/storage/pom.xml
----------------------------------------------------------------------
diff --git a/storage/pom.xml b/storage/pom.xml
index 0923ad6..aa7f614 100644
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.crail</groupId>
     <artifactId>crail-parent</artifactId>
-    <version>1.2-incubating-SNAPSHOT</version>
+    <version>1.1-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating-SNAPSHOT</version>
+  <version>1.1-incubating</version>
   <name>Crail Storage Project</name>
   <url>http://maven.apache.org</url>