You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that artifacts are valid for deployment to Maven Central
* Add missing names to some modules
* Archetype unittest should directly use the flowable-parent and remove the not deployed archetypes parent (this was never deployed)
* Update the archetype to use JUnit Jupiter and the `@FlowableTest` instead of the deprecated `FlowableRule`
Copy file name to clipboardExpand all lines: modules/flowable-spring-boot/flowable-spring-boot-starters/flowable-spring-boot-starter-integration/pom.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
<version>7.1.1-SNAPSHOT</version>
13
13
</parent>
14
14
15
+
<name>Flowable - Spring Boot Integration Starter</name>
0 commit comments