Skip to content

Commit

Permalink
Align execution IDS with parent to avoid multiple executions
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jul 17, 2020
1 parent 1a8d1fe commit f107b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<version>3.1.1</version>
<executions>
<execution>
<id>attach-api-javadocs</id>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion jdsol-spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce</id>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce</id>
<id>enforce-maven</id>
<goals>
<goal>enforce</goal>
</goals>
Expand Down

0 comments on commit f107b12

Please sign in to comment.