-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrelease.properties
More file actions
27 lines (27 loc) · 1.27 KB
/
release.properties
File metadata and controls
27 lines (27 loc) · 1.27 KB
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
#release configuration
#Tue Mar 07 13:21:41 CST 2023
scm.commentPrefix=[maven-release-plugin]
project.scm.org.scijava\:scijava-search.url=https\://github.com/scijava/scijava-search
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.org.scijava\:scijava-search.developerConnection=scm\:git\:git@github.com\:scijava/scijava-search
scm.tag=scijava-search-2.0.1
remoteTagging=true
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
project.dev.org.scijava\:scijava-search=2.0.2-SNAPSHOT
scm.url=scm\:git\:https\://github.com/scijava/scijava-search
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
project.rel.org.scijava\:scijava-search=2.0.1
exec.activateProfiles=deploy-to-scijava
project.scm.org.scijava\:scijava-search.tag=HEAD
project.scm.org.scijava\:scijava-search.connection=scm\:git\:https\://github.com/scijava/scijava-search
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release