Skip to content

Commit e341c99

Browse files
committed
Skip stack level hook for stack if prior stack level change set hook succeeded
For stack level hooks, customers are able to return a new status that allow stack level hooks that execute against a stack to skip with a successful status. The idea is that if a stack hook invoked against a change set succeeds, there is no need to invoke against the stack once the change set is processed.
1 parent 73822f5 commit e341c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@
491491
<plugin>
492492
<groupId>org.sonatype.plugins</groupId>
493493
<artifactId>nexus-staging-maven-plugin</artifactId>
494-
<version>1.6.13</version>
494+
<version>1.6.8</version>
495495
<extensions>true</extensions>
496496
<configuration>
497497
<serverId>sonatype-nexus-staging</serverId>

0 commit comments

Comments
 (0)