Skip to content

Commit

Permalink
OK-450: Increased version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkamak committed Feb 13, 2025
1 parent 7302fb4 commit 51b1509
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ovara-valintaperusteet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<parent>
<artifactId>valintaperusteet</artifactId>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<dependencies>
<dependency>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<artifactId>valintaperusteet-service</artifactId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
</dependency>

<!-- flyway -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>fi.vm.sade.valintaperusteet</groupId>
<artifactId>valintaperusteet</artifactId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>

<name>Valintaperusteet</name>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion valintaperusteet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>valintaperusteet</artifactId>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion valintaperusteet-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<artifactId>valintaperusteet</artifactId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>valintaperusteet-domain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion valintaperusteet-laskenta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<artifactId>valintaperusteet</artifactId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion valintaperusteet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>fi.vm.sade.valintaperusteet</groupId>
<artifactId>valintaperusteet</artifactId>
<version>7.0-BRANCH-SNAPSHOT</version>
<version>7.1-BRANCH-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 51b1509

Please sign in to comment.