We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17859fd commit e08f2c1Copy full SHA for e08f2c1
pom.xml
@@ -8,7 +8,7 @@
8
The module version defines the version of CloudSim Plus to be used.
9
This way, it cannot be a version number which doesn't exist for CloudSim Plus.
10
-->
11
- <version>8.5.1</version>
+ <version>8.5.3</version>
12
13
<name>CloudSim Plus Examples</name>
14
<description>
@@ -53,6 +53,8 @@
53
<license-maven-plugin.version>3.0</license-maven-plugin.version>
54
<!-- License file to be used by the com.mycila.license-maven-plugin -->
55
<copyrightfile>../COPYRIGHT</copyrightfile>
56
+ <maven.compiler.source>17</maven.compiler.source>
57
+ <maven.compiler.target>17</maven.compiler.target>
58
</properties>
59
60
<build>
0 commit comments