Skip to content

Commit 2ba2a9b

Browse files
committed
[maven-release-plugin] prepare release commonmark-parent-0.4.0
1 parent 1d4515e commit 2ba2a9b

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.3.3-SNAPSHOT</version>
7+
<version>0.4.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.3.3-SNAPSHOT</version>
7+
<version>0.4.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.3.3-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-gfm-tables</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.3.3-SNAPSHOT</version>
7+
<version>0.4.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.3.3-SNAPSHOT</version>
7+
<version>0.4.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.3.3-SNAPSHOT</version>
7+
<version>0.4.0</version>
88
</parent>
99

1010
<artifactId>commonmark</artifactId>

pom.xml

Lines changed: 7 additions & 7 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.3.3-SNAPSHOT</version>
14+
<version>0.4.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,27 +84,27 @@
8484
<dependency>
8585
<groupId>com.atlassian.commonmark</groupId>
8686
<artifactId>commonmark</artifactId>
87-
<version>0.3.3-SNAPSHOT</version>
87+
<version>0.4.0</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>com.atlassian.commonmark</groupId>
9191
<artifactId>commonmark-ext-autolink</artifactId>
92-
<version>0.3.3-SNAPSHOT</version>
92+
<version>0.4.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.atlassian.commonmark</groupId>
9696
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
97-
<version>0.3.3-SNAPSHOT</version>
97+
<version>0.4.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.atlassian.commonmark</groupId>
101101
<artifactId>commonmark-ext-gfm-tables</artifactId>
102-
<version>0.3.3-SNAPSHOT</version>
102+
<version>0.4.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>com.atlassian.commonmark</groupId>
106106
<artifactId>commonmark-test-util</artifactId>
107-
<version>0.3.3-SNAPSHOT</version>
107+
<version>0.4.0</version>
108108
</dependency>
109109

110110
<!-- Common test dependencies -->
@@ -147,7 +147,7 @@
147147
<connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection>
148148
<developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection>
149149
<url>https://github.com/atlassian/commonmark-java</url>
150-
<tag>HEAD</tag>
150+
<tag>commonmark-parent-0.4.0</tag>
151151
</scm>
152152

153153
</project>

0 commit comments

Comments
 (0)