Skip to content

Commit

Permalink
Release 4.0.1: setting release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 17, 2023
1 parent 518585e commit 338f444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>no.ks.fiks</groupId>
<artifactId>virksomhetssertifikat-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<modules>
Expand Down
2 changes: 1 addition & 1 deletion virksomhetssertifikat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>virksomhetssertifikat-parent</artifactId>
<groupId>no.ks.fiks</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion virksomhetssertifikat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>virksomhetssertifikat-parent</artifactId>
<groupId>no.ks.fiks</groupId>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 338f444

Please sign in to comment.