File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <maven .compiler.source>21</maven .compiler.source>
4141 <maven .compiler.target>21</maven .compiler.target>
4242
43+ <!-- Release: GitHub repo coordinates used by the deploy-release profile.
44+ Defaults assume the GitHub repo name equals the Maven artifactId;
45+ a child project overrides release.github.repo (or .owner) when it differs. -->
46+ <release .github.owner>OpenElementsLabs</release .github.owner>
47+ <release .github.repo>${project.artifactId} </release .github.repo>
48+
4349 <!-- Plugin versions -->
4450 <maven-resources-plugin .version>3.5.0</maven-resources-plugin .version>
4551 <maven-compiler-plugin .version>3.15.0</maven-compiler-plugin .version>
310316 </deploy >
311317 <release >
312318 <github >
313- <owner >OpenElementsLabs </owner >
314- <name >java-parent </name >
319+ <owner >${release.github.owner} </owner >
320+ <name >${release.github.repo} </name >
315321 <changelog >
316322 <formatted >ALWAYS</formatted >
317323 <preset >conventional-commits</preset >
You can’t perform that action at this time.
0 commit comments