Skip to content

Commit 2098d72

Browse files
committed
Fixed the sbt-sonatype configuration, version 0.5.0
1 parent fb5a7a7 commit 2098d72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
import SonatypeKeys._
2+
13
sonatypeSettings
24

5+
profileName := "com.ibm.couchdb-scala"
6+
37
organization := "com.ibm"
48

59
name := "couchdb-scala"
610

7-
version := "0.5.0-SNAPSHOT"
11+
version := "0.5.0"
812

913
scalaVersion := "2.11.5"
1014

@@ -97,10 +101,6 @@ publishMavenStyle := true
97101
publishArtifact in Test := false
98102

99103
pomExtra := {
100-
<organization>
101-
<name>IBM Corporation</name>
102-
<url>http://www.ibm.com</url>
103-
</organization>
104104
<scm>
105105
<connection>scm:git:git@github.com:beloglazov/couchdb-scala.git</connection>
106106
<developerConnection>scm:git:git@github.com:beloglazov/couchdb-scala.git</developerConnection>

0 commit comments

Comments
 (0)