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 11
11
12
12
<groupId >sc.fiji</groupId >
13
13
<artifactId >VectorString</artifactId >
14
- <version >3.0.0-SNAPSHOT </version >
14
+ <version >3.0.0</version >
15
15
16
16
<name >VectorString</name >
17
17
<description >VectorString component of TrakEM2 suite.</description >
82
82
<scm >
83
83
<connection >scm:git:https://github.com/trakem2/VectorString</connection >
84
84
<
developerConnection >scm:git:
[email protected] :trakem2/VectorString</
developerConnection >
85
- <tag >HEAD </tag >
85
+ <tag >VectorString-3.0.0 </tag >
86
86
<url >https://github.com/trakem2/VectorString</url >
87
87
</scm >
88
88
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Fri Sep 27 20:39:56 CDT 2024
3
+ scm.commentPrefix =[maven-release-plugin]
4
+ project.scm.sc.fiji\: VectorString.url =https\://github.com/trakem2/VectorString
5
+ exec.pomFileName =pom.xml
6
+ pushChanges =false
7
+ releaseStrategyId =default
8
+ project.rel.sc.fiji\: VectorString =3.0.0
9
+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10
+ scm.tag =VectorString-3.0.0
11
+ remoteTagging =true
12
+ exec.additionalArguments =-Dgpg.skip\=true
13
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
14
+ project.dev.sc.fiji\: VectorString =3.0.1-SNAPSHOT
15
+ projectVersionPolicyId =default
16
+ scm.url =scm\:git\:https\://github.com/trakem2/VectorString
17
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
18
+ pinExternals =false
19
+ preparationGoals =clean verify
20
+ project.scm.sc.fiji\: VectorString.connection =scm\:git\:https\://github.com/trakem2/VectorString
21
+ project.scm.sc.fiji\: VectorString.developerConnection =
scm\:git\:[email protected] \:trakem2/VectorString
22
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
23
+ exec.snapshotReleasePluginAllowed =false
24
+ exec.activateProfiles =deploy-to-scijava
25
+ project.scm.sc.fiji\: VectorString.tag =HEAD
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