|
11 | 11 |
|
12 | 12 | <groupId>com.atlassian.commonmark</groupId> |
13 | 13 | <artifactId>commonmark-parent</artifactId> |
14 | | - <version>0.5.1-SNAPSHOT</version> |
| 14 | + <version>0.5.1</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 |
|
84 | 84 | <dependency> |
85 | 85 | <groupId>com.atlassian.commonmark</groupId> |
86 | 86 | <artifactId>commonmark</artifactId> |
87 | | - <version>0.5.1-SNAPSHOT</version> |
| 87 | + <version>0.5.1</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.atlassian.commonmark</groupId> |
91 | 91 | <artifactId>commonmark-ext-autolink</artifactId> |
92 | | - <version>0.5.1-SNAPSHOT</version> |
| 92 | + <version>0.5.1</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.5.1-SNAPSHOT</version> |
| 97 | + <version>0.5.1</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.5.1-SNAPSHOT</version> |
| 102 | + <version>0.5.1</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>com.atlassian.commonmark</groupId> |
106 | 106 | <artifactId>commonmark-ext-yaml-front-matter</artifactId> |
107 | | - <version>0.5.1-SNAPSHOT</version> |
| 107 | + <version>0.5.1</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>com.atlassian.commonmark</groupId> |
111 | 111 | <artifactId>commonmark-test-util</artifactId> |
112 | | - <version>0.5.1-SNAPSHOT</version> |
| 112 | + <version>0.5.1</version> |
113 | 113 | </dependency> |
114 | 114 |
|
115 | 115 | <!-- Common test dependencies --> |
|
152 | 152 | <connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection> |
153 | 153 | <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection> |
154 | 154 | <url>https://github.com/atlassian/commonmark-java</url> |
155 | | - <tag>HEAD</tag> |
| 155 | + <tag>commonmark-parent-0.5.1</tag> |
156 | 156 | </scm> |
157 | 157 |
|
158 | 158 | </project> |
0 commit comments