Skip to content

Commit ce9b0d1

Browse files
committed
release(2.3.3): license maintenance update
1 parent a0b5bdb commit ce9b0d1

File tree

10 files changed

+47
-47
lines changed

10 files changed

+47
-47
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.2**
3+
> Latest Version: **2.3.3**
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

@@ -184,36 +184,36 @@ composite.juxtapose(F).parallelProduct(H);
184184
<dependency>
185185
<groupId>org.bigraphs.framework</groupId>
186186
<artifactId>bigraph-core</artifactId>
187-
<version>2.3.2</version>
187+
<version>2.3.3</version>
188188
</dependency>
189189
<!-- the rewriting module -->
190190
<dependency>
191191
<groupId>org.bigraphs.framework</groupId>
192192
<artifactId>bigraph-simulation</artifactId>
193-
<version>2.3.2</version>
193+
<version>2.3.3</version>
194194
</dependency>
195195
<!-- the visualization module -->
196196
<dependency>
197197
<groupId>org.bigraphs.framework</groupId>
198198
<artifactId>bigraph-visualization</artifactId>
199-
<version>2.3.2</version>
199+
<version>2.3.3</version>
200200
</dependency>
201201
<!-- the converter module -->
202202
<dependency>
203203
<groupId>org.bigraphs.framework</groupId>
204204
<artifactId>bigraph-converter</artifactId>
205-
<version>2.3.2</version>
205+
<version>2.3.3</version>
206206
</dependency>
207207
</dependencies>
208208
```
209209

210210
### Gradle
211211

212212
```groovy
213-
compile "org.bigraphs.framework:bigraph-core:2.3.2"
214-
compile "org.bigraphs.framework:bigraph-simulation:2.3.2"
215-
compile "org.bigraphs.framework:bigraph-visualization:2.3.2"
216-
compile "org.bigraphs.framework:bigraph-converter:2.3.2"
213+
compile "org.bigraphs.framework:bigraph-core:2.3.3"
214+
compile "org.bigraphs.framework:bigraph-simulation:2.3.3"
215+
compile "org.bigraphs.framework:bigraph-visualization:2.3.3"
216+
compile "org.bigraphs.framework:bigraph-converter:2.3.3"
217217
```
218218

219219
### 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.3</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.3</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.3</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.2</span>
21-
- Previous Stable Versions: `2.3.1`, `2.3.0`, `2.2.1`, `2.2.0`
20+
- **Stable**: <span class="badge badge-secondary" style={{backgroundColor: '#19c37d'}}>2.3.3</span>
21+
- Previous Stable Versions: `2.3.2`, `2.3.1`, `2.3.0`, `2.2.1`
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.2, 2.3.1, 2.3.0</td>
53+
<td>2.3.3, 2.3.2, 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.2</version>
11+
<version>2.3.3</version>
1212
</dependency>
1313
<!-- Simulation Module -->
1414
<dependency>
1515
<groupId>org.bigraphs.framework</groupId>
1616
<artifactId>bigraph-simulation</artifactId>
17-
<version>2.3.2</version>
17+
<version>2.3.3</version>
1818
</dependency>
1919
<!-- Visualization Module -->
2020
<dependency>
2121
<groupId>org.bigraphs.framework</groupId>
2222
<artifactId>bigraph-visualization</artifactId>
23-
<version>2.3.2</version>
23+
<version>2.3.3</version>
2424
</dependency>
2525
<!-- Converter Module -->
2626
<dependency>
2727
<groupId>org.bigraphs.framework</groupId>
2828
<artifactId>bigraph-converter</artifactId>
29-
<version>2.3.2</version>
29+
<version>2.3.3</version>
3030
</dependency>
3131
`;
3232

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

4040
export const GRADLE_DEP_CODE = gradleDepCode;

documentation/v2-docusaurus/static/license/aggregate-third-party-report.html

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<ul class="breadcrumb">
3030
<li id="publishDate">Last Published: 2025-11-19<span class="divider">|</span>
3131
</li>
32-
<li id="projectVersion">Version: 2.4.0-SNAPSHOT</li>
32+
<li id="projectVersion">Version: 2.3.3</li>
3333
<li class="pull-right"><a href="https://www.bigraphs.org/" class="externalLink">Bigraph Parent Project</a></li>
3434
</ul>
3535
</div>
@@ -364,7 +364,7 @@ <h2>Third-parties list</h2>
364364
<td>compile</td>
365365
<td>-</td>
366366
<td>jar</td>
367-
<td>Eclipse Public License - Version 2.0</td></tr>
367+
<td>Eclipse Public License - v 2.0</td></tr>
368368
<tr class="a">
369369
<td><figure><img src="images/icon_error_sml.gif" /></figure></td>
370370
<td><a href="#org.eclipse.ocl:org.eclipse.ocl:3.4.2.v20140725-2242">org.eclipse.ocl:org.eclipse.ocl:3.4.2.v20140725-2242</a></td>
@@ -682,7 +682,7 @@ <h2>Third-parties list</h2>
682682
<td>The Apache Software License, Version 2.0</td></tr>
683683
<tr class="b">
684684
<td><figure><img src="images/icon_success_sml.gif" /></figure></td>
685-
<td><a href="#org.bigraphs.framework:bigraph-core:2.4.0-SNAPSHOT">org.bigraphs.framework:bigraph-core:2.4.0-SNAPSHOT</a></td>
685+
<td><a href="#org.bigraphs.framework:bigraph-core:2.3.3">org.bigraphs.framework:bigraph-core:2.3.3</a></td>
686686
<td>compile</td>
687687
<td>-</td>
688688
<td>jar</td>
@@ -913,7 +913,7 @@ <h2>Third-parties list</h2>
913913
<td>Apache Software License, Version 2.0</td></tr>
914914
<tr class="a">
915915
<td><figure><img src="images/icon_success_sml.gif" /></figure></td>
916-
<td><a href="#org.bigraphs.framework:bigraph-visualization:2.4.0-SNAPSHOT">org.bigraphs.framework:bigraph-visualization:2.4.0-SNAPSHOT</a></td>
916+
<td><a href="#org.bigraphs.framework:bigraph-visualization:2.3.3">org.bigraphs.framework:bigraph-visualization:2.3.3</a></td>
917917
<td>test</td>
918918
<td>-</td>
919919
<td>jar</td>
@@ -924,7 +924,7 @@ <h2>Third-parties list</h2>
924924
<td>compile</td>
925925
<td>-</td>
926926
<td>jar</td>
927-
<td>Eclipse Public License - Version 2.0</td></tr>
927+
<td>Eclipse Public License - v 2.0</td></tr>
928928
<tr class="a">
929929
<td><figure><img src="images/icon_success_sml.gif" /></figure></td>
930930
<td><a href="#org.choco-solver:choco-sat:4.10.6">org.choco-solver:choco-sat:4.10.6</a></td>
@@ -1067,7 +1067,7 @@ <h2>Third-parties list</h2>
10671067
<td>Apache Software License, Version 2.0</td></tr>
10681068
<tr class="a">
10691069
<td><figure><img src="images/icon_success_sml.gif" /></figure></td>
1070-
<td><a href="#org.bigraphs.framework:bigraph-converter:2.4.0-SNAPSHOT">org.bigraphs.framework:bigraph-converter:2.4.0-SNAPSHOT</a></td>
1070+
<td><a href="#org.bigraphs.framework:bigraph-converter:2.3.3">org.bigraphs.framework:bigraph-converter:2.3.3</a></td>
10711071
<td>compile</td>
10721072
<td>-</td>
10731073
<td>jar</td>
@@ -1326,7 +1326,7 @@ <h2>Third-parties list</h2>
13261326
<td>Apache Software License, Version 2.0<br />GNU Lesser General Public License</td></tr>
13271327
<tr class="b">
13281328
<td><figure><img src="images/icon_success_sml.gif" /></figure></td>
1329-
<td><a href="#org.bigraphs.framework:bigraph-simulation:2.4.0-SNAPSHOT">org.bigraphs.framework:bigraph-simulation:2.4.0-SNAPSHOT</a></td>
1329+
<td><a href="#org.bigraphs.framework:bigraph-simulation:2.3.3">org.bigraphs.framework:bigraph-simulation:2.3.3</a></td>
13301330
<td>compile</td>
13311331
<td>-</td>
13321332
<td>jar</td>
@@ -2303,7 +2303,7 @@ <h2>org.eclipse.jdt:org.eclipse.jdt.launching.macosx:3.6.300</h2>
23032303
<td style="text-align: left;">jar</td></tr>
23042304
<tr class="b">
23052305
<th>License(s)</th>
2306-
<td style="text-align: left; text-align: left;">Eclipse Public License - Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.eclipse.platform.3Aorg.eclipse.core.commands.3A3.12.400"></a>
2306+
<td style="text-align: left; text-align: left;">Eclipse Public License - v 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.eclipse.platform.3Aorg.eclipse.core.commands.3A3.12.400"></a>
23072307
<h2>org.eclipse.platform:org.eclipse.core.commands:3.12.400</h2>
23082308
<table class="table table-striped">
23092309
<tr class="a">
@@ -3143,15 +3143,15 @@ <h2>org.apache.commons:commons-math3:3.4.1</h2>
31433143
<td style="text-align: left;">jar</td></tr>
31443144
<tr class="b">
31453145
<th>License(s)</th>
3146-
<td style="text-align: left; text-align: left;">The Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-core.3A2.4.0-SNAPSHOT"></a>
3147-
<h2>org.bigraphs.framework:bigraph-core:2.4.0-SNAPSHOT</h2>
3146+
<td style="text-align: left; text-align: left;">The Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-core.3A2.3.3"></a>
3147+
<h2>org.bigraphs.framework:bigraph-core:2.3.3</h2>
31483148
<table class="table table-striped">
31493149
<tr class="a">
31503150
<th>Status</th>
31513151
<td style="text-align: left;"><figure><img src="images/icon_success_sml.gif" /></figure>&#160;License defined in the pom of the dependency</td></tr>
31523152
<tr class="b">
31533153
<th>GroupId:ArtifactId:Version</th>
3154-
<td style="text-align: left;">org.bigraphs.framework:bigraph-core:2.4.0-SNAPSHOT</td></tr>
3154+
<td style="text-align: left;">org.bigraphs.framework:bigraph-core:2.3.3</td></tr>
31553155
<tr class="a">
31563156
<th>Scope</th>
31573157
<td style="text-align: left;">compile</td></tr>
@@ -3783,15 +3783,15 @@ <h2>org.apache.pdfbox:pdfbox:2.0.19</h2>
37833783
<td style="text-align: left;">bundle</td></tr>
37843784
<tr class="b">
37853785
<th>License(s)</th>
3786-
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-visualization.3A2.4.0-SNAPSHOT"></a>
3787-
<h2>org.bigraphs.framework:bigraph-visualization:2.4.0-SNAPSHOT</h2>
3786+
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-visualization.3A2.3.3"></a>
3787+
<h2>org.bigraphs.framework:bigraph-visualization:2.3.3</h2>
37883788
<table class="table table-striped">
37893789
<tr class="a">
37903790
<th>Status</th>
37913791
<td style="text-align: left;"><figure><img src="images/icon_success_sml.gif" /></figure>&#160;License defined in the pom of the dependency</td></tr>
37923792
<tr class="b">
37933793
<th>GroupId:ArtifactId:Version</th>
3794-
<td style="text-align: left;">org.bigraphs.framework:bigraph-visualization:2.4.0-SNAPSHOT</td></tr>
3794+
<td style="text-align: left;">org.bigraphs.framework:bigraph-visualization:2.3.3</td></tr>
37953795
<tr class="a">
37963796
<th>Scope</th>
37973797
<td style="text-align: left;">test</td></tr>
@@ -3823,7 +3823,7 @@ <h2>org.bigraphs.model:bigred-core:1.0.0.20130228-1</h2>
38233823
<td style="text-align: left;">jar</td></tr>
38243824
<tr class="b">
38253825
<th>License(s)</th>
3826-
<td style="text-align: left; text-align: left;">Eclipse Public License - Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.choco-solver.3Achoco-sat.3A4.10.6"></a>
3826+
<td style="text-align: left; text-align: left;">Eclipse Public License - v 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.choco-solver.3Achoco-sat.3A4.10.6"></a>
38273827
<h2>org.choco-solver:choco-sat:4.10.6</h2>
38283828
<table class="table table-striped">
38293829
<tr class="a">
@@ -4203,15 +4203,15 @@ <h2>org.assertj:assertj-core:3.16.1</h2>
42034203
<td style="text-align: left;">jar</td></tr>
42044204
<tr class="b">
42054205
<th>License(s)</th>
4206-
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-converter.3A2.4.0-SNAPSHOT"></a>
4207-
<h2>org.bigraphs.framework:bigraph-converter:2.4.0-SNAPSHOT</h2>
4206+
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-converter.3A2.3.3"></a>
4207+
<h2>org.bigraphs.framework:bigraph-converter:2.3.3</h2>
42084208
<table class="table table-striped">
42094209
<tr class="a">
42104210
<th>Status</th>
42114211
<td style="text-align: left;"><figure><img src="images/icon_success_sml.gif" /></figure>&#160;License defined in the pom of the dependency</td></tr>
42124212
<tr class="b">
42134213
<th>GroupId:ArtifactId:Version</th>
4214-
<td style="text-align: left;">org.bigraphs.framework:bigraph-converter:2.4.0-SNAPSHOT</td></tr>
4214+
<td style="text-align: left;">org.bigraphs.framework:bigraph-converter:2.3.3</td></tr>
42154215
<tr class="a">
42164216
<th>Scope</th>
42174217
<td style="text-align: left;">compile</td></tr>
@@ -4943,15 +4943,15 @@ <h2>com.github.javaparser:javaparser-symbol-solver-core:3.25.5</h2>
49434943
<td style="text-align: left;">jar</td></tr>
49444944
<tr class="b">
49454945
<th>License(s)</th>
4946-
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0<br />GNU Lesser General Public License</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-simulation.3A2.4.0-SNAPSHOT"></a>
4947-
<h2>org.bigraphs.framework:bigraph-simulation:2.4.0-SNAPSHOT</h2>
4946+
<td style="text-align: left; text-align: left;">Apache Software License, Version 2.0<br />GNU Lesser General Public License</td></tr></table><a href="#Overview">Back to top</a><br /></section><section><a id="org.bigraphs.framework.3Abigraph-simulation.3A2.3.3"></a>
4947+
<h2>org.bigraphs.framework:bigraph-simulation:2.3.3</h2>
49484948
<table class="table table-striped">
49494949
<tr class="a">
49504950
<th>Status</th>
49514951
<td style="text-align: left;"><figure><img src="images/icon_success_sml.gif" /></figure>&#160;License defined in the pom of the dependency</td></tr>
49524952
<tr class="b">
49534953
<th>GroupId:ArtifactId:Version</th>
4954-
<td style="text-align: left;">org.bigraphs.framework:bigraph-simulation:2.4.0-SNAPSHOT</td></tr>
4954+
<td style="text-align: left;">org.bigraphs.framework:bigraph-simulation:2.3.3</td></tr>
49554955
<tr class="a">
49564956
<th>Scope</th>
49574957
<td style="text-align: left;">compile</td></tr>

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

0 commit comments

Comments
 (0)