From e9d859b64664184b83a9a2293d4a0b913c7a296b Mon Sep 17 00:00:00 2001 From: Sophie Date: Wed, 24 May 2023 16:58:25 +0100 Subject: [PATCH 1/4] Pull in the snapshot of content-atom-model --- project/BuildVars.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BuildVars.scala b/project/BuildVars.scala index def114e..ca5188c 100644 --- a/project/BuildVars.scala +++ b/project/BuildVars.scala @@ -2,7 +2,7 @@ import sbt._ object BuildVars { lazy val awsVersion = "1.11.8" - lazy val contentAtomVersion = "3.4.1" + lazy val contentAtomVersion = "3.4.5-SNAPSHOT" lazy val scroogeVersion = "22.1.0" lazy val playVersion = "2.8.8" lazy val mockitoVersion = "4.8.0" From fd19943e016c78971b7c82e5781b4c14a207ccf8 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 25 May 2023 09:31:24 +0100 Subject: [PATCH 2/4] Use beta version of content-atom --- project/BuildVars.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/BuildVars.scala b/project/BuildVars.scala index ca5188c..9d6b34e 100644 --- a/project/BuildVars.scala +++ b/project/BuildVars.scala @@ -2,7 +2,7 @@ import sbt._ object BuildVars { lazy val awsVersion = "1.11.8" - lazy val contentAtomVersion = "3.4.5-SNAPSHOT" + lazy val contentAtomVersion = "3.4.5-beta.0" lazy val scroogeVersion = "22.1.0" lazy val playVersion = "2.8.8" lazy val mockitoVersion = "4.8.0" From a41f2eccaa7c031245785ad22f3ce0b73aff8929 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 25 May 2023 11:39:03 +0100 Subject: [PATCH 3/4] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d079c5..68d47a9 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,5 @@ POST /api/atom/:id/publish controllers.MyAtomController.publishAtom ## Releasing a new version Run `./script/release` from the project root. +## Releasing a snapshot version +Run `sbt release` from the project root. When prompted for the version **don't use the default**. Instead provide a version with `-SNAPSHOT` at the end. [sbt sonatype will detect this is a snapshot version, and publish to the Sonatype Snapshots repository](https://github.com/xerial/sbt-sonatype#buildsbt) From 07877301354e6a94dbf00c6efacdadbc97d89037 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 25 May 2023 11:47:42 +0100 Subject: [PATCH 4/4] Remove readme changes --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 68d47a9..8d079c5 100644 --- a/README.md +++ b/README.md @@ -176,5 +176,3 @@ POST /api/atom/:id/publish controllers.MyAtomController.publishAtom ## Releasing a new version Run `./script/release` from the project root. -## Releasing a snapshot version -Run `sbt release` from the project root. When prompted for the version **don't use the default**. Instead provide a version with `-SNAPSHOT` at the end. [sbt sonatype will detect this is a snapshot version, and publish to the Sonatype Snapshots repository](https://github.com/xerial/sbt-sonatype#buildsbt)