Skip to content

Commit a3f7060

Browse files
committedMay 24, 2023
[maven-release-plugin] prepare release scripting-scala-0.3.2
1 parent 80e5a32 commit a3f7060

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>scripting-scala</artifactId>
13-
<version>0.3.2-SNAPSHOT</version>
13+
<version>0.3.2</version>
1414

1515
<name>SciJava Scripting: Scala</name>
1616
<description>JSR-223-compliant Scala scripting language plugin.</description>
@@ -72,7 +72,7 @@
7272
<scm>
7373
<connection>scm:git:https://github.com/scijava/scripting-scala</connection>
7474
<developerConnection>scm:git:git@github.com:scijava/scripting-scala</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>scripting-scala-0.3.2</tag>
7676
<url>https://github.com/scijava/scripting-scala</url>
7777
</scm>
7878
<issueManagement>

‎release.properties

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

0 commit comments

Comments
 (0)