Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Nov 17, 2023
1 parent 285443b commit 58be40b
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.1.1-SNAPSHOT</version>
<version>3.1.1</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.1.1</tag>
<url>https://github.com/mojohaus/exec-maven-plugin/tree/master</url>
</scm>

Expand All @@ -126,7 +126,7 @@
<recommendedJavaBuildVersion>11</recommendedJavaBuildVersion>
<slf4j.version>1.7.36</slf4j.version>
<invoker.parallelThreads>1C</invoker.parallelThreads>
<project.build.outputTimestamp>2022-07-15T02:43:45Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-17T00:20:55Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 58be40b

Please sign in to comment.