Skip to content

Commit f25ae67

Browse files
committed
[maven-release-plugin] prepare release ImageToAtlasRegister-0.11.0
1 parent dd319ca commit f25ae67

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.11.0-SNAPSHOT</version>
14+
<version>0.11.0</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.11.0</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 Oct 30 08:34:12 CET 2025
3+
projectVersionPolicyId=default
4+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
5+
pinExternals=false
6+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
7+
exec.activateProfiles=deploy-to-scijava
8+
pushChanges=false
9+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.connection=scm\:git\:https\://github.com/BIOP/ijp-imagetoatlas
10+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.url=https\://github.com/BIOP/ijp-imagetoatlas
11+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
12+
remoteTagging=true
13+
scm.commentPrefix=[maven-release-plugin]
14+
releaseStrategyId=default
15+
completedPhase=end-release
16+
scm.url=scm\:git\:https\://github.com/BIOP/ijp-imagetoatlas
17+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
18+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.developerConnection=scm\:git\:git@github.com\:BIOP/ijp-imagetoatlas
19+
project.scm.ch.epfl.biop\:ImageToAtlasRegister.tag=HEAD
20+
exec.additionalArguments=-Dgpg.skip\=true
21+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
22+
project.dev.ch.epfl.biop\:ImageToAtlasRegister=0.11.1-SNAPSHOT
23+
project.rel.ch.epfl.biop\:ImageToAtlasRegister=0.11.0
24+
scm.tag=ImageToAtlasRegister-0.11.0
25+
exec.snapshotReleasePluginAllowed=false
26+
preparationGoals=clean verify
27+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
28+
exec.pomFileName=pom.xml

0 commit comments

Comments
 (0)