File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 <plugin >
155155 <groupId >org.jreleaser</groupId >
156156 <artifactId >jreleaser-maven-plugin</artifactId >
157- <version >0.7 .0</version >
157+ <version >1.5 .0</version >
158158 <inherited >false</inherited >
159159 <configuration >
160160 <gitRootSearch >true</gitRootSearch >
161161 <jreleaser >
162162 <project >
163163 <name >ModiTect</name >
164+ <links >
165+ <homepage >https://github.com/moditect/moditect</homepage >
166+ <documentation >https://github.com/moditect/moditect</documentation >
167+ </links >
164168 </project >
165169 <release >
166170 <github >
167171 <tagName >{{projectVersion}}</tagName >
168172 <releaseName >{{projectVersion}}</releaseName >
169173 <overwrite >true</overwrite >
170- <skipTag >true</skipTag >
174+ <issues >
175+ <enabled >true</enabled >
176+ </issues >
171177 <changelog >
172178 <formatted >ALWAYS</formatted >
173179 <format >- {{commitShortHash}} {{commitTitle}}</format >
227233 </release >
228234 </jreleaser >
229235 </configuration >
230- <executions >
231- <execution >
232- <id >create-release</id >
233- <goals >
234- <goal >release</goal >
235- </goals >
236- <phase >initialize</phase >
237- </execution >
238- </executions >
239236 </plugin >
240237 </plugins >
241238 </build >
You can’t perform that action at this time.
0 commit comments