diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml similarity index 92% rename from .github/workflows/maven.yml rename to .github/workflows/maven-verify.yml index f082801..bbd7786 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven-verify.yml @@ -15,15 +15,13 @@ # specific language governing permissions and limitations # under the License. -name: GitHub CI +name: Verify on: push: - branches-ignore: - - dependabot/** pull_request: jobs: build: name: Verify - uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1 + uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2 diff --git a/.gitignore b/.gitignore index 7495d7e..2a505ba 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ out/ /dependencies.xml .java-version .checkstyle +/.factorypath diff --git a/pom.xml b/pom.xml index 969fb44..5360850 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ maven-jar-plugin - 3.2.1-SNAPSHOT + 3.2.3-SNAPSHOT maven-plugin Apache Maven JAR Plugin @@ -76,10 +76,10 @@ 3.0.0 - 3.5.0 + 3.5.2 3.1.0 8 - 2020-04-07T21:04:00Z + 2022-01-08T21:19:21Z @@ -117,7 +117,7 @@