Skip to content

Commit

Permalink
[maven-release-plugin] prepare release markdownj-0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Feb 15, 2014
1 parent cf06108 commit 6b68878
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 3 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
-->
<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.markdownj</groupId>
<artifactId>markdownj</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -74,7 +72,7 @@ software, even if advised of the possibility of such damage.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<configuration/>
<configuration />
</plugin>
</plugins>
</reporting>
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ liability, whether in contract, strict liability, or tort (including
negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
-->
<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -46,7 +44,7 @@ software, even if advised of the possibility of such damage.
<groupId>org.markdownj</groupId>
<artifactId>markdownj</artifactId>
<packaging>pom</packaging>
<version>0.4-SNAPSHOT</version>
<version>0.4</version>

<name>MarkdownJ</name>
<url>http://markdownj.org/</url>
Expand Down Expand Up @@ -98,7 +96,7 @@ software, even if advised of the possibility of such damage.
<connection>scm:git:git://github.com/myabc/markdownj.git</connection>
<developerConnection>scm:git:[email protected]:myabc/markdownj.git</developerConnection>
<url>http://github.com/myabc/markdownj/</url>
<tag>master</tag>
<tag>markdownj-0.4</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -181,7 +179,7 @@ software, even if advised of the possibility of such damage.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.5</version>
<configuration/>
<configuration />
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 6b68878

Please sign in to comment.