Skip to content

Commit 364efbe

Browse files
committed
[maven-release-plugin] prepare release exec-maven-plugin-1.2
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/exec-maven-plugin@12388 52ab4f32-60fc-0310-b215-8acea882cd1b
1 parent 50736e1 commit 364efbe

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.1.2-SNAPSHOT</version>
11+
<version>1.2</version>
1312
<packaging>maven-plugin</packaging>
1413

1514
<name>Exec Maven Plugin</name>
@@ -81,9 +80,9 @@
8180
</licenses>
8281

8382
<scm>
84-
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/exec-maven-plugin</connection>
85-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/exec-maven-plugin</developerConnection>
86-
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/exec-maven-plugin</url>
83+
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.2</connection>
84+
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/exec-maven-plugin-1.2</developerConnection>
85+
<url>http://fisheye.codehaus.org/browse/mojo/tags/exec-maven-plugin-1.2</url>
8786
</scm>
8887

8988
<dependencies>

0 commit comments

Comments
 (0)