Skip to content

Commit

Permalink
1.1.0.7 update spring and depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FunixG committed Apr 6, 2024
1 parent a7f90e3 commit 7d8b4a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0.6</version>
<version>1.1.0.7</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.0.6</version>
<version>1.1.0.7</version>
</parent>

<groupId>com.funixproductions.core.exceptions</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.funixproductions.core</groupId>
<artifactId>funixproductions-core</artifactId>
<version>1.1.0.6</version>
<version>1.1.0.7</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>17</java.version>
<com.funixproductions.core.version>1.1.0.6</com.funixproductions.core.version>
<com.funixproductions.core.version>1.1.0.7</com.funixproductions.core.version>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<com.google.guava.version>33.1.0-jre</com.google.guava.version>
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.0.6</version>
<version>1.1.0.7</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.0.6</version>
<version>1.1.0.7</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.0.6</version>
<version>1.1.0.7</version>
</parent>

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

0 comments on commit 7d8b4a3

Please sign in to comment.