Skip to content

Commit 48b9225

Browse files
committed
bigraph framework version update to: 2.0.1
1 parent 0cf71bf commit 48b9225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>org.example</groupId>
1414
<artifactId>empty-project-skeleton-bigraphframework</artifactId>
15-
<version>2.0.0</version>
15+
<version>2.0.1</version>
1616

1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +22,7 @@
2222
<maven.compiler.target>${java.version}</maven.compiler.target>
2323
<maven.compiler.release>${java.version}</maven.compiler.release>
2424
<start-class>org.example.MainBigraphApplication</start-class>
25-
<bigraph.version>2.0.0</bigraph.version>
25+
<bigraph.version>2.0.1</bigraph.version>
2626
</properties>
2727

2828
<profiles>

0 commit comments

Comments
 (0)