Skip to content

Commit da2679b

Browse files
author
Torsten Krause
committed
Prepare the project for deployment of version 0.0.4
1 parent e317ac7 commit da2679b

File tree

25 files changed

+42
-42
lines changed

25 files changed

+42
-42
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This library is hosted in the [Maven Central Repository](https://search.maven.or
4040
<dependency>
4141
<groupId>io.markdom</groupId>
4242
<artifactId>suite</artifactId>
43-
<version>0.0.3</version>
43+
<version>0.0.4</version>
4444
</dependency>
4545
```
4646

module/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>module</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/audit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/commonmark-atlassian/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/html-cleaner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/html-jsoup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/html-w3c/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/json-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

module/handler/json-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.markdom</groupId>
1313
<artifactId>handler</artifactId>
14-
<version>0.0.4-SNAPSHOT</version>
14+
<version>0.0.4</version>
1515
</parent>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)