Skip to content

Commit

Permalink
Publish 4.4.0, vocabulary to 4.0.0, transform to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
looseale committed Oct 21, 2020
1 parent cd91efa commit 016ed1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name := "amf-metadata"
organization in ThisBuild := "com.github.amlorg"
scalaVersion in ThisBuild := "2.12.11"

lazy val amfVocabularyVersion = majorVersionOrSnapshot(3)
val amfCanonicalVersion = versionOrSnapshot(1, 2)
lazy val amfVocabularyVersion = majorVersionOrSnapshot(4)
val amfCanonicalVersion = versionOrSnapshot(1, 3)

val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/local"))(Resolver.ivyStylePatterns)

Expand Down
2 changes: 1 addition & 1 deletion transform/dependencies.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 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.client=4.4.0-SNAPSHOT
amf.client=4.4.0

0 comments on commit 016ed1c

Please sign in to comment.