Skip to content

Commit f136df1

Browse files
committed
[maven-release-plugin] prepare release imagej-scripting-1.0.0
1 parent a864a40 commit f136df1

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-scripting</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515

1616
<name>ImageJ Scripting</name>
1717
<description>ImageJ applications and examples for SciJava script languages.</description>
@@ -104,7 +104,7 @@
104104
<scm>
105105
<connection>scm:git:https://github.com/imagej/imagej-scripting</connection>
106106
<developerConnection>scm:git:[email protected]:imagej/imagej-scripting</developerConnection>
107-
<tag>HEAD</tag>
107+
<tag>imagej-scripting-1.0.0</tag>
108108
<url>https://github.com/imagej/imagej-scripting</url>
109109
</scm>
110110
<issueManagement>

release.properties

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