Skip to content

Commit

Permalink
chore: change version to 1.4.2 (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
  • Loading branch information
o-kopysov committed Mar 5, 2024
1 parent cfc05c6 commit 8c0b896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- spring.datasource.url=jdbc:mysql://mysqldb:3306/lpvs
- spring.datasource.username=root
- spring.datasource.password=
- spring.jpa.properties.hibernate.default_schema=lpvs
## Github data for fetching code
- github.login=
- github.token=
Expand Down
2 changes: 1 addition & 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.1</version>
<version>1.4.2</version>
<packaging>jar</packaging>
<url>https://github.com/Samsung/LPVS</url>

Expand Down

0 comments on commit 8c0b896

Please sign in to comment.