Skip to content

Commit 2c8ad21

Browse files
committed
[maven-release-plugin] prepare release imcf-fiji-scripts-6.5.0
1 parent ca99e70 commit 2c8ad21

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>ch.unibas.biozentrum.imcf</groupId>
1313
<artifactId>imcf-fiji-scripts</artifactId>
14-
<version>6.4.2-SNAPSHOT</version>
14+
<version>6.5.0</version>
1515

1616
<name>IMCF Fiji Scripts</name>
1717
<description>
@@ -117,7 +117,7 @@
117117
<scm>
118118
<connection>scm:git:git://github.com/imcf/imcf-fiji-scripts</connection>
119119
<developerConnection>scm:git:[email protected]:imcf/imcf-fiji-scripts</developerConnection>
120-
<tag>HEAD</tag>
120+
<tag>imcf-fiji-scripts-6.5.0</tag>
121121
<url>https://github.com/imcf/imcf-fiji-scripts</url>
122122
</scm>
123123
<issueManagement>

release.properties

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#release configuration
2+
#Mon Mar 06 09:43:10 CET 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts.developerConnection=scm\:git\:[email protected]\:imcf/imcf-fiji-scripts
8+
scm.tag=imcf-fiji-scripts-6.5.0
9+
remoteTagging=true
10+
exec.additionalArguments=-Dgpg.skip\=true -Dgpg.skip\=true
11+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
12+
projectVersionPolicyId=default
13+
scm.url=scm\:git\:https\://github.com/imcf/imcf-fiji-scripts
14+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
15+
project.rel.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts=6.5.0
16+
pinExternals=false
17+
preparationGoals=clean verify
18+
project.scm.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts.tag=HEAD
19+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
20+
exec.snapshotReleasePluginAllowed=false
21+
project.scm.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts.connection=scm\:git\:git\://github.com/imcf/imcf-fiji-scripts
22+
exec.activateProfiles=deploy-to-scijava
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
project.dev.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts=6.5.1-SNAPSHOT
25+
project.scm.ch.unibas.biozentrum.imcf\:imcf-fiji-scripts.url=https\://github.com/imcf/imcf-fiji-scripts
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release

0 commit comments

Comments
 (0)