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 >scripting-scala</artifactId >
13
- <version >0.3.2-SNAPSHOT </version >
13
+ <version >0.3.2</version >
14
14
15
15
<name >SciJava Scripting: Scala</name >
16
16
<description >JSR-223-compliant Scala scripting language plugin.</description >
72
72
<scm >
73
73
<connection >scm:git:https://github.com/scijava/scripting-scala</connection >
74
74
<developerConnection >scm:git:git@github.com:scijava/scripting-scala</developerConnection >
75
- <tag >HEAD </tag >
75
+ <tag >scripting-scala-0.3.2 </tag >
76
76
<url >https://github.com/scijava/scripting-scala</url >
77
77
</scm >
78
78
<issueManagement >
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments