Skip to content

Commit e0cb358

Browse files
committed
[maven-release-plugin] prepare release imagej-plugins-commands-1.0.0
1 parent 2848ec7 commit e0cb358

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
@@ -11,7 +11,7 @@
1111

1212
<groupId>net.imagej</groupId>
1313
<artifactId>imagej-plugins-commands</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515

1616
<name>ImageJ Plugins: Commands</name>
1717
<description>Core commands for ImageJ.</description>
@@ -95,7 +95,7 @@
9595
<scm>
9696
<connection>scm:git:https://github.com/imagej/imagej-plugins-commands</connection>
9797
<developerConnection>scm:git:[email protected]:imagej/imagej-plugins-commands</developerConnection>
98-
<tag>HEAD</tag>
98+
<tag>imagej-plugins-commands-1.0.0</tag>
9999
<url>https://github.com/imagej/imagej-plugins-commands</url>
100100
</scm>
101101
<issueManagement>

release.properties

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#release configuration
2+
#Thu Nov 07 12:40:03 CST 2024
3+
scm.commentPrefix=[maven-release-plugin]
4+
project.scm.net.imagej\:imagej-plugins-commands.url=https\://github.com/imagej/imagej-plugins-commands
5+
exec.pomFileName=pom.xml
6+
pushChanges=false
7+
releaseStrategyId=default
8+
project.rel.net.imagej\:imagej-plugins-commands=1.0.0
9+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+
scm.tag=imagej-plugins-commands-1.0.0
11+
remoteTagging=true
12+
exec.additionalArguments=-Dgpg.skip\=true
13+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
14+
projectVersionPolicyId=default
15+
scm.url=scm\:git\:https\://github.com/imagej/imagej-plugins-commands
16+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
17+
pinExternals=false
18+
project.scm.net.imagej\:imagej-plugins-commands.developerConnection=scm\:git\:[email protected]\:imagej/imagej-plugins-commands
19+
preparationGoals=clean verify
20+
project.scm.net.imagej\:imagej-plugins-commands.connection=scm\:git\:https\://github.com/imagej/imagej-plugins-commands
21+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
22+
exec.snapshotReleasePluginAllowed=false
23+
exec.activateProfiles=deploy-to-scijava
24+
project.dev.net.imagej\:imagej-plugins-commands=1.0.1-SNAPSHOT
25+
project.scm.net.imagej\:imagej-plugins-commands.tag=HEAD
26+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
27+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
28+
completedPhase=end-release

0 commit comments

Comments
 (0)