Skip to content
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
max-parallel: 1
matrix:
java: ['17']
maven: ['3.9.0', '3.9.11']
Expand Down
3 changes: 2 additions & 1 deletion src/test/resources/test_project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.test.archetype</groupId>
<artifactId>sample_archetype_project</artifactId>
<artifactId>sample_archetype_project-${maven.build.timestamp}</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>sample_archetype_project</name>
<description>Sample project that demonstrates usage of HERE Artifact Maven Wagon</description>
Expand All @@ -16,6 +16,7 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<artifact.wagon.version>2.0.0-SNAPSHOT</artifact.wagon.version>
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
</properties>

<repositories>
Expand Down
Loading