← 返回首页
[maven-release-plugin] prepare release pom-scijava-36.0.0 · scijava/pom-scijava@440f574 · 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 440f574

Browse files
committed
[maven-release-plugin] prepare release pom-scijava-36.0.0
1 parent 30f5b3c commit 440f574

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
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>pom-scijava</artifactId>
13-
<version>36.0.0-SNAPSHOT</version>
13+
<version>36.0.0</version>
1414
<packaging>pom</packaging>
1515

1616
<name>SciJava Parent POM</name>
@@ -185,7 +185,7 @@
185185
<scm>
186186
<connection>scm:git:https://github.com/scijava/pom-scijava</connection>
187187
<developerConnection>scm:git:git@github.com:scijava/pom-scijava</developerConnection>
188-
<tag>HEAD</tag>
188+
<tag>pom-scijava-36.0.0</tag>
189189
<url>https://github.com/scijava/pom-scijava</url>
190190
</scm>
191191
<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+
#Fri Jul 07 14:39:05 CDT 2023
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-36.0.0
9+
remoteTagging=true
10+
project.dev.org.scijava\:pom-scijava=36.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=36.0.0
28+
completedPhase=end-release

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.