Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rb committed Jul 15, 2023
1 parent 55cef34 commit 9cf9fd6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<url>https://www.doyto.win/</url>

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<doyto-query.version>1.0.2-SNAPSHOT</doyto-query.version>
<revision>1.0.2-SNAPSHOT</revision>
<doyto-query.version>1.0.2</doyto-query.version>

<spring-boot.version>2.7.12</spring-boot.version>

Expand Down Expand Up @@ -160,14 +160,10 @@
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>bom</flattenMode>
<flattenedPomFilename>target/${project.artifactId}.pom.xml</flattenedPomFilename>
<pomElements>
<version>resolve</version>
<properties>resolve</properties>
<dependencies>resolve</dependencies>
<pluginManagement>resolve</pluginManagement>
<properties>remove</properties>
</pomElements>
</configuration>
<executions>
Expand Down

0 comments on commit 9cf9fd6

Please sign in to comment.