File tree Expand file tree Collapse file tree 2 files changed +29
-2
lines changed
Expand file tree Collapse file tree 2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1010 </parent>
1111
1212 <artifactId>scripting-scala</artifactId>
13- <version>0.3.1-SNAPSHOT </version>
13+ <version>0.3.1</version>
1414
1515 <name>SciJava Scripting: Scala</name>
1616 <description>JSR-223-compliant Scala scripting language plugin.</description>
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.1 </tag>
7676 <url>https://github.com/scijava/scripting-scala</url>
7777 </scm>
7878 <issueManagement>
Original file line number Diff line number Diff line change 1+ #release configuration
2+ #Sun May 14 20:56:28 EDT 2023
3+ scm.commentPrefix=[maven-release-plugin]
4+ project.rel.org.scijava\:scripting-scala=0.3.1
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.1
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.2-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
You can’t perform that action at this time.
0 commit comments