Skip to content

Commit

Permalink
set version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lansdowne committed Sep 12, 2024
1 parent b707352 commit 02f82e8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion webapp/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>find</artifactId>
<groupId>com.hp.autonomy.frontend.find</groupId>
<version>24.4.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/idol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>find</artifactId>
<groupId>com.hp.autonomy.frontend.find</groupId>
<version>24.4.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>

<artifactId>idol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/on-prem-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>find</artifactId>
<groupId>com.hp.autonomy.frontend.find</groupId>
<version>24.4.0-SNAPSHOT</version>
<version>24.4.0</version>
</parent>

<artifactId>on-prem-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.hp.autonomy.frontend.find</groupId>
<artifactId>find</artifactId>
<version>24.4.0-SNAPSHOT</version>
<version>24.4.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion webapp/selenium-tests/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hp.autonomy.frontend.find</groupId>
<artifactId>selenium-tests</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/selenium-tests/mockui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.hp.autonomy.frontend.find</groupId>
<artifactId>selenium-tests</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
</parent>

<artifactId>mockui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion webapp/selenium-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>com.hp.autonomy.frontend.find</groupId>
<artifactId>selenium-tests</artifactId>
<packaging>pom</packaging>
<version>24.3.0</version>
<version>24.4.0</version>

<properties>
<qa.infrastructure.version>4.1.1</qa.infrastructure.version>
Expand Down

0 comments on commit 02f82e8

Please sign in to comment.