Skip to content

Commit bdca298

Browse files
committed
[maven-release-plugin] prepare release impsort-maven-plugin-1.12.0
1 parent 00ba0d6 commit bdca298

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
@@ -23,7 +23,7 @@
2323
<relativePath />
2424
</parent>
2525
<artifactId>impsort-maven-plugin</artifactId>
26-
<version>1.12.0-SNAPSHOT</version>
26+
<version>1.12.0</version>
2727
<packaging>maven-plugin</packaging>
2828
<name>ImpSort Maven Plugin</name>
2929
<description>Sort your imps! A Maven plugin to sort the import statements in your Java source files.</description>
@@ -40,13 +40,13 @@
4040
<scm>
4141
<connection>scm:git:https://github.com/revelc/${github.site.repositoryName}.git</connection>
4242
<developerConnection>scm:git:[email protected]:revelc/${github.site.repositoryName}.git</developerConnection>
43-
<tag>HEAD</tag>
43+
<tag>impsort-maven-plugin-1.12.0</tag>
4444
<url>https://github.com/revelc/${github.site.repositoryName}</url>
4545
</scm>
4646
<properties>
4747
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>
4848
<maven.compiler.release>17</maven.compiler.release>
49-
<project.build.outputTimestamp>2024-06-27T12:59:18Z</project.build.outputTimestamp>
49+
<project.build.outputTimestamp>2024-09-05T00:10:41Z</project.build.outputTimestamp>
5050
<version.javaparser>3.26.2</version.javaparser>
5151
</properties>
5252
<dependencyManagement>

0 commit comments

Comments
 (0)