You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2019/05/19 13:26:28 UTC

[bahir] branch branch-2.2 created (now 034a139)

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

lresende pushed a change to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/bahir.git.


      at 034a139  Set Spark version to 2.2.3 preparing for release

This branch includes the following new commits:

     new a056365  [maven-release-plugin] prepare for next development iteration
     new 034a139  Set Spark version to 2.2.3 preparing for release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[bahir] 02/02: Set Spark version to 2.2.3 preparing for release

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/bahir.git

commit 034a1394ccefaa9a7827bb65f4c9b28cd56e3731
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat May 18 01:44:03 2019 +0200

    Set Spark version to 2.2.3 preparing for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 590a103..019f245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <log4j.version>1.2.17</log4j.version>
 
     <!-- Spark version -->
-    <spark.version>2.2.2</spark.version>
+    <spark.version>2.2.3</spark.version>
 
     <!-- MQTT Client -->
     <mqtt.paho.client>1.1.0</mqtt.paho.client>


[bahir] 01/02: [maven-release-plugin] prepare for next development iteration

Posted by lr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/bahir.git

commit a0563655bed7df102d455d34c0319f75038e169f
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sat May 18 01:42:06 2019 +0200

    [maven-release-plugin] prepare for next development iteration
---
 distribution/pom.xml       | 2 +-
 pom.xml                    | 8 ++++----
 sql-cloudant/pom.xml       | 2 +-
 sql-streaming-akka/pom.xml | 2 +-
 sql-streaming-mqtt/pom.xml | 2 +-
 streaming-akka/pom.xml     | 2 +-
 streaming-mqtt/pom.xml     | 2 +-
 streaming-pubsub/pom.xml   | 2 +-
 streaming-twitter/pom.xml  | 2 +-
 streaming-zeromq/pom.xml   | 2 +-
 10 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 2f8de42..6ebb554 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-parent_2.11</artifactId>
-        <version>2.2.2</version>
+        <version>2.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 8761f03..590a103 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
   <groupId>org.apache.bahir</groupId>
   <artifactId>bahir-parent_2.11</artifactId>
-  <version>2.2.2</version>
+  <version>2.2.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Bahir - Parent POM</name>
   <url>http://bahir.apache.org/</url>
@@ -38,9 +38,9 @@
   </licenses>
   <scm>
     <connection>scm:git:git@github.com:apache/bahir.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/bahir.git</developerConnection>
-    <url>scm:git:git@github.com:apache/bahir.git</url>
-    <tag>v2.2.2-rc1</tag>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/bahir.git</developerConnection>
+    <url>https://github.com/apache/bahir</url>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
diff --git a/sql-cloudant/pom.xml b/sql-cloudant/pom.xml
index b94cb9e..a045c18 100644
--- a/sql-cloudant/pom.xml
+++ b/sql-cloudant/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/sql-streaming-akka/pom.xml b/sql-streaming-akka/pom.xml
index 2c4dae7..4481b60 100644
--- a/sql-streaming-akka/pom.xml
+++ b/sql-streaming-akka/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.bahir</groupId>
         <artifactId>bahir-parent_2.11</artifactId>
-        <version>2.2.2</version>
+        <version>2.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/sql-streaming-mqtt/pom.xml b/sql-streaming-mqtt/pom.xml
index 8380ded..505035d 100644
--- a/sql-streaming-mqtt/pom.xml
+++ b/sql-streaming-mqtt/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/streaming-akka/pom.xml b/streaming-akka/pom.xml
index df58080..77301d9 100644
--- a/streaming-akka/pom.xml
+++ b/streaming-akka/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/streaming-mqtt/pom.xml b/streaming-mqtt/pom.xml
index 5391361..3be551d 100644
--- a/streaming-mqtt/pom.xml
+++ b/streaming-mqtt/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/streaming-pubsub/pom.xml b/streaming-pubsub/pom.xml
index 078d267..83a807e 100644
--- a/streaming-pubsub/pom.xml
+++ b/streaming-pubsub/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>bahir-parent_2.11</artifactId>
     <groupId>org.apache.bahir</groupId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/streaming-twitter/pom.xml b/streaming-twitter/pom.xml
index 8cda9a2..4376b00 100644
--- a/streaming-twitter/pom.xml
+++ b/streaming-twitter/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/streaming-zeromq/pom.xml b/streaming-zeromq/pom.xml
index cd8673c..cd27d4f 100644
--- a/streaming-zeromq/pom.xml
+++ b/streaming-zeromq/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.bahir</groupId>
     <artifactId>bahir-parent_2.11</artifactId>
-    <version>2.2.2</version>
+    <version>2.2.3-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>