Skip to content

Commit e08f2c1

Browse files
committed
build: Updates pom.xml to use CloudSim Plus 8.5.3
Signed-off-by: Manoel Campos <[email protected]>
1 parent 17859fd commit e08f2c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The module version defines the version of CloudSim Plus to be used.
99
This way, it cannot be a version number which doesn't exist for CloudSim Plus.
1010
-->
11-
<version>8.5.1</version>
11+
<version>8.5.3</version>
1212

1313
<name>CloudSim Plus Examples</name>
1414
<description>
@@ -53,6 +53,8 @@
5353
<license-maven-plugin.version>3.0</license-maven-plugin.version>
5454
<!-- License file to be used by the com.mycila.license-maven-plugin -->
5555
<copyrightfile>../COPYRIGHT</copyrightfile>
56+
<maven.compiler.source>17</maven.compiler.source>
57+
<maven.compiler.target>17</maven.compiler.target>
5658
</properties>
5759

5860
<build>

0 commit comments

Comments
 (0)