Skip to content

Commit 6f9609e

Browse files
committed
[maven-release-plugin] prepare release script-editor-1.2.0
1 parent b4eff25 commit 6f9609e

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>script-editor</artifactId>
13-
<version>1.2.0-SNAPSHOT</version>
13+
<version>1.2.0</version>
1414

1515
<name>SciJava Script Editor</name>
1616
<description>Script Editor and Interpreter for SciJava script languages.</description>
@@ -127,7 +127,7 @@
127127
<scm>
128128
<connection>scm:git:https://github.com/scijava/script-editor</connection>
129129
<developerConnection>scm:git:git@github.com:scijava/script-editor</developerConnection>
130-
<tag>HEAD</tag>
130+
<tag>script-editor-1.2.0</tag>
131131
<url>https://github.com/scijava/script-editor</url>
132132
</scm>
133133
<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 Nov 13 14:12:05 CST 2025
3+
completedPhase=end-release
4+
exec.activateProfiles=deploy-to-scijava
5+
exec.additionalArguments=-Dgpg.skip\=true
6+
exec.pomFileName=pom.xml
7+
exec.snapshotReleasePluginAllowed=false
8+
pinExternals=false
9+
preparationGoals=clean verify
10+
project.dev.org.scijava\:script-editor=1.2.1-SNAPSHOT
11+
project.rel.org.scijava\:script-editor=1.2.0
12+
project.scm.org.scijava\:script-editor.connection=scm\:git\:https\://github.com/scijava/script-editor
13+
project.scm.org.scijava\:script-editor.developerConnection=scm\:git\:git@github.com\:scijava/script-editor
14+
project.scm.org.scijava\:script-editor.tag=HEAD
15+
project.scm.org.scijava\:script-editor.url=https\://github.com/scijava/script-editor
16+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
17+
projectVersionPolicyId=default
18+
pushChanges=false
19+
releaseStrategyId=default
20+
remoteTagging=true
21+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
22+
scm.commentPrefix=[maven-release-plugin]
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
25+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
26+
scm.tag=script-editor-1.2.0
27+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
28+
scm.url=scm\:git\:https\://github.com/scijava/script-editor

0 commit comments

Comments
 (0)