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

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


The following commit(s) were added to refs/heads/release-1.2.1 by this push:
     new d8b6e71  1.15.2
d8b6e71 is described below

commit d8b6e7177ea433f3f3ddd6e7f11901ee147347d9
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Fri Nov 25 15:42:16 2022 +0800

    1.15.2
---
 flink-doris-connector/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index 1e3f4cc..fcf5915 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}</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.2.1</version>
     <name>Flink Doris Connector</name>
     <url>https://doris.apache.org/</url>
     <licenses>
@@ -41,7 +40,7 @@ under the License.
         
<connection>scm:git:https://g...@github.com/apache/doris-flink-connector.git</connection>
         
<developerConnection>scm:git:https://g...@github.com/apache/doris-flink-connector.git</developerConnection>
         
<url>scm:git:https://g...@github.com/apache/doris-flink-connector.git</url>
-        <tag>HEAD</tag>
+        <tag>flink-doris-connector-1.15-1.2.1</tag>
     </scm>
     <issueManagement>
         <system>GitHub</system>
@@ -62,7 +61,7 @@ under the License.
         </mailingList>
     </mailingLists>
     <properties>
-        <flink.version>1.15.3</flink.version>
+        <flink.version>1.15.2</flink.version>
         <flink.minor.version>1.15</flink.minor.version>
         <libthrift.version>0.13.0</libthrift.version>
         <arrow.version>5.0.0</arrow.version>


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

Reply via email to