Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
name: Java ${{ matrix.java }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v5
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: Ammar
orcid: https://orcid.org/0000-0002-8399-8990
title: NanoJava
version: 2.0.5
date-released: 2025-08-16
version: 2.0.6
date-released: 2026-03-08
doi: 10.5281/zenodo.6984324
url: "https://github.com/enanomapper/nanojava"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ If you do not have Docker or if it is an overhead for your use case, you can bun

4. Now, you will have the standalone jar file in the "target" folder named:

nanojava-2.0.4-SNAPSHOT-jar-with-dependencies.jar
nanojava-2.0.6-SNAPSHOT-jar-with-dependencies.jar

5. The JAR file is used in the same way as the Docker image in the "Usage" section with replacing:

"docker run" with "java -jar nanojava-2.0.4-SNAPSHOT-jar-with-dependencies.jar"
"docker run" with "java -jar nanojava-2.0.6-SNAPSHOT-jar-with-dependencies.jar"

and make sure you provide the absolute paths for your files in this case.

Expand Down
Loading