Skip to content

Commit

Permalink
Merge pull request #221 from aml-org/publish-5.4.0
Browse files Browse the repository at this point in the history
Publish 5.4.0
  • Loading branch information
arielmirra authored May 29, 2023
2 parents a417006 + 8a896c4 commit 516ee5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.3.1
FROM ghcr.io/aml-org/amf-ci-tools-base-image:1.3.2
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Versions.versions

name := "amf-metadata"
ThisBuild / organization := "com.github.amlorg"
ThisBuild / scalaVersion := "2.12.13"
ThisBuild / scalaVersion := "2.12.15"

val artifactVersions = new {
val vocabularyVersion = versions("versions.yaml")("amf.vocabulary")
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.7.3
4 changes: 2 additions & 2 deletions transform/dependencies.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Leave here for the publication process to detect if amf-transform has to be published!
# Because we publish a version of amf-transform for each version of amf-client publish.
amf.apicontract=5.3.0
amf.rdf=6.3.0
amf.apicontract=5.4.0
amf.rdf=6.4.0
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
amf.vocabulary: 36.0.0
amf.transform: 2.20.0
amf.vocabulary: 37.0.0
amf.transform: 2.21.0

0 comments on commit 516ee5e

Please sign in to comment.