|
13 | 13 |
|
14 | 14 | <description>This package contains Java programs for reproducing the |
15 | 15 | experiments, and analysis of experimental data, from the following |
16 | | - article: NOTE TO SELF.... FILL THIS IN BEFORE PUBLISHING TO MAVEN CENTRAL. |
| 16 | + article: Cicirello, V.A. On Fitness Landscape Analysis of Permutation |
| 17 | + Problems: From Distance Metrics to Mutation Operator Selection. Mobile |
| 18 | + Networks and Applications (2022). https://doi.org/10.1007/s11036-022-02060-z. |
17 | 19 | </description> |
18 | 20 |
|
19 | 21 | <url>https://github.com/cicirello/MONE2022-experiments</url> |
|
78 | 80 | <plugin> |
79 | 81 | <groupId>org.sonatype.plugins</groupId> |
80 | 82 | <artifactId>nexus-staging-maven-plugin</artifactId> |
81 | | - <version>1.6.8</version> |
| 83 | + <version>1.6.13</version> |
82 | 84 | <extensions>true</extensions> |
83 | 85 | <configuration> |
84 | 86 | <serverId>ossrh</serverId> |
|
126 | 128 | <plugin> |
127 | 129 | <groupId>org.jacoco</groupId> |
128 | 130 | <artifactId>jacoco-maven-plugin</artifactId> |
129 | | - <version>0.8.7</version> |
| 131 | + <version>0.8.8</version> |
130 | 132 | <executions> |
131 | 133 | <execution> |
132 | 134 | <goals> |
|
199 | 201 | <plugin> |
200 | 202 | <groupId>org.apache.maven.plugins</groupId> |
201 | 203 | <artifactId>maven-compiler-plugin</artifactId> |
202 | | - <version>3.9.0</version> |
| 204 | + <version>3.10.1</version> |
203 | 205 | <configuration> |
204 | 206 | <release>11</release> |
205 | 207 | </configuration> |
|
220 | 222 | <plugin> |
221 | 223 | <groupId>org.apache.maven.plugins</groupId> |
222 | 224 | <artifactId>maven-javadoc-plugin</artifactId> |
223 | | - <version>3.3.1</version> |
| 225 | + <version>3.4.1</version> |
224 | 226 | <executions> |
225 | 227 | <execution> |
226 | 228 | <id>attach-javadocs</id> |
|
241 | 243 | <plugin> |
242 | 244 | <groupId>org.apache.maven.plugins</groupId> |
243 | 245 | <artifactId>maven-surefire-plugin</artifactId> |
244 | | - <version>3.0.0-M5</version> |
| 246 | + <version>3.0.0-M7</version> |
245 | 247 | <configuration> |
246 | 248 | <includes> |
247 | 249 | <include>**/*TestCases.java</include> |
|
255 | 257 | <plugin> |
256 | 258 | <groupId>org.apache.maven.plugins</groupId> |
257 | 259 | <artifactId>maven-shade-plugin</artifactId> |
258 | | - <version>3.2.4</version> |
| 260 | + <version>3.4.1</version> |
259 | 261 | <configuration> |
260 | 262 | <shadedArtifactAttached>true</shadedArtifactAttached> |
261 | 263 | <shadedClassifierName>jar-with-dependencies</shadedClassifierName> |
|
0 commit comments