Skip to content

Commit 9eb5949

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.99.0
1 parent 0eb1193 commit 9eb5949

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>scijava-common</artifactId>
13-
<version>2.99.0-SNAPSHOT</version>
13+
<version>2.99.0</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>
@@ -149,7 +149,7 @@
149149
<scm>
150150
<connection>scm:git:https://github.com/scijava/scijava-common</connection>
151151
<developerConnection>scm:git:git@github.com:scijava/scijava-common</developerConnection>
152-
<tag>HEAD</tag>
152+
<tag>scijava-common-2.99.0</tag>
153153
<url>https://github.com/scijava/scijava-common</url>
154154
</scm>
155155
<issueManagement>

release.properties

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Mon Jul 08 14:34:52 CDT 2024
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.0
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\:git@github.com\: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.1-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.0
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)