From 99630b4262891806686a07b0cc7c76f7a6c40963 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Thu, 30 Jul 2020 19:51:37 -0400 Subject: [PATCH] Update version. Exclude Scala version from jar name. --- build.sbt | 5 ++++- update.properties | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index f0edd04..256c393 100644 --- a/build.sbt +++ b/build.sbt @@ -7,13 +7,16 @@ organization := "org.geneontology" name := "taxon-constraints" -version := "0.1" +version := "1.0" licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")) // build with Java 8 for compatibility with Protégé scalaVersion := "2.13.3" +// disable using the Scala version in output paths and artifacts +crossPaths := false + scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8") def isJarToEmbed(file: java.io.File): Boolean = file.getName match { diff --git a/update.properties b/update.properties index f319148..726047f 100644 --- a/update.properties +++ b/update.properties @@ -1,6 +1,6 @@ id=org.geneontology.taxonconstraints -version=0.1 -download=https://github.com/geneontology/protege-taxon-constraints/releases/download/v0.1/taxon-constraints-0.1.jar +version=1.0 +download=https://github.com/geneontology/protege-taxon-constraints/releases/download/v1.0/taxon-constraints-1.0.jar name=OBO Taxon Constraints readme=https://raw.githubusercontent.com/geneontology/protege-taxon-constraints/master/README.md license=https://opensource.org/licenses/BSD-3-Clause