We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a7a7 commit 2098d72Copy full SHA for 2098d72
build.sbt
@@ -1,10 +1,14 @@
1
+import SonatypeKeys._
2
+
3
sonatypeSettings
4
5
+profileName := "com.ibm.couchdb-scala"
6
7
organization := "com.ibm"
8
9
name := "couchdb-scala"
10
-version := "0.5.0-SNAPSHOT"
11
+version := "0.5.0"
12
13
scalaVersion := "2.11.5"
14
@@ -97,10 +101,6 @@ publishMavenStyle := true
97
101
publishArtifact in Test := false
98
102
99
103
pomExtra := {
100
- <organization>
- <name>IBM Corporation</name>
- <url>http://www.ibm.com</url>
- </organization>
104
<scm>
105
<connection>scm:git:git@github.com:beloglazov/couchdb-scala.git</connection>
106
<developerConnection>scm:git:git@github.com:beloglazov/couchdb-scala.git</developerConnection>
0 commit comments