Skip to content

Commit c0551ed

Browse files
committed
Upgrade release configuration
1 parent 56fdfc2 commit c0551ed

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

parent/pom.xml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,26 @@
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>
@@ -227,15 +233,6 @@
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>

0 commit comments

Comments
 (0)