Skip to content

Commit f7b3c07

Browse files
committed
[maven-release-plugin] prepare release python-imcflibs-1.5.0
1 parent 30c8877 commit f7b3c07

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>python-imcflibs</artifactId>
14-
<version>1.5.1.a26-SNAPSHOT</version>
14+
<version>1.5.0</version>
1515

1616
<name>python-imcflibs</name>
1717
<description>
@@ -127,7 +127,7 @@
127127
<scm>
128128
<connection>scm:git:git://github.com/imcf/python-imcflibs</connection>
129129
<developerConnection>scm:git:[email protected]:imcf/python-imcflibs</developerConnection>
130-
<tag>HEAD</tag>
130+
<tag>python-imcflibs-1.5.0</tag>
131131
<url>https://github.com/imcf/python-imcflibs</url>
132132
</scm>
133133
<issueManagement>

release.properties

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

0 commit comments

Comments
 (0)