Skip to content

Commit 9dde61d

Browse files
committed
small fixes to have same url/name as gradle build
Signed-off-by: Joern Bernhardt <jb@campudus.com>
1 parent 402248c commit 9dde61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/VertxScalaBuild.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object VertxScalaBuild extends Build {
77

88
val baseSettings = Defaults.defaultSettings ++ Seq(
99
organization := "io.vertx",
10-
name := "mysql-postgresql",
10+
name := "mod-mysql-postgresql",
1111
version := "0.3.0-SNAPSHOT",
1212
scalaVersion := "2.10.4",
1313
crossScalaVersions := Seq("2.10.4", "2.11.2"),
@@ -64,7 +64,7 @@ object VertxScalaBuild extends Build {
6464
<scm>
6565
<connection>scm:git:git://github.com/vert-x/mod-mysql-postgresql.git</connection>
6666
<developerConnection>scm:git:ssh://git@github.com/vert-x/mod-mysql-postgresql.git</developerConnection>
67-
<url>hhttps://github.com/vert-x/mod-mysql-postgresql</url>
67+
<url>https://github.com/vert-x/mod-mysql-postgresql</url>
6868
</scm>
6969
<developers>
7070
<developer>

0 commit comments

Comments
 (0)