We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27590a commit 5bad6d7Copy full SHA for 5bad6d7
1 file changed
pom.xml
@@ -90,7 +90,7 @@
90
<plugin>
91
<groupId>org.gephi</groupId>
92
<artifactId>gephi-maven-plugin</artifactId>
93
- <version>1.3.1</version>
+ <version>1.3.2</version>
94
</plugin>
95
96
<groupId>org.apache.maven.plugins</groupId>
@@ -185,16 +185,16 @@
185
186
<executions>
187
<execution>
188
- <id>create-autoupdate</id>
+ <id>build-metadata</id>
189
<goals>
190
- <goal>create-autoupdate</goal>
+ <goal>build-metadata</goal>
191
</goals>
192
<phase>package</phase>
193
</execution>
194
195
- <id>build-metadata</id>
+ <id>create-autoupdate</id>
196
197
- <goal>build-metadata</goal>
+ <goal>create-autoupdate</goal>
198
199
200
0 commit comments