Skip to content

Commit 24a9edd

Browse files
committed
release: v2.3.0
1 parent e276120 commit 24a9edd

File tree

11 files changed

+11025
-8784
lines changed

11 files changed

+11025
-8784
lines changed

README.md

Lines changed: 9 additions & 9 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.1**
3+
> Latest Version: **2.3.0**
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

@@ -162,36 +162,36 @@ composite.juxtapose(F).parallelProduct(H);
162162
<dependency>
163163
<groupId>org.bigraphs.framework</groupId>
164164
<artifactId>bigraph-core</artifactId>
165-
<version>2.2.1</version>
165+
<version>2.3.0</version>
166166
</dependency>
167167
<!-- the rewriting module -->
168168
<dependency>
169169
<groupId>org.bigraphs.framework</groupId>
170170
<artifactId>bigraph-simulation</artifactId>
171-
<version>2.2.1</version>
171+
<version>2.3.0</version>
172172
</dependency>
173173
<!-- the visualization module -->
174174
<dependency>
175175
<groupId>org.bigraphs.framework</groupId>
176176
<artifactId>bigraph-visualization</artifactId>
177-
<version>2.2.1</version>
177+
<version>2.3.0</version>
178178
</dependency>
179179
<!-- the converter module -->
180180
<dependency>
181181
<groupId>org.bigraphs.framework</groupId>
182182
<artifactId>bigraph-converter</artifactId>
183-
<version>2.2.1</version>
183+
<version>2.3.0</version>
184184
</dependency>
185185
</dependencies>
186186
```
187187

188188
### Gradle
189189

190190
```groovy
191-
compile "org.bigraphs.framework:bigraph-core:2.2.1"
192-
compile "org.bigraphs.framework:bigraph-simulation:2.2.1"
193-
compile "org.bigraphs.framework:bigraph-visualization:2.2.1"
194-
compile "org.bigraphs.framework:bigraph-converter:2.2.1"
191+
compile "org.bigraphs.framework:bigraph-core:2.3.0"
192+
compile "org.bigraphs.framework:bigraph-simulation:2.3.0"
193+
compile "org.bigraphs.framework:bigraph-visualization:2.3.0"
194+
compile "org.bigraphs.framework:bigraph-converter:2.3.0"
195195
```
196196

197197
### Logging

converter/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.2-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

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.2-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

documentation/pom.xml

Lines changed: 13 additions & 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.2-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
@@ -121,6 +121,18 @@
121121
</execution>
122122
</executions>
123123
</plugin>
124+
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-resources-plugin</artifactId>
127+
<executions>
128+
<execution>
129+
<id>copy-api-resources</id>
130+
<configuration>
131+
<skip>false</skip>
132+
</configuration>
133+
</execution>
134+
</executions>
135+
</plugin>
124136
</plugins>
125137
</build>
126138
</profile>

documentation/v2-docusaurus/docs/index.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ 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-27</i>
15+
<i>Last Updated: 2025-10-10</i>
1616
</p>
1717
</center>
1818

1919

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`
20+
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.3.0</span>
21+
- Previous Stable Versions: `2.2.1`, `2.2.0`, `2.1.2`, `2.1.1`
2222

2323
[//]: # (- Latest Experimental Version: <span class="badge badge-secondary" style={{backgroundColor: '#7952b3'}}>3.0.0-SNAPSHOT</span>)
2424

@@ -49,6 +49,10 @@ This table specifies the metamodel standards supported by the Bigraph Framework.
4949
<td>2.2.1, 2.2.0, 2.1.2, 2.1.1, <br/>2.1.0, 2.0.2, 2.0.1</td>
5050
<td>2.0.1, 1.6.1</td>
5151
</tr>
52+
<tr>
53+
<td>2.3.0</td>
54+
<td>2.0.2</td>
55+
</tr>
5256
</table>
5357

5458
:::caution Caution
@@ -101,8 +105,8 @@ The theory provides an algebra and a graph rewriting mechanism to describe, stud
101105

102106
## Usage and Development Requirements
103107

104-
- Java >=17
105-
- Maven v3.8.3 or Gradle
108+
- Java >=21
109+
- Maven v3.8.7 or Gradle
106110

107111

108112
## Use / Install / Dependency Settings

0 commit comments

Comments
 (0)