Skip to content

Commit dc58b7d

Browse files
committed
release(2.3.1)
1 parent e0e28f7 commit dc58b7d

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
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.3.0**
3+
> Latest Version: **2.3.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

@@ -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.3.0</version>
165+
<version>2.3.1</version>
166166
</dependency>
167167
<!-- the rewriting module -->
168168
<dependency>
169169
<groupId>org.bigraphs.framework</groupId>
170170
<artifactId>bigraph-simulation</artifactId>
171-
<version>2.3.0</version>
171+
<version>2.3.1</version>
172172
</dependency>
173173
<!-- the visualization module -->
174174
<dependency>
175175
<groupId>org.bigraphs.framework</groupId>
176176
<artifactId>bigraph-visualization</artifactId>
177-
<version>2.3.0</version>
177+
<version>2.3.1</version>
178178
</dependency>
179179
<!-- the converter module -->
180180
<dependency>
181181
<groupId>org.bigraphs.framework</groupId>
182182
<artifactId>bigraph-converter</artifactId>
183-
<version>2.3.0</version>
183+
<version>2.3.1</version>
184184
</dependency>
185185
</dependencies>
186186
```
187187

188188
### Gradle
189189

190190
```groovy
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"
191+
compile "org.bigraphs.framework:bigraph-core:2.3.1"
192+
compile "org.bigraphs.framework:bigraph-simulation:2.3.1"
193+
compile "org.bigraphs.framework:bigraph-visualization:2.3.1"
194+
compile "org.bigraphs.framework:bigraph-converter:2.3.1"
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.3.0</version>
8+
<version>2.3.1</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.3.0</version>
7+
<version>2.3.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.3.0</version>
8+
<version>2.3.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

documentation/v2-docusaurus/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import TabItem from '@theme/TabItem';
1717
</center>
1818

1919

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

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

@@ -50,7 +50,7 @@ This table specifies the metamodel standards supported by the Bigraph Framework.
5050
<td>2.0.1, 1.6.1</td>
5151
</tr>
5252
<tr>
53-
<td>2.3.0</td>
53+
<td>2.3.1, 2.3.0</td>
5454
<td>2.0.2</td>
5555
</tr>
5656
</table>

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.3.0</version>
11+
<version>2.3.1</version>
1212
</dependency>
1313
<!-- Simulation Module -->
1414
<dependency>
1515
<groupId>org.bigraphs.framework</groupId>
1616
<artifactId>bigraph-simulation</artifactId>
17-
<version>2.3.0</version>
17+
<version>2.3.1</version>
1818
</dependency>
1919
<!-- Visualization Module -->
2020
<dependency>
2121
<groupId>org.bigraphs.framework</groupId>
2222
<artifactId>bigraph-visualization</artifactId>
23-
<version>2.3.0</version>
23+
<version>2.3.1</version>
2424
</dependency>
2525
<!-- Converter Module -->
2626
<dependency>
2727
<groupId>org.bigraphs.framework</groupId>
2828
<artifactId>bigraph-converter</artifactId>
29-
<version>2.3.0</version>
29+
<version>2.3.1</version>
3030
</dependency>
3131
`;
3232

3333
const gradleDepCode = `
34-
compile "org.bigraphs.framework:bigraph-core:2.3.0"
35-
compile "org.bigraphs.framework:bigraph-simulation:2.3.0"
36-
compile "org.bigraphs.framework:bigraph-visualization:2.3.0"
37-
compile "org.bigraphs.framework:bigraph-converter:2.3.0"
34+
compile "org.bigraphs.framework:bigraph-core:2.3.1"
35+
compile "org.bigraphs.framework:bigraph-simulation:2.3.1"
36+
compile "org.bigraphs.framework:bigraph-visualization:2.3.1"
37+
compile "org.bigraphs.framework:bigraph-converter:2.3.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.3.0</version>
8+
<version>2.3.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.3.0</version>
7+
<version>2.3.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.3.0</version>
7+
<version>2.3.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)