diff --git a/build.sbt b/build.sbt index 278d0d7..b452dc2 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion // dependency versions val contentEntityVersion = "4.0.0" -val contentAtomVersion = "10.0.0" +val contentAtomVersion = "11.0.0" val storyPackageVersion = "2.2.0" val thriftVersion = "0.15.0" val scroogeVersion = "22.1.0" // update plugins too if this version changes diff --git a/json/src/test/resources/templates/item-content-with-atom-explainer.json b/json/src/test/resources/templates/item-content-with-atom-explainer.json index 1450f91..c8453e9 100644 --- a/json/src/test/resources/templates/item-content-with-atom-explainer.json +++ b/json/src/test/resources/templates/item-content-with-atom-explainer.json @@ -23,6 +23,7 @@ "atomType" : "explainer", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "explainer": { diff --git a/json/src/test/resources/templates/item-content-with-atom-media.json b/json/src/test/resources/templates/item-content-with-atom-media.json index 93e67b4..238978b 100644 --- a/json/src/test/resources/templates/item-content-with-atom-media.json +++ b/json/src/test/resources/templates/item-content-with-atom-media.json @@ -22,6 +22,7 @@ "atomType" : "media", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "\n", "data" : { "media": { diff --git a/json/src/test/resources/templates/item-content-with-atom-quiz.json b/json/src/test/resources/templates/item-content-with-atom-quiz.json index 51c6110..3fc822f 100644 --- a/json/src/test/resources/templates/item-content-with-atom-quiz.json +++ b/json/src/test/resources/templates/item-content-with-atom-quiz.json @@ -22,6 +22,7 @@ "atomType" : "quiz", "labels" : [ ], "commissioningDesks" : [ ], + "tagIds" : [ ], "defaultHtml" : "

Test quiz in code

  1. Will this quiz publish in code?

    1. \"\"

      Yes

    2. \"\"

      No

    3. \"\"

    4. \"\"

Solutions

1:A

Scores

    \n", "data" : { "quiz" : {