File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 44 <groupId >io.serverlessworkflow</groupId >
55 <artifactId >serverlessworkflow-parent</artifactId >
66 <version >8.0.0-SNAPSHOT</version >
7+ <relativePath >../pom.xml</relativePath >
78 </parent >
89 <name >Serverless Workflow :: Examples</name >
910 <artifactId >serverlessworkflow-examples</artifactId >
Original file line number Diff line number Diff line change 276276 <publishingServerId >central</publishingServerId >
277277 <autoPublish >true</autoPublish >
278278 <waitUntil >published</waitUntil >
279- <excludeArtifacts >
280- <excludeArtifact >serverlessworkflow-examples-events</excludeArtifact >
281- <excludeArtifact >serverlessworkflow-examples-simpleGet</excludeArtifact >
282- </excludeArtifacts >
283279 </configuration >
284280 </plugin >
285281 <!-- Set properties containing the scm revision -->
472468 <artifactId >maven-release-plugin</artifactId >
473469 <version >${version.release.plugin} </version >
474470 <configuration >
475- <preparationGoals >clean install</preparationGoals >
471+ <preparationGoals >clean install -DperformRelease</preparationGoals >
472+ <arguments >-Prelease -DperformRelease</arguments >
476473 <autoVersionSubmodules >true</autoVersionSubmodules >
477474 <tagNameFormat >@{project.version}</tagNameFormat >
478475 <pushChanges >false</pushChanges >
You can’t perform that action at this time.
0 commit comments