Skip to content

Commit

Permalink
[maven-release-plugin] prepare release xml-maven-plugin-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 19, 2015
1 parent 546d7ec commit 2897115
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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 @@ -12,7 +8,7 @@
<artifactId>xml-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>XML Maven Plugin</name>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<url>http://www.mojohaus.org/xml-maven-plugin/</url>
<prerequisites>
<maven>${mavenVersion}</maven>
Expand Down Expand Up @@ -93,6 +89,7 @@
<connection>scm:git:https://github.com/mojohaus/xml-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/xml-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/xml-maven-plugin</url>
<tag>xml-maven-plugin-1.0.1</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 2897115

Please sign in to comment.