Skip to content

Commit 9de37c8

Browse files
committed
[maven-release-plugin] prepare release scijava-plugins-commands-0.2.4
1 parent 27e72d0 commit 9de37c8

2 files changed

Lines changed: 29 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-plugins-commands</artifactId>
13-
<version>0.2.4-SNAPSHOT</version>
13+
<version>0.2.4</version>
1414

1515
<name>SciJava Plugins: Commands</name>
1616
<description>Core commands for SciJava applications.</description>
@@ -74,7 +74,7 @@
7474
<scm>
7575
<connection>scm:git:https://github.com/scijava/scijava-plugins-commands</connection>
7676
<developerConnection>scm:git:git@github.com:scijava/scijava-plugins-commands</developerConnection>
77-
<tag>HEAD</tag>
77+
<tag>scijava-plugins-commands-0.2.4</tag>
7878
<url>https://github.com/scijava/scijava-plugins-commands</url>
7979
</scm>
8080
<issueManagement>

release.properties

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#release configuration
2+
#Thu Mar 09 19:41:20 CST 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
project.scm.org.scijava\:scijava-plugins-commands.url=https\://github.com/scijava/scijava-plugins-commands
6+
pushChanges=false
7+
releaseStrategyId=default
8+
scm.tag=scijava-plugins-commands-0.2.4
9+
remoteTagging=true
10+
exec.additionalArguments=-Dgpg.skip\=true
11+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
12+
project.scm.org.scijava\:scijava-plugins-commands.connection=scm\:git\:https\://github.com/scijava/scijava-plugins-commands
13+
projectVersionPolicyId=default
14+
project.scm.org.scijava\:scijava-plugins-commands.developerConnection=scm\:git\:git@github.com\:scijava/scijava-plugins-commands
15+
project.dev.org.scijava\:scijava-plugins-commands=0.2.5-SNAPSHOT
16+
project.rel.org.scijava\:scijava-plugins-commands=0.2.4
17+
scm.url=scm\:git\:https\://github.com/scijava/scijava-plugins-commands
18+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
19+
pinExternals=false
20+
preparationGoals=clean verify
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
exec.activateProfiles=deploy-to-scijava
24+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
25+
project.scm.org.scijava\:scijava-plugins-commands.tag=HEAD
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release

0 commit comments

Comments
 (0)