Skip to content

Commit cf6e815

Browse files
committed
[maven-release-plugin] prepare release ImageToAtlasRegister-0.10.5
1 parent f000106 commit cf6e815

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>ch.epfl.biop</groupId>
1313
<artifactId>ImageToAtlasRegister</artifactId>
14-
<version>0.10.5-SNAPSHOT</version>
14+
<version>0.10.5</version>
1515

1616
<name>Plugin To Register Images to Atlases</name>
1717
<description>Collection of tools to register images to atlases in Fiji.</description>
@@ -78,7 +78,7 @@
7878
<connection>scm:git:https://github.com/BIOP/ijp-imagetoatlas</connection>
7979
<developerConnection>scm:git:git@github.com:BIOP/ijp-imagetoatlas</developerConnection>
8080
<url>https://github.com/BIOP/ijp-imagetoatlas</url>
81-
<tag>HEAD</tag>
81+
<tag>ImageToAtlasRegister-0.10.5</tag>
8282
</scm>
8383

8484
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Thu Jul 31 11:03:14 CEST 2025
3+
completedPhase=end-release
4+
exec.activateProfiles=deploy-to-scijava
5+
exec.additionalArguments=-Dgpg.skip\=true
6+
exec.pomFileName=pom.xml
7+
exec.snapshotReleasePluginAllowed=false
8+
pinExternals=false
9+
preparationGoals=clean verify
10+
project.dev.ch.epfl.biop\:ImageToAtlasRegister=0.10.6-SNAPSHOT
11+
project.rel.ch.epfl.biop\:ImageToAtlasRegister=0.10.5
12+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.connection=scm\:git\:https\://github.com/BIOP/ijp-imagetoatlas
13+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.developerConnection=scm\:git\:git@github.com\:BIOP/ijp-imagetoatlas
14+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.tag=HEAD
15+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.url=https\://github.com/BIOP/ijp-imagetoatlas
16+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
17+
projectVersionPolicyId=default
18+
pushChanges=false
19+
releaseStrategyId=default
20+
remoteTagging=true
21+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
22+
scm.commentPrefix=[maven-release-plugin]
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
25+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
26+
scm.tag=ImageToAtlasRegister-0.10.5
27+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
28+
scm.url=scm\:git\:https\://github.com/BIOP/ijp-imagetoatlas

0 commit comments

Comments
 (0)