Skip to content

Commit 023bd99

Browse files
committed
[maven-release-plugin] prepare release scijava-common-2.97.1
1 parent a8a7e4f commit 023bd99

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.97.1-SNAPSHOT</version>
13+
<version>2.97.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>
@@ -149,7 +149,7 @@
149149
<scm>
150150
<connection>scm:git:https://github.com/scijava/scijava-common</connection>
151151
<developerConnection>scm:git:[email protected]:scijava/scijava-common</developerConnection>
152-
<tag>HEAD</tag>
152+
<tag>scijava-common-2.97.1</tag>
153153
<url>https://github.com/scijava/scijava-common</url>
154154
</scm>
155155
<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 12 14:14:37 CEST 2023
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.97.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.97.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.97.1
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)