Skip to content

Commit

Permalink
1.1.2.0 - Spring boot 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed Jun 20, 2024
1 parent a64cb91 commit 43a24a2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion crud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion exceptions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
</parent>

<groupId>com.funixproductions.core.exceptions</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<relativePath/>
</parent>

<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
<name>funixproductions-core</name>
<description>funixproductions-core for all company projects</description>
<url>https://github.com/FunixProductions/spring-core</url>
Expand All @@ -29,7 +29,7 @@

<properties>
<java.version>21</java.version>
<com.funixproductions.core.version>1.1.1.0</com.funixproductions.core.version>
<com.funixproductions.core.version>1.1.2.0</com.funixproductions.core.version>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<com.google.guava.version>33.2.1-jre</com.google.guava.version>
Expand All @@ -52,7 +52,7 @@
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api -->
<io.jsonwebtoken.version>0.12.5</io.jsonwebtoken.version>
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-configuration-processor -->
<org.springframework.boot.annotation.version>3.2.5</org.springframework.boot.annotation.version>
<org.springframework.boot.annotation.version>3.3.0</org.springframework.boot.annotation.version>
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
<org.postgresql.version>42.7.3</org.postgresql.version>
<!-- https://mvnrepository.com/artifact/org.flywaydb/flyway-maven-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
</parent>

<groupId>com.funixproductions.core.files</groupId>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
</parent>

<groupId>com.funixproductions.core.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.1.0</version>
<version>1.1.2.0</version>
</parent>

<groupId>com.funixproductions.core.tools</groupId>
Expand Down

0 comments on commit 43a24a2

Please sign in to comment.