From cc2210f7f2ca7203960f9c1d0f581377ac99a69a Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sat, 20 Jan 2024 09:59:54 +0100 Subject: [PATCH] Prepared next iteration --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3bb173..842699a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Make sure you have Java 11 installed on your machine. ## Running the application You can download the latest JAR file here: https://github.com/fuinorg/sjsm/releases - java -jar sjsm-0.3.0.jar + java -jar sjsm-0.4.0-SNAPSHOT.jar ## Command line arguments @@ -42,7 +42,7 @@ You can download the latest JAR file here: https://github.com/fuinorg/sjsm/relea ## TEXT example - java -jar sjsm-0.3.0.jar \ + java -jar sjsm-0.4.0-SNAPSHOT.jar \ -host "smtp.no-where-no-no.com" \ -port 465 \ -user "acc12345_from.not.exist" \ @@ -54,7 +54,7 @@ You can download the latest JAR file here: https://github.com/fuinorg/sjsm/relea ## HTML example - java -jar sjsm-0.3.0.jar \ + java -jar sjsm-0.4.0-SNAPSHOT.jar \ -host "smtp.no-where-no-no.com" \ -port 465 \ -user "acc12345_from.not.exist" \ diff --git a/pom.xml b/pom.xml index c4e888c..4152fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sjsm jar - 0.3.0 + 0.4.0-SNAPSHOT A simple java send mail command line application https://github.com/fuinorg/sjsm/