Skip to content

Commit

Permalink
[maven-release-plugin] prepare release file-management-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jun 29, 2022
1 parent 2d8c1d2 commit 37b3d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>36</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>file-management</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>

<name>Apache Maven File Management API</name>
<description>API to collect files from a given directory using several include/exclude rules.</description>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</developerConnection>
<url>https://github.com/apache/maven-file-management/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>file-management-3.1.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -62,7 +62,7 @@
<properties>
<javaVersion>8</javaVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-06-29T11:19:57Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 37b3d9e

Please sign in to comment.