Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Upgrade commonmark.js to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jun 2, 2015
1 parent cad4e0c commit 9ad9587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zanata-war/pom.xml
Expand Up @@ -2160,7 +2160,7 @@
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>commonmark</artifactId>
<version>0.18.1</version>
<version>0.19.0</version>
</dependency>

<dependency>
Expand Down
Expand Up @@ -48,7 +48,7 @@ public class CommonMarkRenderer {

// TODO when upgrading, use org.apache.servicemix.tooling:depends-maven-plugin to
// generate dependencies.properties and get the correct version.
private static final String VER = "0.18.1";
private static final String VER = "0.19.0";
private static final String SCRIPT_NAME = "commonmark/" +
VER + "/dist/commonmark.js";
private static final String RESOURCE_NAME = "META-INF/resources/webjars/" +
Expand Down

0 comments on commit 9ad9587

Please sign in to comment.