Skip to content

Commit 17ed7af

Browse files
committed
[maven-release-plugin] prepare release imagej-updater-2.0.2
1 parent ca0dc5c commit 17ed7af

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

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

1212
<groupId>net.imagej</groupId>
1313
<artifactId>imagej-updater</artifactId>
14-
<version>2.0.2-SNAPSHOT</version>
14+
<version>2.0.2</version>
1515

1616
<name>ImageJ Updater</name>
1717
<description>Keeps components of ImageJ up-to-date.</description>
@@ -92,7 +92,7 @@
9292
<scm>
9393
<connection>scm:git:https://github.com/imagej/imagej-updater</connection>
9494
<developerConnection>scm:git:[email protected]:imagej/imagej-updater</developerConnection>
95-
<tag>HEAD</tag>
95+
<tag>imagej-updater-2.0.2</tag>
9696
<url>https://github.com/imagej/imagej-updater</url>
9797
</scm>
9898
<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+
#Mon Oct 13 19:29:59 CDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
scm.tag=imagej-updater-2.0.2
9+
remoteTagging=true
10+
project.scm.net.imagej\:imagej-updater.developerConnection=scm\:git\:[email protected]\:imagej/imagej-updater
11+
project.dev.net.imagej\:imagej-updater=2.0.3-SNAPSHOT
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
projectVersionPolicyId=default
15+
project.scm.net.imagej\:imagej-updater.tag=HEAD
16+
scm.url=scm\:git\:https\://github.com/imagej/imagej-updater
17+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
18+
pinExternals=false
19+
preparationGoals=clean verify
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
project.scm.net.imagej\:imagej-updater.url=https\://github.com/imagej/imagej-updater
22+
project.rel.net.imagej\:imagej-updater=2.0.2
23+
exec.snapshotReleasePluginAllowed=false
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
project.scm.net.imagej\:imagej-updater.connection=scm\:git\:https\://github.com/imagej/imagej-updater
28+
completedPhase=end-release

0 commit comments

Comments
 (0)