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 <zhang...@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://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>1.14_2.12-1.1.0</tag> </scm> <issueManagement> <system>GitHub</system> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org