Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jun 27, 2024
1 parent b090f61 commit bb3004f
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 @@ -23,7 +23,7 @@
<relativePath />
</parent>
<artifactId>impsort-maven-plugin</artifactId>
<version>1.11.0</version>
<version>1.12.0-SNAPSHOT</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 All @@ -38,13 +38,13 @@
<maven>3.6.3</maven>
</prerequisites>
<scm>
<tag>impsort-maven-plugin-1.11.0</tag>
<tag>HEAD</tag>
</scm>
<properties>
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>
<javaparser.version>3.26.1</javaparser.version>
<maven.compiler.release>17</maven.compiler.release>
<project.build.outputTimestamp>2024-06-27T12:59:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T12:59:18Z</project.build.outputTimestamp>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit bb3004f

Please sign in to comment.