File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >script-editor-scala</artifactId >
13
- <version >0.1.1-SNAPSHOT </version >
13
+ <version >0.2.0 </version >
14
14
15
15
<name >Scala Script Editor plugin</name >
16
16
<description >Scala language support for SciJava Script Editor.</description >
52
52
<scm >
53
53
<connection >scm:git:git://github.com/scijava/script-editor-scala</connection >
54
54
<developerConnection >scm:git:git@github.com:scijava/script-editor-scala</developerConnection >
55
- <tag >HEAD </tag >
55
+ <tag >script-editor-scala-0.2.0 </tag >
56
56
<url >https://github.com/scijava/script-editor-scala</url >
57
57
</scm >
58
58
<issueManagement >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments