|
11 | 11 |
|
12 | 12 | <groupId>com.atlassian.commonmark</groupId> |
13 | 13 | <artifactId>commonmark-parent</artifactId> |
14 | | - <version>0.9.1-SNAPSHOT</version> |
| 14 | + <version>0.10.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 |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>com.atlassian.commonmark</groupId> |
81 | 81 | <artifactId>commonmark</artifactId> |
82 | | - <version>0.9.1-SNAPSHOT</version> |
| 82 | + <version>0.10.0</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>com.atlassian.commonmark</groupId> |
86 | 86 | <artifactId>commonmark-ext-autolink</artifactId> |
87 | | - <version>0.9.1-SNAPSHOT</version> |
| 87 | + <version>0.10.0</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.atlassian.commonmark</groupId> |
91 | 91 | <artifactId>commonmark-ext-ins</artifactId> |
92 | | - <version>0.9.1-SNAPSHOT</version> |
| 92 | + <version>0.10.0</version> |
93 | 93 | </dependency> |
94 | 94 | <dependency> |
95 | 95 | <groupId>com.atlassian.commonmark</groupId> |
96 | 96 | <artifactId>commonmark-ext-gfm-strikethrough</artifactId> |
97 | | - <version>0.9.1-SNAPSHOT</version> |
| 97 | + <version>0.10.0</version> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
100 | 100 | <groupId>com.atlassian.commonmark</groupId> |
101 | 101 | <artifactId>commonmark-ext-gfm-tables</artifactId> |
102 | | - <version>0.9.1-SNAPSHOT</version> |
| 102 | + <version>0.10.0</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>com.atlassian.commonmark</groupId> |
106 | 106 | <artifactId>commonmark-ext-heading-anchor</artifactId> |
107 | | - <version>0.9.1-SNAPSHOT</version> |
| 107 | + <version>0.10.0</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>com.atlassian.commonmark</groupId> |
111 | 111 | <artifactId>commonmark-ext-yaml-front-matter</artifactId> |
112 | | - <version>0.9.1-SNAPSHOT</version> |
| 112 | + <version>0.10.0</version> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
115 | 115 | <groupId>com.atlassian.commonmark</groupId> |
116 | 116 | <artifactId>commonmark-test-util</artifactId> |
117 | | - <version>0.9.1-SNAPSHOT</version> |
| 117 | + <version>0.10.0</version> |
118 | 118 | </dependency> |
119 | 119 |
|
120 | 120 | <!-- Common test dependencies --> |
|
192 | 192 | <connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection> |
193 | 193 | <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection> |
194 | 194 | <url>https://github.com/atlassian/commonmark-java</url> |
195 | | - <tag>HEAD</tag> |
| 195 | + <tag>commonmark-parent-0.10.0</tag> |
196 | 196 | </scm> |
197 | 197 |
|
198 | 198 | </project> |
0 commit comments