diff --git a/.github/workflows/maven-settings.xml b/.github/workflows/maven-settings.xml index df833df..ea453f2 100644 --- a/.github/workflows/maven-settings.xml +++ b/.github/workflows/maven-settings.xml @@ -20,6 +20,16 @@ https://maven.pkg.github.com/aboutbits/* + + + central + https://repo1.maven.org/maven2 + + + github + https://maven.pkg.github.com/aboutbits/* + + diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 3baea1a..7908617 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,12 +1,22 @@ + diff --git a/.idea/misc.xml b/.idea/misc.xml index ef964bb..4d81fe9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,10 @@ + + + + + \ No newline at end of file + diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml deleted file mode 100644 index 15eaff5..0000000 --- a/checkstyle-suppressions.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - diff --git a/checkstyle.xml b/checkstyle.xml deleted file mode 100644 index 8621aa5..0000000 --- a/checkstyle.xml +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 5f6877d..8aa326a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,11 +19,20 @@ 21 + + + + it.aboutbits + spring-boot-toolbox + 1.0.0-RC4 + + + + it.aboutbits spring-boot-toolbox - 1.0.0-RC2 @@ -59,12 +68,10 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.2.1 + 3.5.0 checkstyle.xml - - checkstyle-suppressions.xml - + checkstyle-suppressions.xml true true true @@ -83,7 +90,12 @@ com.puppycrawl.tools checkstyle - 10.3.4 + 10.18.1 + + + it.aboutbits + java-checkstyle-config + 1.0.1 diff --git a/src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java b/src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java similarity index 98% rename from src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java rename to src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java index 7b9826e..2a87018 100644 --- a/src/main/java/it/aboutbits/springboot/testing/persistance/PersistenceAssert.java +++ b/src/main/java/it/aboutbits/springboot/testing/persistence/PersistenceAssert.java @@ -1,4 +1,4 @@ -package it.aboutbits.springboot.testing.persistance; +package it.aboutbits.springboot.testing.persistence; import it.aboutbits.springboot.testing.spring.BeanAccessor; import it.aboutbits.springboot.toolbox.persistence.ChangeAware;