Skip to content

Commit be10d3f

Browse files
committed
0.9.1 release to fix longevityPomExtra
1 parent f95df3d commit be10d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/LongevityBuild.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait BuildSettings {
2424

2525
val publishSettings = Defaults.coreDefaultSettings ++ Seq(
2626
organization := "org.longevityframework",
27-
version := "0.9.0",
27+
version := "0.9.1",
2828
scalaVersion := "2.11.8",
2929

3030
publishMavenStyle := true,
@@ -44,8 +44,8 @@ trait BuildSettings {
4444

4545
val longevityPomExtra = (
4646
<scm>
47-
<url>git@github.com:longevityframework/emblem.git</url>
48-
<connection>scm:git:git@github.com:longevityframework/emblem.git</connection>
47+
<url>git@github.com:longevityframework/longevity.git</url>
48+
<connection>scm:git:git@github.com:longevityframework/longevity.git</connection>
4949
</scm>
5050
<developers>
5151
<developer>

0 commit comments

Comments
 (0)