Skip to content

Commit 31b9464

Browse files
committed
Move to com.github.cquiroz organization
1 parent 40d818b commit 31b9464

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

build.sbt

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ val crossScalaVer = Seq(scalaVer, "2.10.6", "2.12.0")
88
lazy val commonSettings = Seq(
99
name := "scala-java-time",
1010
version := "2.0.0-M5",
11-
organization := "io.github.soc",
12-
homepage := Some(url("https://github.com/soc/scala-java-time")),
11+
organization := "com.github.cquiroz",
12+
homepage := Some(url("https://github.com/cquiroz/scala-java-time")),
1313
licenses := Seq("BSD 3-Clause License" -> url("https://opensource.org/licenses/BSD-3-Clause")),
1414

1515
scalaVersion := scalaVer,
@@ -67,16 +67,24 @@ lazy val scalajavatimeJS = scalajavatime.js
6767

6868
lazy val pomData =
6969
<scm>
70-
<url>git@github.com:soc/scala-java-time.git</url>
71-
<connection>scm:git:git@github.com:soc/scala-java-time.git</connection>
70+
<url>git@github.com:cquiroz/scala-java-time.git</url>
71+
<connection>scm:git:git@github.com:cquiroz/scala-java-time.git</connection>
7272
</scm>
7373
<developers>
74+
<developer>
75+
<id>cquiroz</id>
76+
<name>Carlos Quiroz</name>
77+
<url>https://github.com/cquiroz</url>
78+
<roles>
79+
<role>Project Lead (current Scala version)</role>
80+
</roles>
81+
</developer>
7482
<developer>
7583
<id>soc</id>
7684
<name>Simon Ochsenreither</name>
7785
<url>https://github.com/soc</url>
7886
<roles>
79-
<role>Project Lead (current Scala version)</role>
87+
<role>Project Lead (original Scala version)</role>
8088
</roles>
8189
</developer>
8290
<developer>

0 commit comments

Comments
 (0)