Skip to content

Commit 0d1e792

Browse files
committed
chore(release): new version 2.2.1 --- org.jdom 2.0.2 -> 2.0.6.1
1 parent 35cfa9f commit 0d1e792

File tree

9 files changed

+32
-39
lines changed

9 files changed

+32
-39
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="etc/assets/bigraph-framework-logo.png" style="zoom:67%;" />
22

3-
> Latest Version: **2.2.0**
3+
> Latest Version: **2.2.1**
44
55
[![HiRSE Code Promo Badge](https://img.shields.io/badge/Promo-8db427?style=plastic&label=HiRSE&labelColor=005aa0&link=https%3A%2F%2Fgo.fzj.de%2FCodePromo)](https://go.fzj.de/CodePromo)
66

@@ -16,10 +16,10 @@
1616

1717
Bigraph Framework is a framework
1818
written in Java for the creation and simulation of bigraphs
19-
to expedite the experimental evaluation of the bigraph theory in
19+
to foster the experimental evaluation of the bigraph theory in
2020
real-world applications.
2121

22-
The goal of this framework is to facilitate the implementation of context-aware and agent-based systems, and reactive systems in general.
22+
The goal of this framework is to facilitate the implementation of context-aware, agent-based systems, and reactive systems in general.
2323
It provides means for model-driven software development based on the bigraph theory.
2424
The high-level Java API eases the programming of bigraphical systems for real-world application.
2525

@@ -165,36 +165,36 @@ composite.juxtapose(F).parallelProduct(H);
165165
<dependency>
166166
<groupId>org.bigraphs.framework</groupId>
167167
<artifactId>bigraph-core</artifactId>
168-
<version>2.2.0</version>
168+
<version>2.2.1</version>
169169
</dependency>
170170
<!-- the rewriting module -->
171171
<dependency>
172172
<groupId>org.bigraphs.framework</groupId>
173173
<artifactId>bigraph-simulation</artifactId>
174-
<version>2.2.0</version>
174+
<version>2.2.1</version>
175175
</dependency>
176176
<!-- the visualization module -->
177177
<dependency>
178178
<groupId>org.bigraphs.framework</groupId>
179179
<artifactId>bigraph-visualization</artifactId>
180-
<version>2.2.0</version>
180+
<version>2.2.1</version>
181181
</dependency>
182182
<!-- the converter module -->
183183
<dependency>
184184
<groupId>org.bigraphs.framework</groupId>
185185
<artifactId>bigraph-converter</artifactId>
186-
<version>2.2.0</version>
186+
<version>2.2.1</version>
187187
</dependency>
188188
</dependencies>
189189
```
190190

191191
### Gradle
192192

193193
```groovy
194-
compile "org.bigraphs.framework:bigraph-core:2.2.0"
195-
compile "org.bigraphs.framework:bigraph-simulation:2.2.0"
196-
compile "org.bigraphs.framework:bigraph-visualization:2.2.0"
197-
compile "org.bigraphs.framework:bigraph-converter:2.2.0"
194+
compile "org.bigraphs.framework:bigraph-core:2.2.1"
195+
compile "org.bigraphs.framework:bigraph-simulation:2.2.1"
196+
compile "org.bigraphs.framework:bigraph-visualization:2.2.1"
197+
compile "org.bigraphs.framework:bigraph-converter:2.2.1"
198198
```
199199

200200
### Logging

converter/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.bigraphs.framework</groupId>
77
<artifactId>framework-parent</artifactId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -173,11 +173,10 @@
173173
<groupId>org.jgrapht</groupId>
174174
<artifactId>jgrapht-io</artifactId>
175175
</dependency>
176-
<!-- TODO -->
177176
<dependency>
178177
<groupId>org.jdom</groupId>
179-
<artifactId>jdom</artifactId>
180-
<version>2.0.2</version>
178+
<artifactId>jdom2</artifactId>
179+
<version>2.0.6.1</version>
181180
</dependency>
182181
<dependency>
183182
<groupId>commons-io</groupId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bigraphs.framework</groupId>
66
<artifactId>framework-parent</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.bigraphs.framework</groupId>
77
<artifactId>framework-parent</artifactId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

documentation/v2-docusaurus/docs/index.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import TabItem from '@theme/TabItem';
1212
<center>
1313
<p>
1414
This manual provides a complete guide to the Bigraph Framework. <br/>
15-
<i>Last Updated: 2025-09-07</i>
15+
<i>Last Updated: 2025-09-10</i>
1616
</p>
1717
</center>
1818

1919

20-
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.2.0</span>
21-
- Previous Stable Versions: 2.1.2, 2.1.1, 2.1.0
20+
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.2.1</span>
21+
- Previous Stable Versions: 2.2.0, 2.1.2, 2.1.1
2222
- Latest Experimental Version: <span class="badge badge-secondary" style={{backgroundColor: '#7952b3'}}>3.0.0-SNAPSHOT</span>
2323

24-
:::info Migration 2.1.2 → <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.2.0</span>
24+
:::info Migration 2.1.2 → 2.2.0
2525
For refactor and upgrade instructions, please see the
2626
[**GitHub Releases Changelog**](https://github.com/bigraph-toolkit-suite/bigraphs.bigraph-framework/releases/tag/v2.2.0).
2727
:::
@@ -45,7 +45,7 @@ This table specifies the metamodel standards supported by the Bigraph Framework.
4545
<td>1.6.1</td>
4646
</tr>
4747
<tr>
48-
<td>2.0.1, 2.0.2, 2.1.0, <br/>2.1.1, 2.1.2, 2.2.0</td>
48+
<td>2.2.1, 2.2.0, 2.1.2, 2.1.1, <br/>2.1.0, 2.0.2, 2.0.1</td>
4949
<td>2.0.1, 1.6.1</td>
5050
</tr>
5151
</table>
@@ -57,12 +57,6 @@ Since version 1.0.0 of Bigraph Framework: The new groupID and base package name
5757

5858
</details>
5959

60-
[//]: # (:::info Notice)
61-
62-
[//]: # (This documentation reflects the latest experimental version.)
63-
64-
[//]: # (:::)
65-
6660
## What is Bigraph Framework?
6761

6862
**Bigraph Framework** is a software framework

documentation/v2-docusaurus/src/components/BigraphDependencyBlock.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,33 @@ const mavenDepCode = `
88
<dependency>
99
<groupId>org.bigraphs.framework</groupId>
1010
<artifactId>bigraph-core</artifactId>
11-
<version>2.2.0</version>
11+
<version>2.2.1</version>
1212
</dependency>
1313
<!-- Simulation Module -->
1414
<dependency>
1515
<groupId>org.bigraphs.framework</groupId>
1616
<artifactId>bigraph-simulation</artifactId>
17-
<version>2.2.0</version>
17+
<version>2.2.1</version>
1818
</dependency>
1919
<!-- Visualization Module -->
2020
<dependency>
2121
<groupId>org.bigraphs.framework</groupId>
2222
<artifactId>bigraph-visualization</artifactId>
23-
<version>2.2.0</version>
23+
<version>2.2.1</version>
2424
</dependency>
2525
<!-- Converter Module -->
2626
<dependency>
2727
<groupId>org.bigraphs.framework</groupId>
2828
<artifactId>bigraph-converter</artifactId>
29-
<version>2.2.0</version>
29+
<version>2.2.1</version>
3030
</dependency>
3131
`;
3232

3333
const gradleDepCode = `
34-
compile "org.bigraphs.framework:bigraph-core:2.2.0"
35-
compile "org.bigraphs.framework:bigraph-simulation:2.2.0"
36-
compile "org.bigraphs.framework:bigraph-visualization:2.2.0"
37-
compile "org.bigraphs.framework:bigraph-converter:2.2.0"
34+
compile "org.bigraphs.framework:bigraph-core:2.2.1"
35+
compile "org.bigraphs.framework:bigraph-simulation:2.2.1"
36+
compile "org.bigraphs.framework:bigraph-visualization:2.2.1"
37+
compile "org.bigraphs.framework:bigraph-converter:2.2.1"
3838
`;
3939

4040
export const GRADLE_DEP_CODE = gradleDepCode;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.bigraphs.framework</groupId>
77
<artifactId>framework-parent</artifactId>
8-
<version>2.2.0</version>
8+
<version>2.2.1</version>
99
<packaging>pom</packaging>
1010
<name>Bigraph Parent Project</name>
1111
<description>

simulation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bigraphs.framework</groupId>
66
<artifactId>framework-parent</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

visualization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bigraphs.framework</groupId>
66
<artifactId>framework-parent</artifactId>
7-
<version>2.2.0</version>
7+
<version>2.2.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)