Skip to content

Commit ac56585

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent bcdb3c8 commit ac56585

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

pom.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,17 @@
190190
<!-- SCM and Releasing with Maven -->
191191
<maven.scm.version>1.11.2</maven.scm.version>
192192
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
193+
<maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
194+
<!--
193195
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
196+
-->
194197

195198
<!-- Maven plugins -->
196199
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
197200
<maven-assembly-plugin.version>3.1.1</maven-assembly-plugin.version>
198201
<maven-clean-plugin.version>3.1.0</maven-clean-plugin.version>
199202
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
200203
<maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version>
201-
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
202204
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
203205
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
204206
<maven-help-plugin.version>3.2.0</maven-help-plugin.version>
@@ -217,6 +219,7 @@
217219
<git-commit-id-plugin.version>3.0.1</git-commit-id-plugin.version>
218220
<maven-changes-plugin.version>2.12.1</maven-changes-plugin.version>
219221

222+
220223
<!-- Maven Reports and Site -->
221224
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
222225
<maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
@@ -448,6 +451,12 @@
448451
<version>${maven-changes-plugin.version}</version>
449452
<type>maven-plugin</type>
450453
</dependency>
454+
<dependency>
455+
<groupId>org.apache.maven.plugins</groupId>
456+
<artifactId>maven-deploy-plugin</artifactId>
457+
<version>${maven-deploy-plugin.version}</version>
458+
<type>maven-plugin</type>
459+
</dependency>
451460
<dependency>
452461
<groupId>org.apache.maven.doxia</groupId>
453462
<artifactId>doxia-module-markdown</artifactId>
@@ -698,6 +707,11 @@
698707
<artifactId>maven-changes-plugin</artifactId>
699708
<type>maven-plugin</type>
700709
</dependency>
710+
<dependency>
711+
<groupId>org.apache.maven.plugins</groupId>
712+
<artifactId>maven-deploy-plugin</artifactId>
713+
<type>maven-plugin</type>
714+
</dependency>
701715
<dependency>
702716
<groupId>org.apache.maven.doxia</groupId>
703717
<artifactId>doxia-module-markdown</artifactId>
@@ -754,6 +768,11 @@
754768
<artifactId>maven-surefire-report-plugin</artifactId>
755769
<version>${maven-surefire-report-plugin.version}</version>
756770
</plugin>
771+
<plugin>
772+
<groupId>org.apache.maven.plugins</groupId>
773+
<artifactId>maven-deploy-plugin</artifactId>
774+
<version>${maven-deploy-plugin.version}</version>
775+
</plugin>
757776
<plugin>
758777
<groupId>org.apache.maven.plugins</groupId>
759778
<artifactId>maven-site-plugin</artifactId>
@@ -1093,6 +1112,10 @@
10931112
<groupId>org.apache.maven.plugins</groupId>
10941113
<artifactId>maven-site-plugin</artifactId>
10951114
</plugin>
1115+
<plugin>
1116+
<groupId>org.apache.maven.plugins</groupId>
1117+
<artifactId>maven-deploy-plugin</artifactId>
1118+
</plugin>
10961119
<plugin>
10971120
<groupId>org.apache.maven.plugins</groupId>
10981121
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)