We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42b0b9a + b2a19d2 commit 0060415Copy full SHA for 0060415
.github/workflows/mvn-release.yml
@@ -30,6 +30,7 @@ jobs:
30
- uses: actions/checkout@v4
31
with:
32
token: ${{ steps.app-token.outputs.token }}
33
+ ref: refs/heads/master
34
35
- name: Set up JDK 21
36
uses: actions/setup-java@v4
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>no.ssb.maskinporten</groupId>
5
<artifactId>maskinporten-guardian</artifactId>
6
- <version>1.3.110</version>
+ <version>1.3.17-SNAPSHOT</version>
7
<packaging>${packaging}</packaging>
8
9
<parent>
@@ -31,7 +31,7 @@
<scm>
<developerConnection>scm:git:https://github.com/${github.repository}.git</developerConnection>
<url>https://github.com/${github.repository}</url>
- <tag>1.3.110</tag>
+ <tag>1.3.17</tag>
</scm>
37
<repositories>
0 commit comments