From 9f7e8e81162f1bdc1d0288cd451126f9e3765f78 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sat, 20 Jan 2024 09:58:10 +0100 Subject: [PATCH] Release 0.3.0 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8351c73..d3bb173 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-SNAPSHOT.jar + java -jar sjsm-0.3.0.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-SNAPSHOT.jar \ + java -jar sjsm-0.3.0.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-SNAPSHOT.jar \ + java -jar sjsm-0.3.0.jar \ -host "smtp.no-where-no-no.com" \ -port 465 \ -user "acc12345_from.not.exist" \ diff --git a/pom.xml b/pom.xml index 90e1fb2..c4e888c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ sjsm jar - 0.3.0-SNAPSHOT + 0.3.0 A simple java send mail command line application https://github.com/fuinorg/sjsm/