|
8 | 8 | The module version defines the version of CloudSim Plus to be used. |
9 | 9 | This way, it cannot be a version number which doesn't exist for CloudSim Plus. |
10 | 10 | --> |
11 | | - <version>8.5.5</version> |
| 11 | + <version>9.0.0-snapshot</version> |
12 | 12 |
|
13 | 13 | <name>CloudSim Plus Examples</name> |
14 | 14 | <description> |
|
53 | 53 | <license-maven-plugin.version>3.0</license-maven-plugin.version> |
54 | 54 | <!-- License file to be used by the com.mycila.license-maven-plugin --> |
55 | 55 | <copyrightfile>../COPYRIGHT</copyrightfile> |
56 | | - <maven.compiler.source>17</maven.compiler.source> |
57 | | - <maven.compiler.target>17</maven.compiler.target> |
| 56 | + <maven.compiler.release>24</maven.compiler.release> |
| 57 | + <logback.version>1.5.18</logback.version> |
58 | 58 | </properties> |
59 | 59 |
|
60 | 60 | <build> |
61 | 61 | <plugins> |
62 | 62 | <plugin> |
63 | 63 | <groupId>org.apache.maven.plugins</groupId> |
64 | 64 | <artifactId>maven-compiler-plugin</artifactId> |
65 | | - <version>3.10.1</version> |
66 | | - <configuration> |
67 | | - <release>17</release> |
68 | | - </configuration> |
| 65 | + <version>3.14.0</version> |
69 | 66 | </plugin> |
70 | 67 |
|
71 | 68 | <plugin> |
72 | 69 | <groupId>org.apache.maven.plugins</groupId> |
73 | 70 | <artifactId>maven-jar-plugin</artifactId> |
74 | | - <version>3.3.0</version> |
| 71 | + <version>3.4.2</version> |
75 | 72 | <configuration> |
76 | 73 | <archive> |
77 | 74 | <manifest> |
|
96 | 93 | <plugin> |
97 | 94 | <groupId>org.apache.maven.plugins</groupId> |
98 | 95 | <artifactId>maven-shade-plugin</artifactId> |
99 | | - <version>3.2.4</version> |
| 96 | + <version>3.6.0</version> |
100 | 97 | <executions> |
101 | 98 | <execution> |
102 | 99 | <phase>package</phase> |
|
147 | 144 | <dependency> |
148 | 145 | <groupId>ch.qos.logback</groupId> |
149 | 146 | <artifactId>logback-core</artifactId> |
150 | | - <version>1.4.5</version> |
| 147 | + <version>${logback.version}</version> |
151 | 148 | </dependency> |
152 | 149 | <dependency> |
153 | 150 | <!-- Automatically includes slf4j-api 2.0 --> |
154 | 151 | <groupId>ch.qos.logback</groupId> |
155 | 152 | <artifactId>logback-classic</artifactId> |
156 | | - <version>1.4.5</version> |
| 153 | + <version>${logback.version}</version> |
157 | 154 | </dependency> |
158 | 155 | </dependencies> |
159 | 156 | </project> |
0 commit comments