8000 [maven-release-plugin] prepare release script-editor-1.0.0 · scijava/script-editor@f203349 · GitHub
[go: up one dir, main page]

Skip to content

Commit f203349

Browse files
committed
[maven-release-plugin] prepare release script-editor-1.0.0
1 parent b86d1bc commit f203349

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-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>0.8.0-SNAPSHOT</version>
13+
<version>1.0.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.0.0</tag>
131131
<url>https://github.com/scijava/script-editor</url>
132132
</scm>
133133
<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 15:02:16 CST 2023
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
project.scm.org.scijava\:script-editor.tag=HEAD
8+
project.rel.org.scijava\:script-editor=1.0.0
9+
scm.tag=script-editor-1.0.0
10+
remoteTagging=true
11+
exec.additionalArguments=-Dgpg.skip\=true
12+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
13+
projectVersionPolicyId=default
14+
project.scm.org.scijava\:script-editor.url=https\://github.com/scijava/script-editor
15+
scm.url=scm\:git\:https\://github.com/scijava/script-editor
16+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
17+
pinExternals=false
18+
project.scm.org.scijava\:script-editor.connection=scm\:git\:https\://github.com/scijava/script-editor
19+
preparationGoals=clean verify
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
exec.snapshotReleasePluginAllowed=false
22+
exec.activateProfiles=deploy-to-scijava
23+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
24+
project.scm.org.scijava\:script-editor.developerConnection=scm\:git\:git@github.com\:scijava/script-editor
25+
project.dev.org.scijava\:script-editor=1.0.1-SNAPSHOT
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
completedPhase=end-release

0 commit comments

Comments
 (0)
0