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 Sep 5, 2024
1 parent bdca298 commit 57f4ee2
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.12.0</version>
<version>1.13.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 @@ -40,13 +40,13 @@
<scm>
<connection>scm:git:https://github.com/revelc/${github.site.repositoryName}.git</connection>
<developerConnection>scm:git:git@github.com:revelc/${github.site.repositoryName}.git</developerConnection>
<tag>impsort-maven-plugin-1.12.0</tag>
<tag>HEAD</tag>
<url>https://github.com/revelc/${github.site.repositoryName}</url>
</scm>
<properties>
<formatter.configFile>src/tools/modified-google-style.xml</formatter.configFile>
<maven.compiler.release>17</maven.compiler.release>
<project.build.outputTimestamp>2024-09-05T00:10:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-05T00:11:05Z</project.build.outputTimestamp>
<version.javaparser>3.26.2</version.javaparser>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 57f4ee2

Please sign in to comment.