Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Jun 15, 2023
1 parent fedfe59 commit 3170919
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ target/
build/
bin/
out/
.vscode
2 changes: 1 addition & 1 deletion boot-data-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions boot-data-couchbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<testcontainers.version>1.18.3</testcontainers.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions boot-data-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
<testcontainers.version>1.18.3</testcontainers.version>
<maven-surefire-plugin.version>3.1.2-M6</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion boot-data-mongo-tailable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Spring Data Mongo reactive Tailable example</description>
<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion boot-data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion boot-data-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<java.version>17</java.version>
<neo4j.version>5.7.0</neo4j.version>
<testcontainers.version>1.18.1</testcontainers.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion boot-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion boot-neo4j-cypher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<maven-failsafe-plugin.version>3.0.0-M6</maven-failsafe-plugin.version>
<maven-failsafe-plugin.version>3.1.2-M6</maven-failsafe-plugin.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions boot-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<testcontainers.version>1.18.3</testcontainers.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion boot-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<properties>
<java.version>17</java.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion data-mongo-pageable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<maven-failsafe-plugin.version>3.0.0-M6</maven-failsafe-plugin.version>
<testcontainers.version>1.18.0</testcontainers.version>
<maven-failsafe-plugin.version>3.1.2-M6</maven-failsafe-plugin.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
6 changes: 3 additions & 3 deletions data-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<maven-failsafe-plugin.version>3.0.0</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<testcontainers.version>1.18.0</testcontainers.version>
<maven-failsafe-plugin.version>3.1.2</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<testcontainers.version>1.18.3</testcontainers.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<kotlin.version>1.8.21</kotlin.version>
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2-M6</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-routes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<kotlin.version>1.8.21</kotlin.version>
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2-M6</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>17</maven.compiler.release>
<kotlin.version>1.8.21</kotlin.version>
<maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
<configuration>
<printSummary>true</printSummary>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
Expand Down

0 comments on commit 3170919

Please sign in to comment.