Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scijava-common-2.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 8, 2024
1 parent 0eb1193 commit 9eb5949
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>scijava-common</artifactId>
<version>2.99.0-SNAPSHOT</version>
<version>2.99.0</version>

<name>SciJava Common</name>
<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>
Expand Down Expand Up @@ -149,7 +149,7 @@
<scm>
<connection>scm:git:https://github.com/scijava/scijava-common</connection>
<developerConnection>scm:git:git@github.com:scijava/scijava-common</developerConnection>
<tag>HEAD</tag>
<tag>scijava-common-2.99.0</tag>
<url>https://github.com/scijava/scijava-common</url>
</scm>
<issueManagement>
Expand Down
28 changes: 28 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#release configuration
#Mon Jul 08 14:34:52 CDT 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
project.scm.org.scijava\:scijava-common.tag=HEAD
pushChanges=false
releaseStrategyId=default
project.scm.org.scijava\:scijava-common.connection=scm\:git\:https\://github.com/scijava/scijava-common
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=scijava-common-2.99.0
remoteTagging=true
project.scm.org.scijava\:scijava-common.url=https\://github.com/scijava/scijava-common
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
project.scm.org.scijava\:scijava-common.developerConnection=scm\:git\:git@github.com\:scijava/scijava-common
scm.url=scm\:git\:https\://github.com/scijava/scijava-common
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
project.dev.org.scijava\:scijava-common=2.99.1-SNAPSHOT
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
project.rel.org.scijava\:scijava-common=2.99.0
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit 9eb5949

Please sign in to comment.