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