Skip to content

Commit 8499b3a

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.100.1
1 parent 59aa8ee commit 8499b3a

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
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-common</artifactId>
13-
<version>2.100.1-SNAPSHOT</version>
13+
<version>2.100.1</version>
1414

1515
<name>SciJava Common</name>
1616
<description>SciJava Common is a shared library for SciJava software. It provides a plugin framework, with an extensible mechanism for service discovery, backed by its own annotation processor, so that plugins can be loaded dynamically. It is used by downstream projects in the SciJava ecosystem, such as ImageJ and SCIFIO.</description>
@@ -154,7 +154,7 @@
154154
<scm>
155155
<connection>scm:git:https://github.com/scijava/scijava-common</connection>
156156
<developerConnection>scm:git:git@github.com:scijava/scijava-common</developerConnection>
157-
<tag>HEAD</tag>
157+
<tag>scijava-common-2.100.1</tag>
158158
<url>https://github.com/scijava/scijava-common</url>
159159
</scm>
160160
<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+
#Sun May 24 11:59:25 CDT 2026
3+
projectVersionPolicyId=default
4+
project.dev.org.scijava\:scijava-common=2.100.2-SNAPSHOT
5+
project.scm.org.scijava\:scijava-common.tag=HEAD
6+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
7+
pinExternals=false
8+
project.rel.org.scijava\:scijava-common=2.100.1
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
exec.activateProfiles=deploy-to-scijava
11+
pushChanges=false
12+
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:git@github.com\:scijava/scijava-common
13+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
14+
remoteTagging=true
15+
scm.commentPrefix=[maven-release-plugin]
16+
releaseStrategyId=default
17+
project.scm.org.scijava\:scijava-common.connection=scm\:git\:https\://github.com/scijava/scijava-common
18+
completedPhase=end-release
19+
scm.url=scm\:git\:https\://github.com/scijava/scijava-common
20+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
21+
exec.additionalArguments=-Dgpg.skip\=true
22+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
23+
project.scm.org.scijava\:scijava-common.url=https\://github.com/scijava/scijava-common
24+
scm.tag=scijava-common-2.100.1
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)