You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/07/08 04:20:03 UTC

[doris-flink-connector] branch branch-1.1.0 updated (81952c0 -> 9bdeb12)

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

jiafengzheng pushed a change to branch branch-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git


    from 81952c0  [optimization] add disable 2pc config (#34)
     new d3ff638  prepare for 1.14.5_2.12-1.1.0
     new 83be5a2  [maven-release-plugin] prepare release 1.14_2.12-1.1.0
     new 9bdeb12  [maven-release-plugin] prepare for next development iteration

The 3 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.


Summary of changes:
 flink-doris-connector/pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[doris-flink-connector] 01/03: prepare for 1.14.5_2.12-1.1.0

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

jiafengzheng pushed a commit to branch branch-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git

commit d3ff6380baa2f88615392d8c6b4825d89796c67d
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Wed Jul 6 10:29:27 2022 +0800

    prepare for 1.14.5_2.12-1.1.0
---
 flink-doris-connector/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index 6206b4a..0632408 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -62,9 +62,9 @@ under the License.
         </mailingList>
     </mailingLists>
     <properties>
-        <scala.version>${env.scala.version}</scala.version>
-        <flink.version>${env.flink.version}</flink.version>
-        <flink.minor.version>${env.flink.minor.version}</flink.minor.version>
+        <scala.version>2.12</scala.version>
+        <flink.version>1.14.5</flink.version>
+        <flink.minor.version>1.14</flink.minor.version>
         <libthrift.version>0.13.0</libthrift.version>
         <arrow.version>5.0.0</arrow.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[doris-flink-connector] 02/03: [maven-release-plugin] prepare release 1.14_2.12-1.1.0

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

jiafengzheng pushed a commit to branch branch-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git

commit 83be5a2ae4a0dab399b609de5737100fff2b93cb
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri Jul 8 12:15:38 2022 +0800

    [maven-release-plugin] prepare release 1.14_2.12-1.1.0
---
 flink-doris-connector/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index 0632408..c0fc0a0 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -17,8 +17,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         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</groupId>
@@ -27,7 +26,7 @@ under the License.
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>flink-doris-connector-${flink.minor.version}_${scala.version}</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>Flink Doris Connector</name>
     <url>https://doris.apache.org/</url>
     <licenses>
@@ -41,7 +40,7 @@ under the License.
         <connection>scm:git:https://git@github.com/apache/doris-flink-connector.git</connection>
         <developerConnection>scm:git:https://git@github.com/apache/doris-flink-connector.git</developerConnection>
         <url>scm:git:https://git@github.com/apache/doris-flink-connector.git</url>
-        <tag>HEAD</tag>
+        <tag>1.14_2.12-1.1.0</tag>
     </scm>
     <issueManagement>
         <system>GitHub</system>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[doris-flink-connector] 03/03: [maven-release-plugin] prepare for next development iteration

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

jiafengzheng pushed a commit to branch branch-1.1.0
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git

commit 9bdeb12905f7c613a4e67a68e0f85c0777189481
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Fri Jul 8 12:15:38 2022 +0800

    [maven-release-plugin] prepare for next development iteration
---
 flink-doris-connector/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index c0fc0a0..c1d0513 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -26,7 +26,7 @@ under the License.
     </parent>
     <groupId>org.apache.doris</groupId>
     <artifactId>flink-doris-connector-${flink.minor.version}_${scala.version}</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>Flink Doris Connector</name>
     <url>https://doris.apache.org/</url>
     <licenses>
@@ -40,7 +40,7 @@ under the License.
         <connection>scm:git:https://git@github.com/apache/doris-flink-connector.git</connection>
         <developerConnection>scm:git:https://git@github.com/apache/doris-flink-connector.git</developerConnection>
         <url>scm:git:https://git@github.com/apache/doris-flink-connector.git</url>
-        <tag>1.14_2.12-1.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>GitHub</system>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org