Skip to content

Commit

Permalink
[maven-release-plugin] prepare release exec-maven-plugin-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Jun 1, 2020
1 parent 66563e6 commit 9705839
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 @@ -8,7 +8,7 @@
</parent>

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

<name>Exec Maven Plugin</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<connection>scm:git:https://github.com/mojohaus/exec-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/exec-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/exec-maven-plugin</url>
<tag>HEAD</tag>
<tag>exec-maven-plugin-3.0.0</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -357,7 +357,7 @@
<mockRepo>
<source>src/it/mrm/repository</source>
</mockRepo>
<proxyRepo/>
<proxyRepo />
</repositories>
</configuration>
</plugin>
Expand Down

0 comments on commit 9705839

Please sign in to comment.