This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.12.7-2.12-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git
commit e83ba370db97050d548414eee0c5acc5084c6c68 Author: morningman <[email protected]> AuthorDate: Mon Feb 14 13:04:59 2022 +0800 [maven-release-plugin] prepare release 1.12.7-2.12-1.0.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 397d9e6..b16a89d 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>doris-flink-connector</artifactId> - <version>${flink.version}-${scala.version}-1.0.0-SNAPSHOT</version> + <version>1.12.7-2.12-1.0.0</version> <name>Doris Flink Connector</name> <url>https://doris.apache.org/</url> <licenses> @@ -41,7 +40,7 @@ under the License. <connection>scm:git:https://[email protected]/apache/incubator-doris-flink-connector.git</connection> <developerConnection>scm:git:https://[email protected]/apache/incubator-doris-flink-connector.git</developerConnection> <url>scm:git:https://[email protected]/apache/incubator-doris-flink-connector.git</url> - <tag>HEAD</tag> + <tag>1.12.7-2.12-1.0.0</tag> </scm> <issueManagement> <system>GitHub</system> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
