Skip to content

Commit dfd95d0

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent db8469c commit dfd95d0

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

commonmark-ext-autolink/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-ext-gfm-strikethrough/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-ext-gfm-tables/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-ext-heading-anchor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-heading-anchor</artifactId>

commonmark-ext-image-attributes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-image-attributes</artifactId>

commonmark-ext-ins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-ext-task-list-items/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark-ext-task-list-items</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>commonmark-parent</artifactId>
66
<groupId>org.commonmark</groupId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-integration-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark-test-util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

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

commonmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.commonmark</groupId>
66
<artifactId>commonmark-parent</artifactId>
7-
<version>0.21.0</version>
7+
<version>0.21.1-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>commonmark</artifactId>

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.commonmark</groupId>
77
<artifactId>commonmark-parent</artifactId>
8-
<version>0.21.0</version>
8+
<version>0.21.1-SNAPSHOT</version>
99
<name>commonmark-java parent</name>
1010
<description>
1111
Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
@@ -112,52 +112,52 @@
112112
<dependency>
113113
<groupId>org.commonmark</groupId>
114114
<artifactId>commonmark</artifactId>
115-
<version>0.21.0</version>
115+
<version>0.21.1-SNAPSHOT</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.commonmark</groupId>
119119
<artifactId>commonmark-ext-autolink</artifactId>
120-
<version>0.21.0</version>
120+
<version>0.21.1-SNAPSHOT</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.commonmark</groupId>
124124
<artifactId>commonmark-ext-image-attributes</artifactId>
125-
<version>0.21.0</version>
125+
<version>0.21.1-SNAPSHOT</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.commonmark</groupId>
129129
<artifactId>commonmark-ext-ins</artifactId>
130-
<version>0.21.0</version>
130+
<version>0.21.1-SNAPSHOT</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.commonmark</groupId>
134134
<artifactId>commonmark-ext-gfm-strikethrough</artifactId>
135-
<version>0.21.0</version>
135+
<version>0.21.1-SNAPSHOT</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.commonmark</groupId>
139139
<artifactId>commonmark-ext-gfm-tables</artifactId>
140-
<version>0.21.0</version>
140+
<version>0.21.1-SNAPSHOT</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.commonmark</groupId>
144144
<artifactId>commonmark-ext-heading-anchor</artifactId>
145-
<version>0.21.0</version>
145+
<version>0.21.1-SNAPSHOT</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.commonmark</groupId>
149149
<artifactId>commonmark-ext-task-list-items</artifactId>
150-
<version>0.21.0</version>
150+
<version>0.21.1-SNAPSHOT</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.commonmark</groupId>
154154
<artifactId>commonmark-ext-yaml-front-matter</artifactId>
155-
<version>0.21.0</version>
155+
<version>0.21.1-SNAPSHOT</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.commonmark</groupId>
159159
<artifactId>commonmark-test-util</artifactId>
160-
<version>0.21.0</version>
160+
<version>0.21.1-SNAPSHOT</version>
161161
</dependency>
162162

163163
<!-- Common test dependencies -->
@@ -282,7 +282,7 @@
282282
<connection>scm:git:https://github.com/commonmark/commonmark-java</connection>
283283
<developerConnection>scm:git:https://github.com/commonmark/commonmark-java</developerConnection>
284284
<url>https://github.com/commonmark/commonmark-java</url>
285-
<tag>commonmark-parent-0.21.0</tag>
285+
<tag>HEAD</tag>
286286
</scm>
287287

288288
<distributionManagement>

0 commit comments

Comments
 (0)