Skip to content

Commit

Permalink
Merge pull request #248 from /issues/246-version-1.5.0
Browse files Browse the repository at this point in the history
Fix #246: Set release version to 1.5.0
  • Loading branch information
romanstrobl authored Nov 1, 2023
2 parents 786a6dd + e55a2b5 commit 6b27c63
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<description>Parent pom for backend tests</description>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-backend-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>com.wultra</groupId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-load-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>com.wultra</groupId>
Expand Down
4 changes: 2 additions & 2 deletions powerauth-test-server/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mvn -pl powerauth-test-server clean package
## Build the docker image

```shell
docker build ./powerauth-test-server -t powerauth-test-server:1.5.0-SNAPSHOT
docker build ./powerauth-test-server -t powerauth-test-server:1.5.0
```


Expand All @@ -24,5 +24,5 @@ docker build ./powerauth-test-server -t powerauth-test-server:1.5.0-SNAPSHOT
## Run the docker image

```shell
docker run -p 80:8080 powerauth-test-server:1.5.0-SNAPSHOT
docker run -p 80:8080 powerauth-test-server:1.5.0
```
2 changes: 1 addition & 1 deletion powerauth-test-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>powerauth-test-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion powerauth-webflow-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.wultra</groupId>
<artifactId>powerauth-backend-tests-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>com.wultra</groupId>
Expand Down

0 comments on commit 6b27c63

Please sign in to comment.