forked from binkley/kotlin-rational
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease.properties
23 lines (23 loc) · 1.08 KB
/
release.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#release configuration
#Sun Mar 29 07:12:00 CDT 2020
projectVersionPolicyId=default
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
project.scm.hm.binkley\:kotlin-rational.url=https\://github.com/binkley/kotlin-rational
project.rel.hm.binkley\:kotlin-rational=1.0.0
completedPhase=scm-commit-release
scm.url=scm\:git\:git\://github.com/binkley/kotlin-rational
scm.developmentCommitComment=@{prefix} prepare for next development iteration
project.scm.hm.binkley\:kotlin-rational.connection=scm\:git\:git\://github.com/binkley/kotlin-rational
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.dev.hm.binkley\:kotlin-rational=1.0.1-SNAPSHOT
pushChanges=true
scm.tag=kotlin-rational-1.0.0
project.scm.hm.binkley\:kotlin-rational.tag=kotlin-rational-1.0.0
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml