Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-shade-plugin-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Mar 24, 2022
1 parent aa019ca commit fc1dcc2
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 @@ -26,11 +26,11 @@
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>34</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>maven-shade-plugin</artifactId>
<version>3.3.1-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Shade Plugin</name>
Expand All @@ -47,7 +47,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shade-plugin.git</developerConnection>
<url>https://github.com/apache/maven-shade-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-shade-plugin-3.3.0</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand All @@ -71,7 +71,7 @@
<currentVersion>${project.version}</currentVersion>
<asmVersion>9.2</asmVersion>
<slf4j.version>1.7.32</slf4j.version>
<project.build.outputTimestamp>2021-07-14T11:28:32Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-03-24T17:50:00Z</project.build.outputTimestamp>
</properties>

<contributors>
Expand Down

0 comments on commit fc1dcc2

Please sign in to comment.