Skip to content

Commit

Permalink
Improve release method.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Aug 30, 2019
1 parent 128dd20 commit d5ae4e4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
<tagNameFormat>v@{project.version}</tagNameFormat>
<releaseProfiles>ossrh</releaseProfiles>
<goals>deploy</goals>
</configuration>
Expand Down
11 changes: 11 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#release configuration
#Fri Aug 30 11:33:48 PDT 2019
projectVersionPolicyId=default
scm.tagNameFormat=v@{project.version}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
pushChanges=true
completedPhase=check-poms
scm.url=scm\:git\:ssh\://github.com\:noboomu/proteus.git
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify

0 comments on commit d5ae4e4

Please sign in to comment.