Skip to content

Commit 0239b29

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent ff63a35 commit 0239b29

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
<url>file://${user.home}/public_html/p/simpleworklist</url>
183183
</site>
184184
<repository>
185-
<id>local</id>
186-
<name>local</name>
185+
<id>localrepo</id>
186+
<name>localrepo</name>
187187
<url>file://home/tw/.m2/repository</url>
188188
</repository>
189189
</distributionManagement>
@@ -194,11 +194,8 @@
194194

195195
<!-- SCM and Releasing with Maven -->
196196
<maven.scm.version>1.11.2</maven.scm.version>
197-
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
197+
<maven-release-plugin.version>3.0.0-M1</maven-release-plugin.version>
198198
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
199-
<!--
200-
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
201-
-->
202199

203200
<!-- Maven plugins -->
204201
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>

0 commit comments

Comments
 (0)