-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release markdownj-0.4
- Loading branch information
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|