Skip to content

Commit

Permalink
Fixed packaging and prepared next release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 5, 2020
1 parent af27e61 commit 3103eaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 52 deletions.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Domino
:toc:
:toc-placement: preamble
:stable-version: 1.1.4
:stable-version: 1.1.5

ifdef::env-github[]
image:https://travis-ci.org/domino-osgi/domino.svg?branch=master["Travis CI Build Status", link="https://travis-ci.org/domino-osgi/domino"]
Expand Down Expand Up @@ -199,6 +199,10 @@ Domino is licensed under the http://www.opensource.org/licenses/mit-license[MIT

== Changelog

=== Domino 1.1.5 - 2020-05-05

* Fixed Maven Central packaging

=== Domino 1.1.4 - 2020-05-05

* Support for Scala 2.13
Expand Down
4 changes: 2 additions & 2 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import $ivy.`de.tototec::de.tobiasroeser.mill.osgi:0.2.0`
import de.tobiasroeser.mill.osgi._

val scalaVersions = Seq("2.13.2", "2.12.11", "2.11.12", "2.10.7")
val dominoVersion = "1.1.4"
val dominoVersion = "1.1.5"

object Deps {
val osgiCore = ivy"org.osgi:org.osgi.core:4.3.0"
Expand Down Expand Up @@ -42,7 +42,7 @@ class DominoModule(override val crossScalaVersion: String)
Agg.empty[Dep]
else
Agg(
ivy"$scalaOrganization:scala-reflect:$scalaVersion".forceVersion()
ivy"${scalaOrganization()}:scala-reflect:${scalaVersion()}".forceVersion()
)
}

Expand Down
49 changes: 0 additions & 49 deletions makerelease.sh

This file was deleted.

0 comments on commit 3103eaf

Please sign in to comment.