Skip to content

Commit b6dd7fb

Browse files
committed
[maven-release-plugin] prepare release exec-maven-plugin-1.3.2
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/exec-maven-plugin@19889 52ab4f32-60fc-0310-b215-8acea882cd1b
1 parent a5223b4 commit b6dd7fb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -9,7 +8,7 @@
98
</parent>
109

1110
<artifactId>exec-maven-plugin</artifactId>
12-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1312
<packaging>maven-plugin</packaging>
1413

1514
<name>Exec Maven Plugin</name>
@@ -91,9 +90,9 @@
9190
</licenses>
9291

9392
<scm>
94-
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/exec-maven-plugin</connection>
95-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/exec-maven-plugin</developerConnection>
96-
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/exec-maven-plugin</url>
93+
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.3.2</connection>
94+
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.3.2</developerConnection>
95+
<url>http://fisheye.codehaus.org/browse/mojo/tags/exec-maven-plugin-1.3.2</url>
9796
</scm>
9897

9998
<dependencies>

0 commit comments

Comments
 (0)