Skip to content

Commit

Permalink
[maven-release-plugin] prepare release impsort-maven-plugin-1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii committed Nov 23, 2022
1 parent aeb5a55 commit 7b48f74
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 @@ -22,7 +22,7 @@
</parent>
<groupId>net.revelc.code</groupId>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>maven-plugin</packaging>
<name>ImpSort Maven Plugin</name>
<description>Sort your imps! A Maven plugin to sort the import statements in your Java source files.</description>
Expand Down Expand Up @@ -53,7 +53,7 @@
<scm>
<connection>scm:git:https://github.com/revelc/impsort-maven-plugin.git</connection>
<developerConnection>scm:git:[email protected]:revelc/impsort-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>impsort-maven-plugin-1.8.0</tag>
<url>https://github.com/revelc/impsort-maven-plugin</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -91,7 +91,7 @@
<mavenPluginToolsVersion>3.7.0</mavenPluginToolsVersion>
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
<minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
<project.build.outputTimestamp>2022-05-24T21:51:27Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-11-23T16:28:29Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<projectInfoReportsVersion>3.4.1</projectInfoReportsVersion>
Expand Down

0 comments on commit 7b48f74

Please sign in to comment.