Skip to content

Commit

Permalink
undo manual version change to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
young-s-park committed Nov 18, 2020
1 parent 7a0a6a5 commit 016d173
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</parent>

<artifactId>fortify</artifactId>
<version>20.2.34</version>
<version>20.1.34-SNAPSHOT</version>
<packaging>hpi</packaging>

<properties>
Expand All @@ -49,7 +49,7 @@
<connection>scm:git:[email protected]:jenkinsci/fortify-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/fortify-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/fortify-plugin</url>
<tag>v20.2.34</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down
12 changes: 12 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#release configuration
#Tue Nov 17 16:02:02 PST 2020
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:[email protected]\:jenkinsci/fortify-plugin.git
preparationGoals=clean install
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
exec.additionalArguments=-P artifactory
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms

0 comments on commit 016d173

Please sign in to comment.