Skip to content

Commit e3d1e55

Browse files
committed
Update to maven plugin version 1.3.3
1 parent 5bad6d7 commit e3d1e55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.gephi</groupId>
9292
<artifactId>gephi-maven-plugin</artifactId>
93-
<version>1.3.2</version>
93+
<version>1.3.3</version>
9494
</plugin>
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
@@ -110,6 +110,7 @@
110110
<metadataUrl>https://gephi.org/gephi-plugins/plugins/</metadataUrl>
111111
<gephiDirectory>${project.build.directory}/gephi-${gephi.version}</gephiDirectory>
112112
<outputDirectory>${project.build.directory}/site/plugins/</outputDirectory>
113+
<skipUnchangedVersions>true</skipUnchangedVersions>
113114
<clusters>
114115
<cluster>${clusters.path}/plugins</cluster>
115116
</clusters>

0 commit comments

Comments
 (0)