File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <artifactId >script-editor</artifactId >
13- <version >1.1.1-SNAPSHOT </version >
13+ <version >1.1.1</version >
1414
1515 <name >SciJava Script Editor</name >
1616 <description >Script Editor and Interpreter for SciJava script languages.</description >
127127 <scm >
128128 <connection >scm:git:https://github.com/scijava/script-editor</connection >
129129 <developerConnection >scm:git:git@github.com:scijava/script-editor</developerConnection >
130- <tag >HEAD </tag >
130+ <tag >script-editor-1.1.1 </tag >
131131 <url >https://github.com/scijava/script-editor</url >
132132 </scm >
133133 <issueManagement >
Original file line number Diff line number Diff line change 1+ # release configuration
2+ # Thu Apr 24 12:46:34 CDT 2025
3+ scm.commentPrefix =[maven-release-plugin]
4+ exec.pomFileName =pom.xml
5+ pushChanges =false
6+ releaseStrategyId =default
7+ project.scm.org.scijava\: script-editor.tag =HEAD
8+ project.rel.org.scijava\: script-editor =1.1.1
9+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10+ scm.tag =script-editor-1.1.1
11+ remoteTagging =true
12+ exec.additionalArguments =-Dgpg.skip\=true
13+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
14+ projectVersionPolicyId =default
15+ project.scm.org.scijava\: script-editor.url =https\://github.com/scijava/script-editor
16+ scm.url =scm\:git\:https\://github.com/scijava/script-editor
17+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
18+ pinExternals =false
19+ project.scm.org.scijava\: script-editor.connection =scm\:git\:https\://github.com/scijava/script-editor
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\: script-editor.developerConnection =scm\:git\:git@github.com\:scijava/script-editor
26+ project.dev.org.scijava\: script-editor =1.1.2-SNAPSHOT
27+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
28+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments