Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
chensoul committed Dec 7, 2023
1 parent 145498e commit ec2ac3b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.artifact_name }}-${{ env.artifact_version }}
path: ./target/${{ env.artifact_name }}-${{ env.artifact_version }}.jar
path: ./target/${{ env.artifact_name }}-${{ env.artifact_version }}.pom
- name: Workflow Release Notes
uses: peter-evans/repository-dispatch@v2
if: ${{ github.event.inputs.releaseVersion }} != "" && ${{ github.event.inputs.developmentVersion }} != ""
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
23 changes: 23 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#release configuration
#Thu Dec 07 17:22:33 CST 2023
completedPhase=check-poms
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.scm.com.chensoul\:chensoul-parent.connection=scm\:git\:[email protected]\:chensoul/${project.artifactId}.git
project.scm.com.chensoul\:chensoul-parent.developerConnection=scm\:git\:[email protected]\:chensoul/${project.artifactId}.git
project.scm.com.chensoul\:chensoul-parent.tag=HEAD
project.scm.com.chensoul\:chensoul-parent.url=https\://github.com/chensoul/${project.artifactId}/
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=true
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tagNameFormat=v@{project.version}
scm.url=scm\:git\:[email protected]\:chensoul/chensoul-parent.git

0 comments on commit ec2ac3b

Please sign in to comment.