Skip to content

Commit e83007e

Browse files
committed
[maven-release-plugin] prepare release app-launcher-1.1.0
1 parent 7da46b1 commit e83007e

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>app-launcher</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>1.1.0</version>
1414

1515
<name>SciJava App Launcher</name>
1616
<description>Launcher for SciJava applications.</description>
@@ -66,7 +66,7 @@
6666
<scm>
6767
<connection>scm:git:https://github.com/scijava/app-launcher</connection>
6868
<developerConnection>scm:git:[email protected]:scijava/app-launcher</developerConnection>
69-
<tag>HEAD</tag>
69+
<tag>app-launcher-1.1.0</tag>
7070
<url>https://github.com/scijava/app-launcher</url>
7171
</scm>
7272
<issueManagement>

release.properties

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)