File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<groupId >net.imagej</groupId >
13
13
<artifactId >imagej-scripting</artifactId >
14
- <version >1.0.0-SNAPSHOT </version >
14
+ <version >1.0.0</version >
15
15
16
16
<name >ImageJ Scripting</name >
17
17
<description >ImageJ applications and examples for SciJava script languages.</description >
104
104
<scm >
105
105
<connection >scm:git:https://github.com/imagej/imagej-scripting</connection >
106
106
<
developerConnection >scm:git:
[email protected] :imagej/imagej-scripting</
developerConnection >
107
- <tag >HEAD </tag >
107
+ <tag >imagej-scripting-1.0.0 </tag >
108
108
<url >https://github.com/imagej/imagej-scripting</url >
109
109
</scm >
110
110
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Thu Nov 07 12:42:06 CST 2024
3
+ scm.commentPrefix =[maven-release-plugin]
4
+ exec.pomFileName =pom.xml
5
+ project.dev.net.imagej\: imagej-scripting =1.0.1-SNAPSHOT
6
+ pushChanges =false
7
+ releaseStrategyId =default
8
+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
9
+ scm.tag =imagej-scripting-1.0.0
10
+ remoteTagging =true
11
+ exec.additionalArguments =-Dgpg.skip\=true
12
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
13
+ project.scm.net.imagej\: imagej-scripting.tag =HEAD
14
+ projectVersionPolicyId =default
15
+ scm.url =scm\:git\:https\://github.com/imagej/imagej-scripting
16
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
17
+ pinExternals =false
18
+ project.rel.net.imagej\: imagej-scripting =1.0.0
19
+ preparationGoals =clean verify
20
+ project.scm.net.imagej\: imagej-scripting.url =https\://github.com/imagej/imagej-scripting
21
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
22
+ exec.snapshotReleasePluginAllowed =false
23
+ exec.activateProfiles =deploy-to-scijava
24
+ project.scm.net.imagej\: imagej-scripting.developerConnection =
scm\:git\:[email protected] \:imagej/imagej-scripting
25
+ project.scm.net.imagej\: imagej-scripting.connection =scm\:git\:https\://github.com/imagej/imagej-scripting
26
+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
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