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-opentext committed Dec 4, 2024
1 parent cac815e commit 6bd0696
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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.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>25.1.0-SNAPSHOT</version>
<version>25.1.0</version>

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

0 comments on commit 6bd0696

Please sign in to comment.