File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Build extends Build {
7
7
8
8
lazy val buildSettings = Seq (
9
9
organization := " info.folone" ,
10
- version := " 0.11-SNAPSHOT " ,
10
+ version := " 0.11" ,
11
11
12
12
scalaVersion := " 2.10.3" ,
13
13
crossScalaVersions := Seq (" 2.9.3" , " 2.10.3" ),
@@ -33,7 +33,7 @@ object Build extends Build {
33
33
if (v.trim.endsWith(" SNAPSHOT" ))
34
34
Some (" snapshots" at nexus + " content/repositories/snapshots" )
35
35
else
36
- Some (" releases " at nexus + " service/local/staging/deploy/maven2" )
36
+ Some (" staging " at nexus + " service/local/staging/deploy/maven2" )
37
37
}
38
38
39
39
lazy val credentialsSetting = credentials += {
@@ -65,6 +65,8 @@ object Build extends Build {
65
65
" org.scalaz" %% " scalaz-scalacheck-binding" % " 7.1.0-M3" % " test"
66
66
)
67
67
},
68
+ publishMavenStyle := true ,
69
+ publishArtifact in Test := false ,
68
70
credentialsSetting,
69
71
publishSetting,
70
72
pomExtra := (
You can’t perform that action at this time.
0 commit comments