Skip to content

Commit 8a54b45

Browse files
committedSep 15, 2024··
[maven-release-plugin] prepare release 86
1 parent ec2b2fc commit 8a54b45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>mojo-parent</artifactId>
25-
<version>86-SNAPSHOT</version>
25+
<version>86</version>
2626
<packaging>pom</packaging>
2727

2828
<name>MojoHaus Parent</name>
@@ -145,7 +145,7 @@
145145
<scm>
146146
<connection>scm:git:https://github.com/mojohaus/mojo-parent.git</connection>
147147
<developerConnection>scm:git:https://github.com/mojohaus/mojo-parent.git</developerConnection>
148-
<tag>74</tag>
148+
<tag>86</tag>
149149
<url>https://github.com/mojohaus/mojo-parent/tree/${project.scm.tag}</url>
150150
</scm>
151151
<issueManagement>
@@ -233,7 +233,7 @@
233233
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
234234
<sisu-maven-plugin.version>0.9.0.M3</sisu-maven-plugin.version>
235235
<spotless-maven-plugin.version>2.43.0</spotless-maven-plugin.version>
236-
<project.build.outputTimestamp>2024-08-11T06:44:42Z</project.build.outputTimestamp>
236+
<project.build.outputTimestamp>2024-09-15T14:09:09Z</project.build.outputTimestamp>
237237
<!-- mono-module doesn't require site:stage for scm-publish -->
238238
<scmpublish.content>${project.reporting.outputDirectory}</scmpublish.content>
239239
<junit5.version>5.11.0</junit5.version>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>org.codehaus.mojo</groupId>
316316
<artifactId>mojo-parent</artifactId>
317-
<version>86-SNAPSHOT</version>
317+
<version>86</version>
318318
<classifier>config</classifier>
319319
</dependency>
320320
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.