From 485237ec55ed932aaf13c3f24fa28c0348419841 Mon Sep 17 00:00:00 2001 From: cmg <527198563@qq.com> Date: 星期二, 23 四月 2024 16:12:54 +0800 Subject: [PATCH] 标准产品初始化 --- pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 94caf20..fa4425d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>com.hz</groupId> <artifactId>canal-spring-boot-starter</artifactId> <description>canal spring boot starter</description> - <version>1.0.0</version> + <version>stander</version> <properties> <maven.compiler.source>8</maven.compiler.source> @@ -19,7 +19,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.6.1</version> + <version>2.6.2</version> </parent> <dependencies> -- Gitblit v1.8.0