Skip to content

Commit

Permalink
fix(pom): pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
LetChatIT committed Nov 8, 2023
1 parent 29d34be commit f1e44e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>admin4j-parent</name>
<url>https://github.com/admin4j/admin4j-framework</url>
<properties>
<admin4j-dependencies.version>0.9.0</admin4j-dependencies.version>
<admin4j-dependencies.version>0.9.2</admin4j-dependencies.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</modules>
<properties>
<revision>0.9.0</revision>
<admin4j-dependencies.version>0.9.0</admin4j-dependencies.version>
<admin4j-dependencies.version>0.9.2</admin4j-dependencies.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<description>Spring Boot Parent for admin4j framework</description>

<properties>
<admin4j-dependencies.version>0.9.0</admin4j-dependencies.version>
<admin4j-dependencies.version>0.9.2</admin4j-dependencies.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit f1e44e1

Please sign in to comment.