You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by as...@apache.org on 2019/12/03 13:37:15 UTC

[incubator-crail] branch master updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

asq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-crail.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a739dd  [maven-release-plugin] prepare for next development iteration
8a739dd is described below

commit 8a739ddd0c7e1c98c6b2f794488b809bca79e66d
Author: Adrian Schuepbach <as...@apache.org>
AuthorDate: Tue Dec 3 14:37:06 2019 +0100

    [maven-release-plugin] prepare for next development iteration
---
 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(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index c92a497..f2d3f71 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/client/pom.xml b/client/pom.xml
index 6578cfe..c1274e7 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-client</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail Client Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/hdfs/pom.xml b/hdfs/pom.xml
index bf4d361..31ae8fc 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-hdfs</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail HDFS Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/namenode/pom.xml b/namenode/pom.xml
index 9f19cce..ce7f80d 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-namenode</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail Namenode Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/pom.xml b/pom.xml
index 1e7350f..62cbb59 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</version>
+  <version>1.3-incubating-SNAPSHOT</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>v1.2-rc2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>
diff --git a/rpc-darpc/pom.xml b/rpc-darpc/pom.xml
index 1607de0..2a6e604 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc-darpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail DaRPC Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/rpc-narpc/pom.xml b/rpc-narpc/pom.xml
index bf42414..71c3f9d 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc-narpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail RPC/TCP Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/rpc/pom.xml b/rpc/pom.xml
index 808469a..2de3b41 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-rpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail RPC Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/storage-narpc/pom.xml b/storage-narpc/pom.xml
index 62232f0..c95b38b 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-narpc</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail Storage NaRPC Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/storage-nvmf/pom.xml b/storage-nvmf/pom.xml
index 54a3228..6cb1534 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-nvmf</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail NVMf Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/storage-rdma/pom.xml b/storage-rdma/pom.xml
index f815e99..d1b2ee2 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage-rdma</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail RDMA Project</name>
   <url>http://maven.apache.org</url>
 
diff --git a/storage/pom.xml b/storage/pom.xml
index 6e1ea2e..3020203 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</version>
+    <version>1.3-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.crail</groupId>
   <artifactId>crail-storage</artifactId>
   <packaging>jar</packaging>
-  <version>1.2-incubating</version>
+  <version>1.3-incubating-SNAPSHOT</version>
   <name>Crail Storage Project</name>
   <url>http://maven.apache.org</url>