File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <artifactId >pom-scijava</artifactId >
13- <version >35.1.1-SNAPSHOT </version >
13+ <version >35.1.1</version >
1414 <packaging >pom</packaging >
1515
1616 <name >SciJava Parent POM</name >
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-35.1.1 </tag >
189189 <url >https://github.com/scijava/pom-scijava</url >
190190 </scm >
191191 <issueManagement >
473473 <!-- ImageJ - https://github.com/imagej -->
474474
475475 <!-- ImageJ2 - https://github.com/imagej/imagej2 -->
476- <imagej2 .version>2.13.0 </imagej2 .version>
476+ <imagej2 .version>2.13.1 </imagej2 .version>
477477 <imagej .version>${imagej2.version} </imagej .version>
478478 <net .imagej.imagej.version>${imagej.version} </net .imagej.imagej.version>
479479
661661 <!-- Fiji - https://github.com/fiji -->
662662
663663 <!-- Fiji - https://github.com/fiji/fiji -->
664- <fiji .version>2.13.0 </fiji .version>
664+ <fiji .version>2.13.1 </fiji .version>
665665 <sc .fiji.fiji.version>${fiji.version} </sc .fiji.fiji.version>
666666
667667 <!-- Standard Fiji projects -->
Original file line number Diff line number Diff line change 1+ # release configuration
2+ # Wed May 24 09:57:17 CDT 2023
3+ scm.commentPrefix =[maven-release-plugin]
4+ exec.pomFileName =pom.xml
5+ pushChanges =false
6+ releaseStrategyId =default
7+ scm.tag =pom-scijava-35.1.1
8+ remoteTagging =true
9+ project.dev.org.scijava\: pom-scijava =35.1.2-SNAPSHOT
10+ exec.additionalArguments =-Dgpg.skip\=true
11+ scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
12+ projectVersionPolicyId =default
13+ scm.url =scm\:git\:https\://github.com/scijava/pom-scijava
14+ scm.tagNameFormat =@{project.artifactId}-@{project.version}
15+ pinExternals =false
16+ preparationGoals =clean verify
17+ project.scm.org.scijava\: pom-scijava.tag =HEAD
18+ project.scm.org.scijava\: pom-scijava.developerConnection =scm\:git\:git@github.com\:scijava/pom-scijava
19+ scm.releaseCommitComment =@{prefix} prepare release @{releaseLabel}
20+ exec.snapshotReleasePluginAllowed =false
21+ project.scm.org.scijava\: pom-scijava.connection =scm\:git\:https\://github.com/scijava/pom-scijava
22+ exec.activateProfiles =deploy-to-scijava
23+ project.scm.org.scijava\: pom-scijava.url =https\://github.com/scijava/pom-scijava
24+ scm.developmentCommitComment =@{prefix} prepare for next development iteration
25+ scm.rollbackCommitComment =@{prefix} rollback the release of @{releaseLabel}
26+ project.rel.org.scijava\: pom-scijava =35.1.1
27+ completedPhase =end-release
You can’t perform that action at this time.
0 commit comments