|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 2 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 | 3 | <modelVersion>4.0.0</modelVersion> |
5 | 4 | <parent> |
6 | 5 | <groupId>com.atlassian.pom</groupId> |
|
12 | 11 |
|
13 | 12 | <groupId>com.atlassian.commonmark</groupId> |
14 | 13 | <artifactId>commonmark-parent</artifactId> |
15 | | - <version>0.1.0-SNAPSHOT</version> |
| 14 | + <version>0.1.0</version> |
16 | 15 | <name>commonmark-java parent</name> |
17 | 16 | <description> |
18 | 17 | Java implementation of CommonMark, a specification of the Markdown format for turning plain text into formatted |
|
52 | 51 | <dependency> |
53 | 52 | <groupId>com.atlassian.commonmark</groupId> |
54 | 53 | <artifactId>commonmark</artifactId> |
55 | | - <version>0.1.0-SNAPSHOT</version> |
| 54 | + <version>0.1.0</version> |
56 | 55 | </dependency> |
57 | 56 | <dependency> |
58 | 57 | <groupId>com.atlassian.commonmark</groupId> |
59 | 58 | <artifactId>commonmark-ext-autolink</artifactId> |
60 | | - <version>0.1.0-SNAPSHOT</version> |
| 59 | + <version>0.1.0</version> |
61 | 60 | </dependency> |
62 | 61 | <dependency> |
63 | 62 | <groupId>com.atlassian.commonmark</groupId> |
64 | 63 | <artifactId>commonmark-ext-gfm-strikethrough</artifactId> |
65 | | - <version>0.1.0-SNAPSHOT</version> |
| 64 | + <version>0.1.0</version> |
66 | 65 | </dependency> |
67 | 66 | <dependency> |
68 | 67 | <groupId>com.atlassian.commonmark</groupId> |
69 | 68 | <artifactId>commonmark-ext-gfm-tables</artifactId> |
70 | | - <version>0.1.0-SNAPSHOT</version> |
| 69 | + <version>0.1.0</version> |
71 | 70 | </dependency> |
72 | 71 | <dependency> |
73 | 72 | <groupId>com.atlassian.commonmark</groupId> |
74 | 73 | <artifactId>commonmark</artifactId> |
75 | | - <version>0.1.0-SNAPSHOT</version> |
| 74 | + <version>0.1.0</version> |
76 | 75 | <type>test-jar</type> |
77 | 76 | </dependency> |
78 | 77 |
|
|
173 | 172 | <connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection> |
174 | 173 | <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection> |
175 | 174 | <url>https://github.com/atlassian/commonmark-java</url> |
176 | | - <tag>HEAD</tag> |
| 175 | + <tag>commonmark-parent-0.1.0</tag> |
177 | 176 | </scm> |
178 | 177 |
|
179 | 178 | </project> |
0 commit comments