Skip to content

Commit 0892976

Browse files
committed
[maven-release-plugin] prepare release impsort-maven-plugin-1.9.0
1 parent abfbd0d commit 0892976

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</parent>
2323
<groupId>net.revelc.code</groupId>
2424
<artifactId>impsort-maven-plugin</artifactId>
25-
<version>1.9.0-SNAPSHOT</version>
25+
<version>1.9.0</version>
2626
<packaging>maven-plugin</packaging>
2727
<name>ImpSort Maven Plugin</name>
2828
<description>Sort your imps! A Maven plugin to sort the import statements in your Java source files.</description>
@@ -52,7 +52,7 @@
5252
<scm>
5353
<connection>scm:git:https://github.com/revelc/impsort-maven-plugin.git</connection>
5454
<developerConnection>scm:git:[email protected]:revelc/impsort-maven-plugin.git</developerConnection>
55-
<tag>HEAD</tag>
55+
<tag>impsort-maven-plugin-1.9.0</tag>
5656
<url>https://github.com/revelc/impsort-maven-plugin</url>
5757
</scm>
5858
<issueManagement>
@@ -90,7 +90,7 @@
9090
<mavenPluginToolsVersion>3.8.2</mavenPluginToolsVersion>
9191
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
9292
<minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
93-
<project.build.outputTimestamp>2022-11-23T16:28:41Z</project.build.outputTimestamp>
93+
<project.build.outputTimestamp>2023-05-10T00:06:52Z</project.build.outputTimestamp>
9494
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9595
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9696
<projectInfoReportsVersion>3.4.3</projectInfoReportsVersion>

0 commit comments

Comments
 (0)