Skip to content

Commit 3257f33

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent af6ebcb commit 3257f33

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,12 @@
453453
<version>${maven-release-plugin.version}</version>
454454
<type>maven-plugin</type>
455455
</dependency>
456+
<dependency>
457+
<groupId>org.apache.maven.plugins</groupId>
458+
<artifactId>maven-deploy-plugin</artifactId>
459+
<version>${maven-deploy-plugin.version}</version>
460+
<type>maven-plugin</type>
461+
</dependency>
456462
<dependency>
457463
<groupId>org.apache.maven.doxia</groupId>
458464
<artifactId>doxia-module-markdown</artifactId>
@@ -708,6 +714,11 @@
708714
<artifactId>maven-release-plugin</artifactId>
709715
<type>maven-plugin</type>
710716
</dependency>
717+
<dependency>
718+
<groupId>org.apache.maven.plugins</groupId>
719+
<artifactId>maven-deploy-plugin</artifactId>
720+
<type>maven-plugin</type>
721+
</dependency>
711722
<dependency>
712723
<groupId>org.apache.maven.doxia</groupId>
713724
<artifactId>doxia-module-markdown</artifactId>
@@ -769,6 +780,11 @@
769780
<artifactId>maven-release-plugin</artifactId>
770781
<version>${maven-release-plugin.version}</version>
771782
</plugin>
783+
<plugin>
784+
<groupId>org.apache.maven.plugins</groupId>
785+
<artifactId>maven-deploy-plugin</artifactId>
786+
<version>${maven-deploy-plugin.version}</version>
787+
</plugin>
772788
<plugin>
773789
<groupId>org.apache.maven.plugins</groupId>
774790
<artifactId>maven-site-plugin</artifactId>
@@ -1115,6 +1131,10 @@
11151131
<tagNameFormat>v@{project.version}</tagNameFormat>
11161132
</configuration>
11171133
</plugin>
1134+
<plugin>
1135+
<groupId>org.apache.maven.plugins</groupId>
1136+
<artifactId>maven-deploy-plugin</artifactId>
1137+
</plugin>
11181138
<plugin>
11191139
<groupId>org.apache.maven.plugins</groupId>
11201140
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)