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 9833093 + 69a01d6 commit 91127f0Copy full SHA for 91127f0
.github/workflows/publish-e2e-test-suites-docker-image.yaml
@@ -18,7 +18,7 @@ on:
18
19
jobs:
20
Image:
21
- uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-docker-versioned.yaml@v2.8
+ uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-java-to-docker-versioned.yaml@v3
22
with:
23
release_type: ${{ inputs.release_type }}
24
version_number_input: ${{ inputs.version_number_input }}
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.uid2</groupId>
8
<artifactId>uid2-e2e</artifactId>
9
- <version>3.3.0</version>
+ <version>3.3.1-alpha-44-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>21</maven.compiler.source>
0 commit comments