Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 21, 2024
1 parent 96d307b commit d28f608
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 @@ -9,7 +9,7 @@
</parent>

<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>maven-plugin</packaging>

<name>Exec Maven Plugin</name>
Expand Down Expand Up @@ -117,7 +117,7 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/exec-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/exec-maven-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>3.2.0</tag>
<url>https://github.com/mojohaus/exec-maven-plugin/tree/master</url>
</scm>

Expand All @@ -126,7 +126,7 @@
<slf4j.version>1.7.36</slf4j.version>
<asm.version>9.6</asm.version>
<invoker.parallelThreads>1C</invoker.parallelThreads>
<project.build.outputTimestamp>2024-01-31T17:21:50Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-21T22:48:53Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit d28f608

Please sign in to comment.