Skip to content

Commit d34449d

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.99.1
1 parent 3216687 commit d34449d

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

1212
<artifactId>scijava-common</artifactId>
13-
<version>2.99.1-SNAPSHOT</version>
13+
<version>2.99.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:[email protected]:scijava/scijava-common</developerConnection>
157-
<tag>HEAD</tag>
157+
<tag>scijava-common-2.99.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+
#Mon May 12 16:42:53 CDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
project.scm.org.scijava\:scijava-common.tag=HEAD
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.scm.org.scijava\:scijava-common.connection=scm\:git\:https\://github.com/scijava/scijava-common
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=scijava-common-2.99.1
11+
remoteTagging=true
12+
project.scm.org.scijava\:scijava-common.url=https\://github.com/scijava/scijava-common
13+
exec.additionalArguments=-Dgpg.skip\=true
14+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
15+
projectVersionPolicyId=default
16+
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:[email protected]\:scijava/scijava-common
17+
scm.url=scm\:git\:https\://github.com/scijava/scijava-common
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
project.dev.org.scijava\:scijava-common=2.99.2-SNAPSHOT
21+
preparationGoals=clean verify
22+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
23+
exec.snapshotReleasePluginAllowed=false
24+
exec.activateProfiles=deploy-to-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
project.rel.org.scijava\:scijava-common=2.99.1
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)