We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecaf94c + a559cf6 commit 029de5dCopy full SHA for 029de5d
.github/workflows/build.yml
@@ -33,4 +33,4 @@ jobs:
33
- name: Maven version
34
run: mvn --version
35
- name: Build with Maven
36
- run: mvn clean test
+ run: mvn clean install -DskipTests && mvn clean verify artifact:compare
pom.xml
@@ -24,7 +24,8 @@
24
<properties>
25
<surefire.useModulePath>false</surefire.useModulePath>
26
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
27
- <spi.version>2.5</spi.version>
+ <spi.version>2.7</spi.version>
28
+ <project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
29
</properties>
30
31
<modules>
0 commit comments