|
11 | 11 |
|
12 | 12 | <groupId>com.atlassian.commonmark</groupId> |
13 | 13 | <artifactId>commonmark-parent</artifactId> |
14 | | - <version>0.3.3-SNAPSHOT</version> |
| 14 | + <version>0.4.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 |
|
84 | 84 | <dependency> |
85 | 85 | <groupId>com.atlassian.commonmark</groupId> |
86 | 86 | <artifactId>commonmark</artifactId> |
87 | | - <version>0.3.3-SNAPSHOT</version> |
| 87 | + <version>0.4.0</version> |
88 | 88 | </dependency> |
89 | 89 | <dependency> |
90 | 90 | <groupId>com.atlassian.commonmark</groupId> |
91 | 91 | <artifactId>commonmark-ext-autolink</artifactId> |
92 | | - <version>0.3.3-SNAPSHOT</version> |
| 92 | + <version>0.4.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.3.3-SNAPSHOT</version> |
| 97 | + <version>0.4.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.3.3-SNAPSHOT</version> |
| 102 | + <version>0.4.0</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>com.atlassian.commonmark</groupId> |
106 | 106 | <artifactId>commonmark-test-util</artifactId> |
107 | | - <version>0.3.3-SNAPSHOT</version> |
| 107 | + <version>0.4.0</version> |
108 | 108 | </dependency> |
109 | 109 |
|
110 | 110 | <!-- Common test dependencies --> |
|
147 | 147 | <connection>scm:git:git@github.com:atlassian/commonmark-java.git</connection> |
148 | 148 | <developerConnection>scm:git:git@github.com:atlassian/commonmark-java.git</developerConnection> |
149 | 149 | <url>https://github.com/atlassian/commonmark-java</url> |
150 | | - <tag>HEAD</tag> |
| 150 | + <tag>commonmark-parent-0.4.0</tag> |
151 | 151 | </scm> |
152 | 152 |
|
153 | 153 | </project> |
0 commit comments