From 4dce3d99cd77252d49c77249bd9e0ed5e1802a48 Mon Sep 17 00:00:00 2001 From: ErwinFeng Date: Sun, 11 Aug 2024 18:32:48 +0800 Subject: [PATCH] 3.0.1 init --- README.md | 2 +- pom.xml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5279054..e4afab9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ JavaLib,是一个Java开发基础工具类库,对项目开发中常用的工 com.fengwenyi JavaLib - 3.0.0 + 3.0.1 ``` diff --git a/pom.xml b/pom.xml index 19f1a65..96dce68 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.fengwenyi JavaLib - 3.0.0 + 3.0.1-SNAPSHOT jar JavaLib JAVA开发常用工具集 @@ -33,6 +33,8 @@ 3.2.1 3.3.0 1.18.30 + 3.13.0 + 1.7.0 @@ -146,13 +148,13 @@ org.apache.maven.plugins maven-compiler-plugin - 3.13.0 + ${apache-maven-compiler-plugin.version} org.sonatype.plugins nexus-staging-maven-plugin - 1.7.0 + ${nexus-staging-maven-plugin.version} true oss