Skip to content

Commit 7fb2af3

Browse files
committed
Fix release validations
1 parent d5f9726 commit 7fb2af3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<!--<skipPublishing>true</skipPublishing>-->
242242
<excludeArtifacts>
243243
<excludeArtifact>flowable-external-worker-sample-parent</excludeArtifact>
244-
<excludeArtifact>flowable-external-worker-spring-boot-starter</excludeArtifact>
244+
<excludeArtifact>flowable-external-worker-spring-boot-sample</excludeArtifact>
245245
</excludeArtifacts>
246246
</configuration>
247247
</plugin>

workers/spring/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<version>1.0.1-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
11+
<name>Flowable Java external worker client Spring Parent</name>
1112
<groupId>org.flowable.client.spring</groupId>
1213
<artifactId>flowable-external-worker-spring-parent</artifactId>
1314
<version>1.0.1-SNAPSHOT</version>

0 commit comments

Comments
 (0)