Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xml-maven-plugin-1.0
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/tiste/MOJOHAUS-TO-GIT/SVN-MOJO-WIP/trunk/mojo/xml-maven-plugin@13612 52ab4f32-60fc-0310-b215-8acea882cd1b
  • Loading branch information
jochenw committed Feb 14, 2011
1 parent fd7b2aa commit 4447711
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -9,7 +8,7 @@
<artifactId>xml-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven XML Plugin</name>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>
Expand Down Expand Up @@ -61,7 +60,7 @@
<email>markhobson@gmail.com</email>
</contributor>
<contributor>
<name>Ram&#x00f3;n Torres B&#xe1;tiz</name>
<name>Ramón Torres Bátiz</name>
<email>rbatiz@gmail.com</email>
</contributor>
<contributor>
Expand All @@ -78,9 +77,9 @@
</licenses>

<scm>
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/xml-maven-plugin</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/xml-maven-plugin</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/xml-maven-plugin</url>
<connection>scm:svn:http://svn.codehaus.org/mojo/tags/xml-maven-plugin-1.0</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/xml-maven-plugin-1.0</developerConnection>
<url>http://fisheye.codehaus.org/browse/mojo/tags/xml-maven-plugin-1.0</url>
</scm>

<issueManagement>
Expand Down

0 comments on commit 4447711

Please sign in to comment.