Skip to content

Commit

Permalink
update sofaboot 3.12.1 (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
HzjNeverStop authored Apr 26, 2022
1 parent 9e6240d commit 63572c2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@
<description>SOFABoot Build</description>

<properties>
<revision>3.12.0</revision>
<revision>3.12.1</revision>
<sofa.boot.version>${revision}</sofa.boot.version>
<spring-framework.version>5.3.18</spring-framework.version>
<!--maven plugin-->
<maven.staging.plugin>1.6.7</maven.staging.plugin>
<maven.gpg.pluign>1.5</maven.gpg.pluign>
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
</properties>

<modules>
Expand Down Expand Up @@ -88,6 +89,11 @@
<artifactId>sofa-ark-plugin-maven-plugin</artifactId>
<version>${sofa.ark.version}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${flatten-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 63572c2

Please sign in to comment.