We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf71bf commit 48b9225Copy full SHA for 48b9225
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>org.example</groupId>
14
<artifactId>empty-project-skeleton-bigraphframework</artifactId>
15
- <version>2.0.0</version>
+ <version>2.0.1</version>
16
17
<properties>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -22,7 +22,7 @@
22
<maven.compiler.target>${java.version}</maven.compiler.target>
23
<maven.compiler.release>${java.version}</maven.compiler.release>
24
<start-class>org.example.MainBigraphApplication</start-class>
25
- <bigraph.version>2.0.0</bigraph.version>
+ <bigraph.version>2.0.1</bigraph.version>
26
</properties>
27
28
<profiles>
0 commit comments