Skip to content

Commit 3a1a34c

Browse files
committed
release(2.3.5)
1 parent 3777f15 commit 3a1a34c

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<img src="etc/assets/bigraph-framework-logo.png" style="zoom:67%;" />
66

7-
> Latest Version: **2.3.4**
8-
97
- User Manual: https://bigraphs.org/software/bigraph-framework/docs/
108

119
- JavaDoc: https://bigraphs.org/software/bigraph-framework/apidocs/
@@ -200,25 +198,25 @@ composite.juxtapose(F).parallelProduct(H);
200198
<dependency>
201199
<groupId>org.bigraphs.framework</groupId>
202200
<artifactId>bigraph-core</artifactId>
203-
<version>2.3.4</version>
201+
<version>2.3.5</version>
204202
</dependency>
205203

206204
<dependency>
207205
<groupId>org.bigraphs.framework</groupId>
208206
<artifactId>bigraph-simulation</artifactId>
209-
<version>2.3.4</version>
207+
<version>2.3.5</version>
210208
</dependency>
211209

212210
<dependency>
213211
<groupId>org.bigraphs.framework</groupId>
214212
<artifactId>bigraph-visualization</artifactId>
215-
<version>2.3.4</version>
213+
<version>2.3.5</version>
216214
</dependency>
217215

218216
<dependency>
219217
<groupId>org.bigraphs.framework</groupId>
220218
<artifactId>bigraph-converter</artifactId>
221-
<version>2.3.4</version>
219+
<version>2.3.5</version>
222220
</dependency>
223221

224222
</dependencies>
@@ -227,10 +225,10 @@ composite.juxtapose(F).parallelProduct(H);
227225
### Gradle
228226

229227
```groovy
230-
compile "org.bigraphs.framework:bigraph-core:2.3.4"
231-
compile "org.bigraphs.framework:bigraph-simulation:2.3.4"
232-
compile "org.bigraphs.framework:bigraph-visualization:2.3.4"
233-
compile "org.bigraphs.framework:bigraph-converter:2.3.4"
228+
compile "org.bigraphs.framework:bigraph-core:2.3.5"
229+
compile "org.bigraphs.framework:bigraph-simulation:2.3.5"
230+
compile "org.bigraphs.framework:bigraph-visualization:2.3.5"
231+
compile "org.bigraphs.framework:bigraph-converter:2.3.5"
234232
```
235233

236234
### 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.4.0-SNAPSHOT</version>
8+
<version>2.3.5</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.4.0-SNAPSHOT</version>
7+
<version>2.3.5</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.4.0-SNAPSHOT</version>
8+
<version>2.3.5</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

documentation/v2-docusaurus/docs/index.mdx

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

1919

20-
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.3.4</span>
21-
- Previous Stable Versions: `2.3.3`, `2.3.2`, `2.3.1`, `2.3.0`
22-
23-
[//]: # (- Latest Experimental Version: <span class="badge badge-secondary" style={{backgroundColor: '#7952b3'}}>3.0.0-SNAPSHOT</span>)
20+
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.3.5</span>
21+
- Previous Stable Versions: `2.3.4`, `2.3.3`, `2.3.2`, `2.3.1`
2422

2523
:::info Migration `2.1.2``2.2.0`
2624
For refactor and upgrade instructions, please see the
@@ -53,6 +51,10 @@ This table specifies the metamodel standards supported by the Bigraph Framework.
5351
<td>2.3.4, 2.3.3, 2.3.2, 2.3.1, 2.3.0</td>
5452
<td>2.0.2</td>
5553
</tr>
54+
<tr>
55+
<td>2.3.5</td>
56+
<td>2.0.3</td>
57+
</tr>
5658
</table>
5759

5860
:::caution Caution

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

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

0 commit comments

Comments
 (0)