|
11 | 11 |
|
12 | 12 | <groupId>com.atlassian.commonmark</groupId> |
13 | 13 | <artifactId>commonmark-parent</artifactId> |
14 | | - <version>0.12.2-SNAPSHOT</version> |
| 14 | + <version>0.13.0</version> |
15 | 15 | <name>commonmark-java parent</name> |
16 | 16 | <description> |
17 | 17 | Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>com.atlassian.commonmark</groupId> |
89 | 89 | <artifactId>commonmark</artifactId> |
90 | | - <version>0.12.2-SNAPSHOT</version> |
| 90 | + <version>0.13.0</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>com.atlassian.commonmark</groupId> |
94 | 94 | <artifactId>commonmark-ext-autolink</artifactId> |
95 | | - <version>0.12.2-SNAPSHOT</version> |
| 95 | + <version>0.13.0</version> |
96 | 96 | </dependency> |
97 | 97 | <dependency> |
98 | 98 | <groupId>com.atlassian.commonmark</groupId> |
99 | 99 | <artifactId>commonmark-ext-ins</artifactId> |
100 | | - <version>0.12.2-SNAPSHOT</version> |
| 100 | + <version>0.13.0</version> |
101 | 101 | </dependency> |
102 | 102 | <dependency> |
103 | 103 | <groupId>com.atlassian.commonmark</groupId> |
104 | 104 | <artifactId>commonmark-ext-gfm-strikethrough</artifactId> |
105 | | - <version>0.12.2-SNAPSHOT</version> |
| 105 | + <version>0.13.0</version> |
106 | 106 | </dependency> |
107 | 107 | <dependency> |
108 | 108 | <groupId>com.atlassian.commonmark</groupId> |
109 | 109 | <artifactId>commonmark-ext-gfm-tables</artifactId> |
110 | | - <version>0.12.2-SNAPSHOT</version> |
| 110 | + <version>0.13.0</version> |
111 | 111 | </dependency> |
112 | 112 | <dependency> |
113 | 113 | <groupId>com.atlassian.commonmark</groupId> |
114 | 114 | <artifactId>commonmark-ext-heading-anchor</artifactId> |
115 | | - <version>0.12.2-SNAPSHOT</version> |
| 115 | + <version>0.13.0</version> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>com.atlassian.commonmark</groupId> |
119 | 119 | <artifactId>commonmark-ext-yaml-front-matter</artifactId> |
120 | | - <version>0.12.2-SNAPSHOT</version> |
| 120 | + <version>0.13.0</version> |
121 | 121 | </dependency> |
122 | 122 | <dependency> |
123 | 123 | <groupId>com.atlassian.commonmark</groupId> |
124 | 124 | <artifactId>commonmark-test-util</artifactId> |
125 | | - <version>0.12.2-SNAPSHOT</version> |
| 125 | + <version>0.13.0</version> |
126 | 126 | </dependency> |
127 | 127 |
|
128 | 128 | <!-- Common test dependencies --> |
|
195 | 195 | <connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection> |
196 | 196 | <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection> |
197 | 197 | <url>https://github.com/atlassian/commonmark-java</url> |
198 | | - <tag>HEAD</tag> |
| 198 | + <tag>commonmark-parent-0.13.0</tag> |
199 | 199 | </scm> |
200 | 200 |
|
201 | 201 | </project> |
0 commit comments