File tree Expand file tree Collapse file tree 7 files changed +11
-18
lines changed
camunda7-remote-starter-native
src/main/kotlin/dev/bpmcrafters/processengine/worker Expand file tree Collapse file tree 7 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 2424 java-version : 17
2525 distribution : ' zulu'
2626 cache : maven
27- server-id : ossrh
27+ server-id : central
2828 server-username : OSS_CENTRAL_USERNAME # env variable for Maven Central
2929 server-password : OSS_CENTRAL_PASSWORD # env variable for Maven Central
3030
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.bpm-crafters.process-engine-worker</groupId >
77 <artifactId >process-engine-worker-examples</artifactId >
8- <version >0.4.2 </version >
8+ <version >0.4.3 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.bpm-crafters.process-engine-worker</groupId >
77 <artifactId >process-engine-worker-examples</artifactId >
8- <version >0.4.2 </version >
8+ <version >0.4.3 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.bpm-crafters.process-engine-worker</groupId >
77 <artifactId >process-engine-worker-root</artifactId >
8- <version >0.4.2 </version >
8+ <version >0.4.3 </version >
99 <relativePath >../pom.xml</relativePath >
1010 </parent >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >dev.bpm-crafters.maven.parent</groupId >
77 <artifactId >maven-parent</artifactId >
8- <version >2025.05.1 </version >
8+ <version >2025.07.2 </version >
99 <relativePath />
1010 </parent >
1111
1212 <groupId >dev.bpm-crafters.process-engine-worker</groupId >
1313 <artifactId >process-engine-worker-root</artifactId >
14- <version >0.4.2 </version >
14+ <version >0.4.3 </version >
1515 <name >${project.artifactId} </name >
1616 <description >Process Engine Worker</description >
1717 <url >https://github.com/bpm-crafters/process-engine-worker/</url >
170170 <tag >HEAD</tag >
171171 </scm >
172172
173- <distributionManagement >
174- <snapshotRepository >
175- <id >ossrh</id >
176- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
177- </snapshotRepository >
178- <repository >
179- <id >ossrh</id >
180- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
181- </repository >
182- </distributionManagement >
183-
184173 <developers >
185174 <developer >
186175 <id >jangalinski</id >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >dev.bpm-crafters.process-engine-worker</groupId >
66 <artifactId >process-engine-worker-root</artifactId >
7- <version >0.4.2 </version >
7+ <version >0.4.3 </version >
88 </parent >
99
1010 <artifactId >process-engine-worker-spring-boot-starter</artifactId >
Original file line number Diff line number Diff line change 1+ package dev.bpmcrafters.processengine.worker
2+
3+ class RejectJobException {
4+ }
You can’t perform that action at this time.
0 commit comments