Skip to content

Commit

Permalink
[INJIWEB-release]: bump up version to 0.15.1 (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: adityankannan-tw <[email protected]>
  • Loading branch information
adityankannan-tw authored Feb 4, 2025
1 parent 3f65177 commit 111fc9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To execute the tests using Jar, use the following steps:

2. Run the automation test suite JAR file:
```
java -jar -Dmodules=mimoto -Denv.user=api-internal.<env_name> -Denv.endpoint=<base_env> -Denv.testLevel=smokeAndRegression -jar apitest-mimoto-0.15.0-SNAPSHOT-jar-with-dependencies.jar
java -jar -Dmodules=mimoto -Denv.user=api-internal.<env_name> -Denv.endpoint=<base_env> -Denv.testLevel=smokeAndRegression -jar apitest-mimoto-0.15.1-SNAPSHOT-jar-with-dependencies.jar
```

# Using Eclipse IDE
Expand Down Expand Up @@ -157,7 +157,7 @@ To execute the tests using Eclipse IDE, use the following steps:
- **env.user**: Replace `<env_name>` with the appropriate environment name (e.g., `dev`, `qa`, etc.).
- **env.endpoint**: The environment where the application under test is deployed. Replace `<base_env>` with the correct base URL for the environment (e.g., `https://api-internal.<env_name>.mosip.net`).
- **env.testLevel**: Set this to `smoke` to run only smoke test cases, or `smokeAndRegression` to run both smoke and regression tests.
- **jar**: Specify the name of the JAR file to execute. The version will change according to the development code version. For example, the current version may look like `apitest-mimoto-0.15.0-SNAPSHOT-jar-with-dependencies.jar`.
- **jar**: Specify the name of the JAR file to execute. The version will change according to the development code version. For example, the current version may look like `apitest-mimoto-0.15.1-SNAPSHOT-jar-with-dependencies.jar`.
### Build and Run Info
Expand Down
4 changes: 2 additions & 2 deletions api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-mimoto</name>
<description>Parent project of apitest-mimoto</description>
<url>https://github.com/mosip/mimoto</url>
<version>0.15.0</version>
<version>0.15.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -49,7 +49,7 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-mimoto-0.15.0-jar-with-dependencies</fileName>
<fileName>apitest-mimoto-0.15.1-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip</groupId>
<artifactId>mimoto</artifactId>
<version>0.15.0</version>
<version>0.15.1-SNAPSHOT</version>
<name>mimoto</name>
<url>https://github.com/mosip/mimoto</url>
<description>Mobile server backend supporting Inji.</description>
Expand Down

0 comments on commit 111fc9a

Please sign in to comment.