Skip to content

Commit 5bad6d7

Browse files
committed
Update to maven plugin version 1.3.2
1 parent c27590a commit 5bad6d7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
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.1</version>
93+
<version>1.3.2</version>
9494
</plugin>
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
@@ -185,16 +185,16 @@
185185
<artifactId>gephi-maven-plugin</artifactId>
186186
<executions>
187187
<execution>
188-
<id>create-autoupdate</id>
188+
<id>build-metadata</id>
189189
<goals>
190-
<goal>create-autoupdate</goal>
190+
<goal>build-metadata</goal>
191191
</goals>
192192
<phase>package</phase>
193193
</execution>
194194
<execution>
195-
<id>build-metadata</id>
195+
<id>create-autoupdate</id>
196196
<goals>
197-
<goal>build-metadata</goal>
197+
<goal>create-autoupdate</goal>
198198
</goals>
199199
<phase>package</phase>
200200
</execution>

0 commit comments

Comments
 (0)