File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed
Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >org.scijava</groupId >
66 <artifactId >pom-scijava-base</artifactId >
7- <version >22.0.0-SNAPSHOT </version >
7+ <version >22.0.0</version >
88 <packaging >pom</packaging >
99
1010 <name >SciJava Base POM</name >
101101 <scm >
102102 <connection >scm:git:https://github.com/scijava/pom-scijava-base</connection >
103103 <developerConnection >scm:git:git@github.com:scijava/pom-scijava-base</developerConnection >
104- <tag >HEAD </tag >
104+ <tag >pom-scijava-base-22.0.0 </tag >
105105 <url >https://github.com/scijava/pom-scijava-base</url >
106106 </scm >
107107 <issueManagement >
15141514 <disable>true</disable>
15151515 </consoleOutputReporter>
15161516 -->
1517- <statelessTestsetInfoReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporterUnicode" />
1517+ <statelessTestsetInfoReporter implementation =" org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporterUnicode" />
15181518 </configuration >
15191519 </plugin >
15201520 </plugins >
Original file line number Diff line number Diff line change 1+ # release configuration
2+ # Mon Dec 01 13:44:59 CST 2025
3+ projectVersionPolicyId =default
4+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
5+ project.rel.org.scijava\: pom-scijava-base =22.0.0
6+ pinExternals =false
7+ projectVersionPolicyConfig =<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
8+ exec.activateProfiles =deploy-to-scijava
9+ pushChanges =false
10+ project.scm.org.scijava\: pom-scijava-base.url =https\://github.com/scijava/pom-scijava-base
11+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
12+ remoteTagging =true
13+ scm.commentPrefix =[maven-release-plugin]
14+ releaseStrategyId =default
15+ completedPhase =end-release
16+ project.scm.org.scijava\: pom-scijava-base.developerConnection =scm\:git\:git@github.com\:scijava/pom-scijava-base
17+ scm.url =scm\:git\:https\://github.com/scijava/pom-scijava-base
18+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
19+ exec.additionalArguments =-Dgpg.skip\=true
20+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
21+ project.dev.org.scijava\: pom-scijava-base =22.0.1-SNAPSHOT
22+ project.scm.org.scijava\: pom-scijava-base.tag =HEAD
23+ project.scm.org.scijava\: pom-scijava-base.connection =scm\:git\:https\://github.com/scijava/pom-scijava-base
24+ scm.tag =pom-scijava-base-22.0.0
25+ exec.snapshotReleasePluginAllowed =false
26+ preparationGoals =clean verify
27+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
28+ exec.pomFileName =pom.xml
You can’t perform that action at this time.
0 commit comments