Skip to content

Commit 4dce3d9

Browse files
committed
3.0.1 init
1 parent 7e95924 commit 4dce3d9

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ JavaLib,是一个Java开发基础工具类库,对项目开发中常用的工
3737
<dependency>
3838
<groupId>com.fengwenyi</groupId>
3939
<artifactId>JavaLib</artifactId>
40-
<version>3.0.0</version>
40+
<version>3.0.1</version>
4141
</dependency>
4242
```
4343

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.fengwenyi</groupId>
88
<artifactId>JavaLib</artifactId>
9-
<version>3.0.0</version>
9+
<version>3.0.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111
<name>JavaLib</name>
1212
<description>JAVA开发常用工具集</description>
@@ -33,6 +33,8 @@
3333
<maven-gpg-plugin.version>3.2.1</maven-gpg-plugin.version>
3434
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
3535
<lombok.version>1.18.30</lombok.version>
36+
<apache-maven-compiler-plugin.version>3.13.0</apache-maven-compiler-plugin.version>
37+
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
3638
</properties>
3739

3840
<dependencies>
@@ -146,13 +148,13 @@
146148
<plugin>
147149
<groupId>org.apache.maven.plugins</groupId>
148150
<artifactId>maven-compiler-plugin</artifactId>
149-
<version>3.13.0</version>
151+
<version>${apache-maven-compiler-plugin.version}</version>
150152
</plugin>
151153
<!-- sonatype提供了自动release的插件,这意味着运行mvn clean deploy后不用手动去close-> release了,此插件会自动release我们的项目到Maven中央仓库。 -->
152154
<plugin>
153155
<groupId>org.sonatype.plugins</groupId>
154156
<artifactId>nexus-staging-maven-plugin</artifactId>
155-
<version>1.7.0</version>
157+
<version>${nexus-staging-maven-plugin.version}</version>
156158
<extensions>true</extensions>
157159
<configuration>
158160
<serverId>oss</serverId>

0 commit comments

Comments
 (0)