Skip to content

Commit 41cf155

Browse files
committed
[maven-release-plugin] prepare release script-editor-scala-0.2.0
1 parent 700cff1 commit 41cf155

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>script-editor-scala</artifactId>
13-
<version>0.1.1-SNAPSHOT</version>
13+
<version>0.2.0</version>
1414

1515
<name>Scala Script Editor plugin</name>
1616
<description>Scala language support for SciJava Script Editor.</description>
@@ -52,7 +52,7 @@
5252
<scm>
5353
<connection>scm:git:git://github.com/scijava/script-editor-scala</connection>
5454
<developerConnection>scm:git:git@github.com:scijava/script-editor-scala</developerConnection>
55-
<tag>HEAD</tag>
55+
<tag>script-editor-scala-0.2.0</tag>
5656
<url>https://github.com/scijava/script-editor-scala</url>
5757
</scm>
5858
<issueManagement>

release.properties

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

0 commit comments

Comments
 (0)