File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55 <groupId >org.scijava</groupId >
66 <artifactId >pom-scijava-base</artifactId >
7- <version >17.1.1-SNAPSHOT </version >
7+ <version >17.1.1</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-17.1.1 </tag >
105105 <url >https://github.com/scijava/pom-scijava-base</url >
106106 </scm >
107107 <issueManagement >
Original file line number Diff line number Diff line change 1+ # release configuration
2+ # Fri Mar 10 14:50:28 CST 2023
3+ scm.commentPrefix =[maven-release-plugin]
4+ exec.pomFileName =pom.xml
5+ project.scm.org.scijava\: pom-scijava-base.developerConnection =scm\:git\:git@github.com\:scijava/pom-scijava-base
6+ pushChanges =false
7+ releaseStrategyId =default
8+ scm.tag =pom-scijava-base-17.1.1
9+ remoteTagging =true
10+ exec.additionalArguments =-Dgpg.skip\=true
11+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
12+ projectVersionPolicyId =default
13+ project.dev.org.scijava\: pom-scijava-base =17.1.2-SNAPSHOT
14+ scm.url =scm\:git\:https\://github.com/scijava/pom-scijava-base
15+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
16+ pinExternals =false
17+ preparationGoals =clean verify
18+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
19+ project.scm.org.scijava\: pom-scijava-base.tag =HEAD
20+ exec.snapshotReleasePluginAllowed =false
21+ project.scm.org.scijava\: pom-scijava-base.connection =scm\:git\:https\://github.com/scijava/pom-scijava-base
22+ exec.activateProfiles =deploy-to-scijava
23+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
24+ project.rel.org.scijava\: pom-scijava-base =17.1.1
25+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
26+ project.scm.org.scijava\: pom-scijava-base.url =https\://github.com/scijava/pom-scijava-base
27+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments