Skip to content

Commit 45537bf

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent 121a69e commit 45537bf

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,12 @@
449449
<version>${maven-changes-plugin.version}</version>
450450
<type>maven-plugin</type>
451451
</dependency>
452+
<dependency>
453+
<groupId>org.apache.maven.plugins</groupId>
454+
<artifactId>maven-release-plugin</artifactId>
455+
<version>${maven-release-plugin.version}</version>
456+
<type>maven-plugin</type>
457+
</dependency>
452458
<dependency>
453459
<groupId>org.apache.maven.doxia</groupId>
454460
<artifactId>doxia-module-markdown</artifactId>
@@ -699,6 +705,11 @@
699705
<artifactId>maven-changes-plugin</artifactId>
700706
<type>maven-plugin</type>
701707
</dependency>
708+
<dependency>
709+
<groupId>org.apache.maven.plugins</groupId>
710+
<artifactId>maven-release-plugin</artifactId>
711+
<type>maven-plugin</type>
712+
</dependency>
702713
<dependency>
703714
<groupId>org.apache.maven.doxia</groupId>
704715
<artifactId>doxia-module-markdown</artifactId>
@@ -755,6 +766,11 @@
755766
<artifactId>maven-surefire-report-plugin</artifactId>
756767
<version>${maven-surefire-report-plugin.version}</version>
757768
</plugin>
769+
<plugin>
770+
<groupId>org.apache.maven.plugins</groupId>
771+
<artifactId>maven-release-plugin</artifactId>
772+
<version>${maven-release-plugin.version}</version>
773+
</plugin>
758774
<plugin>
759775
<groupId>org.apache.maven.plugins</groupId>
760776
<artifactId>maven-site-plugin</artifactId>
@@ -1094,6 +1110,13 @@
10941110
<groupId>org.apache.maven.plugins</groupId>
10951111
<artifactId>maven-site-plugin</artifactId>
10961112
</plugin>
1113+
<plugin>
1114+
<groupId>org.apache.maven.plugins</groupId>
1115+
<artifactId>maven-release-plugin</artifactId>
1116+
<configuration>
1117+
<tagNameFormat>v@{project.version}</tagNameFormat>
1118+
</configuration>
1119+
</plugin>
10971120
<plugin>
10981121
<groupId>org.apache.maven.plugins</groupId>
10991122
<artifactId>maven-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)