From 63ab490da1f84044d6eb7b09fc45caec6fba9fc1 Mon Sep 17 00:00:00 2001 From: Ivan Gomes Date: Sun, 7 Jun 2020 21:37:48 -0700 Subject: [PATCH] Update version number to 2020-05-p1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cc3cba8a..a1fa9607 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := """SysML-v2-API-Services""" organization := "org.omg" -version := "2020-05" +version := "2020-05-p1" javacOptions ++= Seq("-source", "11", "-target", "11", "-Xlint")