Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mik committed Aug 8, 2023
1 parent 123f701 commit b2f3586
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion final-security-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.ifinalframework.security</groupId>
<artifactId>final-security</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
</parent>

<artifactId>final-security-core</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.ifinalframework.project</groupId>
<artifactId>final-project</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
</parent>
<groupId>org.ifinalframework.security</groupId>
<artifactId>final-security</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
<packaging>pom</packaging>
<name>final-security</name>
<description>final-security</description>
Expand All @@ -18,7 +18,7 @@
</modules>
<properties>
<java.version>17</java.version>
<final.version>1.5.2-SNAPSHOT</final.version>
<final.version>1.5.2</final.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.ifinalframework.security</groupId>
<artifactId>final-security-core</artifactId>
<version>1.5.2-SNAPSHOT</version>
<version>1.5.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b2f3586

Please sign in to comment.