Skip to content

Commit 6523b75

Browse files
authored
Merge pull request #14 from cicirello/pom-update
Update pom.xml with updated plugin versions and MONE article citation
2 parents a487c5c + fa11c86 commit 6523b75

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pom.xml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313

1414
<description>This package contains Java programs for reproducing the
1515
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.
1719
</description>
1820

1921
<url>https://github.com/cicirello/MONE2022-experiments</url>
@@ -78,7 +80,7 @@
7880
<plugin>
7981
<groupId>org.sonatype.plugins</groupId>
8082
<artifactId>nexus-staging-maven-plugin</artifactId>
81-
<version>1.6.8</version>
83+
<version>1.6.13</version>
8284
<extensions>true</extensions>
8385
<configuration>
8486
<serverId>ossrh</serverId>
@@ -126,7 +128,7 @@
126128
<plugin>
127129
<groupId>org.jacoco</groupId>
128130
<artifactId>jacoco-maven-plugin</artifactId>
129-
<version>0.8.7</version>
131+
<version>0.8.8</version>
130132
<executions>
131133
<execution>
132134
<goals>
@@ -199,7 +201,7 @@
199201
<plugin>
200202
<groupId>org.apache.maven.plugins</groupId>
201203
<artifactId>maven-compiler-plugin</artifactId>
202-
<version>3.9.0</version>
204+
<version>3.10.1</version>
203205
<configuration>
204206
<release>11</release>
205207
</configuration>
@@ -220,7 +222,7 @@
220222
<plugin>
221223
<groupId>org.apache.maven.plugins</groupId>
222224
<artifactId>maven-javadoc-plugin</artifactId>
223-
<version>3.3.1</version>
225+
<version>3.4.1</version>
224226
<executions>
225227
<execution>
226228
<id>attach-javadocs</id>
@@ -241,7 +243,7 @@
241243
<plugin>
242244
<groupId>org.apache.maven.plugins</groupId>
243245
<artifactId>maven-surefire-plugin</artifactId>
244-
<version>3.0.0-M5</version>
246+
<version>3.0.0-M7</version>
245247
<configuration>
246248
<includes>
247249
<include>**/*TestCases.java</include>
@@ -255,7 +257,7 @@
255257
<plugin>
256258
<groupId>org.apache.maven.plugins</groupId>
257259
<artifactId>maven-shade-plugin</artifactId>
258-
<version>3.2.4</version>
260+
<version>3.4.1</version>
259261
<configuration>
260262
<shadedArtifactAttached>true</shadedArtifactAttached>
261263
<shadedClassifierName>jar-with-dependencies</shadedClassifierName>

0 commit comments

Comments
 (0)