Skip to content

Commit

Permalink
Update version. Exclude Scala version from jar name.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jul 30, 2020
1 parent 1538cb7 commit 99630b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions update.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 99630b4

Please sign in to comment.