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</artifactId >
13
- <version >0.8.0-SNAPSHOT </version >
13
+ <version >1.0.0 </version >
14
14
15
15
<name >SciJava Script Editor</name >
16
16
<description >Script Editor and Interpreter for SciJava script languages.</description >
127
127
<scm >
128
128
<connection >scm:git:https://github.com/scijava/script-editor</connection >
129
129
<developerConnection >scm:git:git@github.com:scijava/script-editor</developerConnection >
130
- <tag >HEAD </tag >
130
+ <tag >script-editor-1.0.0 </tag >
131
131
<url >https://github.com/scijava/script-editor</url >
132
132
</scm >
133
133
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Thu Mar 09 15:02:16 CST 2023
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.0.0
9
+ scm.tag =script-editor-1.0.0
10
+ remoteTagging =true
11
+ exec.additionalArguments =-Dgpg.skip\=true
12
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
13
+ projectVersionPolicyId =default
14
+ project.scm.org.scijava\: script-editor.url =https\://github.com/scijava/script-editor
15
+ scm.url =scm\:git\:https\://github.com/scijava/script-editor
16
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
17
+ pinExternals =false
18
+ project.scm.org.scijava\: script-editor.connection =scm\:git\:https\://github.com/scijava/script-editor
19
+ preparationGoals =clean verify
20
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
21
+ exec.snapshotReleasePluginAllowed =false
22
+ exec.activateProfiles =deploy-to-scijava
23
+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
24
+ project.scm.org.scijava\: script-editor.developerConnection =scm\:git\:git@github.com\:scijava/script-editor
25
+ project.dev.org.scijava\: script-editor =1.0.1-SNAPSHOT
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