-
Notifications
You must be signed in to change notification settings - Fork 52
/
release.properties
28 lines (28 loc) · 1.38 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
24
25
26
27
28
#release configuration
#Mon Jul 08 14:34:52 CDT 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
project.scm.org.scijava\:scijava-common.tag=HEAD
pushChanges=false
releaseStrategyId=default
project.scm.org.scijava\:scijava-common.connection=scm\:git\:https\://github.com/scijava/scijava-common
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=scijava-common-2.99.0
remoteTagging=true
project.scm.org.scijava\:scijava-common.url=https\://github.com/scijava/scijava-common
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:git@github.com\:scijava/scijava-common
scm.url=scm\:git\:https\://github.com/scijava/scijava-common
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
project.dev.org.scijava\:scijava-common=2.99.1-SNAPSHOT
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
project.rel.org.scijava\:scijava-common=2.99.0
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release