Skip to content

Commit

Permalink
Prepared next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Jan 20, 2024
1 parent 9f7e8e8 commit cc2210f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <arguments>
java -jar sjsm-0.4.0-SNAPSHOT.jar <arguments>

## Command line arguments

Expand All @@ -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" \
Expand All @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>sjsm</artifactId>
<packaging>jar</packaging>
<version>0.3.0</version>
<version>0.4.0-SNAPSHOT</version>
<description>A simple java send mail command line application</description>
<url>https://github.com/fuinorg/sjsm/</url>

Expand Down

0 comments on commit cc2210f

Please sign in to comment.