Skip to content

Commit 0060415

Browse files
committed
Merge branch 'master' into release
2 parents 42b0b9a + b2a19d2 commit 0060415

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/mvn-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
with:
3232
token: ${{ steps.app-token.outputs.token }}
33+
ref: refs/heads/master
3334

3435
- name: Set up JDK 21
3536
uses: actions/setup-java@v4

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>no.ssb.maskinporten</groupId>
55
<artifactId>maskinporten-guardian</artifactId>
6-
<version>1.3.110</version>
6+
<version>1.3.17-SNAPSHOT</version>
77
<packaging>${packaging}</packaging>
88

99
<parent>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<developerConnection>scm:git:https://github.com/${github.repository}.git</developerConnection>
3333
<url>https://github.com/${github.repository}</url>
34-
<tag>1.3.110</tag>
34+
<tag>1.3.17</tag>
3535
</scm>
3636

3737
<repositories>

0 commit comments

Comments
 (0)