forked from nimbasms/nimbasms-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.properties
More file actions
25 lines (25 loc) · 1.17 KB
/
release.properties
File metadata and controls
25 lines (25 loc) · 1.17 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
#release configuration
#Wed Jul 31 23:42:42 CEST 2024
completedPhase=end-release
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.dev.com.nimbasms\:nimbasms=0.0.2-SNAPSHOT
project.rel.com.nimbasms\:nimbasms=0.0.1
project.scm.com.nimbasms\:nimbasms.connection=scm\:git\:https\://github.com/djoomy/nimbasms-java.git
project.scm.com.nimbasms\:nimbasms.tag=HEAD
project.scm.com.nimbasms\:nimbasms.url=https\://github.com/djoomy/nimbasms-java.git
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=true
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=nimbasms-0.0.1
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/djoomy/nimbasms-java.git