← 返回首页
[maven-release-plugin] prepare release pom-scijava-43.0.0 · scijava/pom-scijava@81a491b · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 81a491b

Browse files
committed
[maven-release-plugin] prepare release pom-scijava-43.0.0
1 parent 80493b0 commit 81a491b

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

‎pom.xml‎

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

1313
<artifactId>pom-scijava</artifactId>
14-
<version>43.0.0-SNAPSHOT</version>
14+
<version>43.0.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>SciJava Parent POM</name>
@@ -186,7 +186,7 @@
186186
<scm>
187187
<connection>scm:git:https://github.com/scijava/pom-scijava</connection>
188188
<developerConnection>scm:git:git@github.com:scijava/pom-scijava</developerConnection>
189-
<tag>HEAD</tag>
189+
<tag>pom-scijava-43.0.0</tag>
190190
<url>https://github.com/scijava/pom-scijava</url>
191191
</scm>
192192
<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+
#Thu Sep 25 16:52:50 CDT 2025
3+
scm.commentPrefix=[maven-release-plugin]
4+
exec.pomFileName=pom.xml
5+
pushChanges=false
6+
releaseStrategyId=default
7+
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+
scm.tag=pom-scijava-43.0.0
9+
remoteTagging=true
10+
project.dev.org.scijava\:pom-scijava=43.0.1-SNAPSHOT
11+
exec.additionalArguments=-Dgpg.skip\=true
12+
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
13+
projectVersionPolicyId=default
14+
scm.url=scm\:git\:https\://github.com/scijava/pom-scijava
15+
scm.tagNameFormat=@{project.artifactId}-@{project.version}
16+
pinExternals=false
17+
preparationGoals=clean verify
18+
project.scm.org.scijava\:pom-scijava.tag=HEAD
19+
project.scm.org.scijava\:pom-scijava.developerConnection=scm\:git\:git@github.com\:scijava/pom-scijava
20+
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
21+
exec.snapshotReleasePluginAllowed=false
22+
project.scm.org.scijava\:pom-scijava.connection=scm\:git\:https\://github.com/scijava/pom-scijava
23+
exec.activateProfiles=deploy-to-scijava
24+
project.scm.org.scijava\:pom-scijava.url=https\://github.com/scijava/pom-scijava
25+
scm.developmentCommitComment=@{prefix} prepare for next development iteration
26+
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
27+
project.rel.org.scijava\:pom-scijava=43.0.0
28+
completedPhase=end-release

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.