Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-shared-utils-3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Apr 30, 2023
1 parent 1980a20 commit 3896942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</parent>

<artifactId>maven-shared-utils</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.4.1</version>

<name>Apache Maven Shared Utils</name>
<description>Shared utilities for use by Maven core and plugins</description>
Expand All @@ -41,7 +41,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</developerConnection>
<tag>HEAD</tag>
<tag>maven-shared-utils-3.4.1</tag>
<url>https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
Expand All @@ -61,7 +61,7 @@

<properties>
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
<project.build.outputTimestamp>2023-04-27T19:53:44Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-30T20:50:29Z</project.build.outputTimestamp>
<javaVersion>8</javaVersion>
<mavenVersion>3.2.5</mavenVersion>
</properties>
Expand Down

0 comments on commit 3896942

Please sign in to comment.