Skip to content

Commit

Permalink
new release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PioBeat committed Jun 11, 2024
1 parent 8926a8f commit 603f165
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BiGGer: A Model Transformation Tool for Bigraph Rewriting with GrGen.NET

**Stable Version:** 1.1.0 <a href='https://docshoster.org/p/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/1.1.0/introduction.html'><img src='https://docshoster.org/pstatic/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/1.1.0/badge.svg'/>
**Stable Version:** 1.2.0 <a href='https://docshoster.org/p/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/1.2.0/introduction.html'><img src='https://docshoster.org/pstatic/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/1.2.0/badge.svg'/>
</a>

**Development Version (Latest):** 2.0-SNAPSHOT <a href='https://docshoster.org/p/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/2.0-SNAPSHOT/introduction.html'><img src='https://docshoster.org/pstatic/bigraph-toolkit-suite/bigraphs.grgen-bigraphs/2.0-SNAPSHOT/badge.svg'/>
Expand Down Expand Up @@ -589,13 +589,13 @@ Two solutions exist:
APA Style
```text
Dominik Grzelak. (2024). bigraph-toolkit-suite/bigraphs.grgen-bigraphs: BiGGer v1.1.0 (v1.1.0). Zenodo. https://doi.org/10.5281/zenodo.10803176
Dominik Grzelak. (2024). bigraph-toolkit-suite/bigraphs.grgen-bigraphs: BiGGer v1.2.0 (v1.2.0). Zenodo. https://doi.org/10.5281/zenodo.10803176
```
IEEE Style
```text
Dominik Grzelak, “bigraph-toolkit-suite/bigraphs.grgen-bigraphs: BiGGer v1.1.0”. Zenodo, Mar. 11, 2024. doi: 10.5281/zenodo.10803176.
Dominik Grzelak, “bigraph-toolkit-suite/bigraphs.grgen-bigraphs: BiGGer v1.2.0”. Zenodo, Mar. 11, 2024. doi: 10.5281/zenodo.10803176.
```
BibTex:
Expand All @@ -604,11 +604,11 @@ BibTex:
@software{dominik_grzelak_2024_10803176,
author = {Dominik Grzelak},
title = {{bigraph-toolkit-suite/bigraphs.grgen-bigraphs:
BiGGer v1.1.0}},
BiGGer v1.2.0}},
month = mar,
year = 2024,
publisher = {Zenodo},
version = {v1.1.0},
version = {v1.2.0},
doi = {10.5281/zenodo.10803176},
url = {https://doi.org/10.5281/zenodo.10803176}
}
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN apt update && apt install -y ca-certificates gnupg \
# Clone repository, check out latest version tag, and build the tool
RUN git clone https://github.com/bigraph-toolkit-suite/bigraphs.grgen-bigraphs.git \
&& cd bigraphs.grgen-bigraphs \
&& git checkout tags/v1.1.0 \
&& git checkout tags/v1.2.0 \
&& /bin/bash -c "source ~/.bashrc && jenv local 17" \
&& /bin/bash -c "source ~/.bashrc && mvn clean package -PfatJar -DskipTests" \
RUN /bin/bash -c "source ~/.bashrc && echo 'chmod +x /bigraphs.grgen-bigraphs/bin/bigger.jar' >> ~/.bashrc"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.bigraphs.grgen</groupId>
<artifactId>bigraphs-grgen-converter</artifactId>
<version>2.0-SNAPSHOT</version>
<version>1.2.0</version>

<licenses>
<license>
Expand Down

0 comments on commit 603f165

Please sign in to comment.