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 10
10
</parent >
11
11
12
12
<artifactId >app-launcher</artifactId >
13
- <version >1.1.0-SNAPSHOT </version >
13
+ <version >1.1.0</version >
14
14
15
15
<name >SciJava App Launcher</name >
16
16
<description >Launcher for SciJava applications.</description >
66
66
<scm >
67
67
<connection >scm:git:https://github.com/scijava/app-launcher</connection >
68
68
<
developerConnection >scm:git:
[email protected] :scijava/app-launcher</
developerConnection >
69
- <tag >HEAD </tag >
69
+ <tag >app-launcher-1.1.0 </tag >
70
70
<url >https://github.com/scijava/app-launcher</url >
71
71
</scm >
72
72
<issueManagement >
Original file line number Diff line number Diff line change
1
+ # release configuration
2
+ # Sun Oct 20 22:32:01 CDT 2024
3
+ scm.commentPrefix =[maven-release-plugin]
4
+ project.scm.org.scijava\: app-launcher.url =https\://github.com/scijava/app-launcher
5
+ project.scm.org.scijava\: app-launcher.connection =scm\:git\:https\://github.com/scijava/app-launcher
6
+ exec.pomFileName =pom.xml
7
+ pushChanges =false
8
+ releaseStrategyId =default
9
+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
10
+ scm.tag =app-launcher-1.1.0
11
+ remoteTagging =true
12
+ exec.additionalArguments =-Dgpg.skip\=true
13
+ project.rel.org.scijava\: app-launcher =1.1.0
14
+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
15
+ projectVersionPolicyId =default
16
+ project.dev.org.scijava\: app-launcher =1.1.1-SNAPSHOT
17
+ project.scm.org.scijava\: app-launcher.developerConnection =
scm\:git\:[email protected] \:scijava/app-launcher
18
+ scm.url =scm\:git\:https\://github.com/scijava/app-launcher
19
+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
20
+ pinExternals =false
21
+ preparationGoals =clean verify
22
+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
23
+ exec.snapshotReleasePluginAllowed =false
24
+ exec.activateProfiles =deploy-to-scijava
25
+ project.scm.org.scijava\: app-launcher.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