Skip to content

Commit

Permalink
Password Manager 24.9.1.1
Browse files Browse the repository at this point in the history
* Switch back to Java 22 due to random crashes on JDK 23 (Linux)
  • Loading branch information
petr-panteleyev committed Sep 28, 2024
1 parent fc65bac commit 2789a5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Password Manager

[![JDK](docs/java.svg)](https://jdk.java.net/23/)
[![JDK](docs/java-22.svg)](https://jdk.java.net/archive/)
[![License](docs/license.svg)](LICENSE)

Desktop application to store passwords, credit card numbers and other sensitive information.
Expand All @@ -15,7 +15,7 @@ to user account, operating system or hardware including RAM.

## Build

* Set ```JAVA_HOME``` to JDK 23+.
* Set ```JAVA_HOME``` to JDK 22+.
* Execute:

```shell script
Expand Down
2 changes: 1 addition & 1 deletion docs/java.svg → docs/java-22.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.panteleyev</groupId>
<artifactId>password-manager</artifactId>
<version>24.9.1</version>
<version>24.9.1.1</version>
<packaging>jar</packaging>

<profiles>
Expand Down Expand Up @@ -85,7 +85,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>23</maven.compiler.release>
<maven.compiler.release>22</maven.compiler.release>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>
<appModule>password.manager</appModule>
<appMainClass>org.panteleyev.pwdmanager.PasswordManagerApplication</appMainClass>
Expand Down

0 comments on commit 2789a5d

Please sign in to comment.