|
5 | 5 |
|
6 | 6 | <groupId>org.commonmark</groupId>
|
7 | 7 | <artifactId>commonmark-parent</artifactId>
|
8 |
| - <version>0.21.0</version> |
| 8 | + <version>0.21.1-SNAPSHOT</version> |
9 | 9 | <name>commonmark-java parent</name>
|
10 | 10 | <description>
|
11 | 11 | Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted
|
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.commonmark</groupId>
|
114 | 114 | <artifactId>commonmark</artifactId>
|
115 |
| - <version>0.21.0</version> |
| 115 | + <version>0.21.1-SNAPSHOT</version> |
116 | 116 | </dependency>
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.commonmark</groupId>
|
119 | 119 | <artifactId>commonmark-ext-autolink</artifactId>
|
120 |
| - <version>0.21.0</version> |
| 120 | + <version>0.21.1-SNAPSHOT</version> |
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>org.commonmark</groupId>
|
124 | 124 | <artifactId>commonmark-ext-image-attributes</artifactId>
|
125 |
| - <version>0.21.0</version> |
| 125 | + <version>0.21.1-SNAPSHOT</version> |
126 | 126 | </dependency>
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>org.commonmark</groupId>
|
129 | 129 | <artifactId>commonmark-ext-ins</artifactId>
|
130 |
| - <version>0.21.0</version> |
| 130 | + <version>0.21.1-SNAPSHOT</version> |
131 | 131 | </dependency>
|
132 | 132 | <dependency>
|
133 | 133 | <groupId>org.commonmark</groupId>
|
134 | 134 | <artifactId>commonmark-ext-gfm-strikethrough</artifactId>
|
135 |
| - <version>0.21.0</version> |
| 135 | + <version>0.21.1-SNAPSHOT</version> |
136 | 136 | </dependency>
|
137 | 137 | <dependency>
|
138 | 138 | <groupId>org.commonmark</groupId>
|
139 | 139 | <artifactId>commonmark-ext-gfm-tables</artifactId>
|
140 |
| - <version>0.21.0</version> |
| 140 | + <version>0.21.1-SNAPSHOT</version> |
141 | 141 | </dependency>
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>org.commonmark</groupId>
|
144 | 144 | <artifactId>commonmark-ext-heading-anchor</artifactId>
|
145 |
| - <version>0.21.0</version> |
| 145 | + <version>0.21.1-SNAPSHOT</version> |
146 | 146 | </dependency>
|
147 | 147 | <dependency>
|
148 | 148 | <groupId>org.commonmark</groupId>
|
149 | 149 | <artifactId>commonmark-ext-task-list-items</artifactId>
|
150 |
| - <version>0.21.0</version> |
| 150 | + <version>0.21.1-SNAPSHOT</version> |
151 | 151 | </dependency>
|
152 | 152 | <dependency>
|
153 | 153 | <groupId>org.commonmark</groupId>
|
154 | 154 | <artifactId>commonmark-ext-yaml-front-matter</artifactId>
|
155 |
| - <version>0.21.0</version> |
| 155 | + <version>0.21.1-SNAPSHOT</version> |
156 | 156 | </dependency>
|
157 | 157 | <dependency>
|
158 | 158 | <groupId>org.commonmark</groupId>
|
159 | 159 | <artifactId>commonmark-test-util</artifactId>
|
160 |
| - <version>0.21.0</version> |
| 160 | + <version>0.21.1-SNAPSHOT</version> |
161 | 161 | </dependency>
|
162 | 162 |
|
163 | 163 | <!-- Common test dependencies -->
|
|
282 | 282 | <connection>scm:git:https://github.com/commonmark/commonmark-java</connection>
|
283 | 283 | <developerConnection>scm:git:https://github.com/commonmark/commonmark-java</developerConnection>
|
284 | 284 | <url>https://github.com/commonmark/commonmark-java</url>
|
285 |
| - <tag>commonmark-parent-0.21.0</tag> |
| 285 | + <tag>HEAD</tag> |
286 | 286 | </scm>
|
287 | 287 |
|
288 | 288 | <distributionManagement>
|
|
0 commit comments