Skip to content

Commit 026c7d4

Browse files
committed
[maven-release-plugin] prepare release commonmark-parent-0.5.0
1 parent 43beca8 commit 026c7d4

File tree

8 files changed

+16
-18
lines changed

8 files changed

+16
-18
lines changed

commonmark-ext-autolink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-autolink</artifactId>

commonmark-ext-gfm-strikethrough/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>

commonmark-ext-gfm-tables/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-gfm-tables</artifactId>

commonmark-ext-yaml-front-matter/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<artifactId>commonmark-parent</artifactId>
86
<groupId>com.atlassian.commonmark</groupId>
9-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
108
</parent>
119

1210
<artifactId>commonmark-ext-yaml-front-matter</artifactId>

commonmark-integration-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark-integration-test</artifactId>

commonmark-test-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark-test-util</artifactId>

commonmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.atlassian.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.4.2-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

1010
<artifactId>commonmark</artifactId>

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.atlassian.commonmark</groupId>
1313
<artifactId>commonmark-parent</artifactId>
14-
<version>0.4.2-SNAPSHOT</version>
14+
<version>0.5.0</version>
1515
<name>commonmark-java parent</name>
1616
<description>
1717
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
@@ -84,32 +84,32 @@
8484
<dependency>
8585
<groupId>com.atlassian.commonmark</groupId>
8686
<artifactId>commonmark</artifactId>
87-
<version>0.4.2-SNAPSHOT</version>
87+
<version>0.5.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.atlassian.commonmark</groupId>
9191
<artifactId>commonmark-ext-autolink</artifactId>
92-
<version>0.4.2-SNAPSHOT</version>
92+
<version>0.5.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.atlassian.commonmark</groupId>
9696
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
97-
<version>0.4.2-SNAPSHOT</version>
97+
<version>0.5.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.atlassian.commonmark</groupId>
101101
<artifactId>commonmark-ext-gfm-tables</artifactId>
102-
<version>0.4.2-SNAPSHOT</version>
102+
<version>0.5.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.atlassian.commonmark</groupId>
106106
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
107-
<version>0.4.2-SNAPSHOT</version>
107+
<version>0.5.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.atlassian.commonmark</groupId>
111111
<artifactId>commonmark-test-util</artifactId>
112-
<version>0.4.2-SNAPSHOT</version>
112+
<version>0.5.0</version>
113113
</dependency>
114114

115115
<!-- Common test dependencies -->
@@ -152,7 +152,7 @@
152152
<connection>scm:git:[email protected]:atlassian/commonmark-java.git</connection>
153153
<developerConnection>scm:git:[email protected]:atlassian/commonmark-java.git</developerConnection>
154154
<url>https://github.com/atlassian/commonmark-java</url>
155-
<tag>HEAD</tag>
155+
<tag>commonmark-parent-0.5.0</tag>
156156
</scm>
157157

158158
</project>

0 commit comments

Comments
 (0)