Skip to content

Commit

Permalink
SAK-33837 - Update the urls for ckeditor a11ychecker, affects ability…
Browse files Browse the repository at this point in the history
… to compile and deploy A11y checker plugin (sakaiproject#5716)
  • Loading branch information
jonespm authored and Miguel Pellicer committed Jun 22, 2018
1 parent 30fc9f3 commit 9f8d0a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
<!-- These should only be updated when the webjars version is updated -->
<ckeditor.autosave.version>278c922c6d8529edd15a2b2c11b574fb4320e0c2</ckeditor.autosave.version>
<ckeditor.wordcount.version>136ba881ddcff5aa029e3648c69358c15a982afc</ckeditor.wordcount.version>
<ckeditor.a11ychecker.version>1.1.0</ckeditor.a11ychecker.version>
<ckeditor.balloonpanel.version>4.6.2</ckeditor.balloonpanel.version>
<ckeditor.a11ychecker.version>1.1.1</ckeditor.a11ychecker.version>
<ckeditor.balloonpanel.version>4.9.2</ckeditor.balloonpanel.version>
<ckeditor.image2.version>4.9.2</ckeditor.image2.version>

</properties>
Expand Down
2 changes: 1 addition & 1 deletion webjars/ckeditor-a11ychecker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.version>${ckeditor.a11ychecker.version}</upstream.version>
<upstream.url>http://download.ckeditor.com/a11ychecker/releases/a11ychecker</upstream.url>
<upstream.url>https://ckeditor.com/cke4/sites/default/files/a11ychecker/releases/a11ychecker</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/a11ychecker/${upstream.version}</destDir>
<requirejs>
{
Expand Down
2 changes: 1 addition & 1 deletion webjars/ckeditor-balloonpanel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<upstream.version>${ckeditor.balloonpanel.version}</upstream.version>
<upstream.url>http://download.ckeditor.com/balloonpanel/releases/balloonpanel</upstream.url>
<upstream.url>https://ckeditor.com/cke4/sites/default/files/balloonpanel/releases/balloonpanel</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/balloonpanel/${upstream.version}</destDir>
<requirejs>
{
Expand Down
4 changes: 2 additions & 2 deletions webjars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<!-- You must keep these synced in master so they're picked up correctly in library -->
<!-- They're separate here so this can be released independently of the rest of Sakai -->
<properties>
<ckeditor.a11ychecker.version>1.1.0</ckeditor.a11ychecker.version>
<ckeditor.balloonpanel.version>4.6.2</ckeditor.balloonpanel.version>
<ckeditor.a11ychecker.version>1.1.1</ckeditor.a11ychecker.version>
<ckeditor.balloonpanel.version>4.9.2</ckeditor.balloonpanel.version>
</properties>
<!-- Only build these during the release -->
<profiles>
Expand Down

0 comments on commit 9f8d0a7

Please sign in to comment.