Skip to content

Commit

Permalink
chore: Change version to v1.5.0 (#496)
Browse files Browse the repository at this point in the history
Also contains fix for typos.

Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov committed Apr 23, 2024
1 parent b3ae2ec commit a4be036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.lpvs</groupId>
<artifactId>lpvs</artifactId>
<name>LPVS</name>
<version>1.4.2</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<url>https://github.com/Samsung/LPVS</url>

Expand All @@ -27,6 +27,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<relativePath/>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/lpvs/service/LPVSQueueService.java
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public void processWebHook(LPVSQueue webhookConfig) {
log.debug("Results posted on GitHub");
delete(webhookConfig);
} else {
log.warn("Files are not found. Probably pull request is not exists.");
log.warn("Files are not found. Probably pull request does not exist.");
throw new Exception(
"Files are not found. Probably pull request does not exist. Terminating.");
}
Expand Down

0 comments on commit a4be036

Please sign in to comment.