Skip to content

Commit 6b68878

Browse files
committed
[maven-release-plugin] prepare release markdownj-0.4
1 parent cf06108 commit 6b68878

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

core/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,14 @@ liability, whether in contract, strict liability, or tort (including
3131
negligence or otherwise) arising in any way out of the use of this
3232
software, even if advised of the possibility of such damage.
3333
-->
34-
<project xmlns="http://maven.apache.org/POM/4.0.0"
35-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
36-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34+
<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">
3735

3836
<modelVersion>4.0.0</modelVersion>
3937

4038
<parent>
4139
<groupId>org.markdownj</groupId>
4240
<artifactId>markdownj</artifactId>
43-
<version>0.4-SNAPSHOT</version>
41+
<version>0.4</version>
4442
<relativePath>../pom.xml</relativePath>
4543
</parent>
4644

@@ -74,7 +72,7 @@ software, even if advised of the possibility of such damage.
7472
<groupId>org.apache.maven.plugins</groupId>
7573
<artifactId>maven-javadoc-plugin</artifactId>
7674
<version>2.9.1</version>
77-
<configuration/>
75+
<configuration />
7876
</plugin>
7977
</plugins>
8078
</reporting>

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ liability, whether in contract, strict liability, or tort (including
3131
negligence or otherwise) arising in any way out of the use of this
3232
software, even if advised of the possibility of such damage.
3333
-->
34-
<project xmlns="http://maven.apache.org/POM/4.0.0"
35-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
36-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
34+
<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">
3735

3836
<modelVersion>4.0.0</modelVersion>
3937

@@ -46,7 +44,7 @@ software, even if advised of the possibility of such damage.
4644
<groupId>org.markdownj</groupId>
4745
<artifactId>markdownj</artifactId>
4846
<packaging>pom</packaging>
49-
<version>0.4-SNAPSHOT</version>
47+
<version>0.4</version>
5048

5149
<name>MarkdownJ</name>
5250
<url>http://markdownj.org/</url>
@@ -98,7 +96,7 @@ software, even if advised of the possibility of such damage.
9896
<connection>scm:git:git://github.com/myabc/markdownj.git</connection>
9997
<developerConnection>scm:git:[email protected]:myabc/markdownj.git</developerConnection>
10098
<url>http://github.com/myabc/markdownj/</url>
101-
<tag>master</tag>
99+
<tag>markdownj-0.4</tag>
102100
</scm>
103101

104102
<issueManagement>
@@ -181,7 +179,7 @@ software, even if advised of the possibility of such damage.
181179
<groupId>org.apache.maven.plugins</groupId>
182180
<artifactId>maven-javadoc-plugin</artifactId>
183181
<version>2.5</version>
184-
<configuration/>
182+
<configuration />
185183
</plugin>
186184
<plugin>
187185
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)