@@ -2,7 +2,7 @@ organization := "com.audienceproject"
2
2
3
3
name := " spark-dynamodb"
4
4
5
- version := " 1.1.3-SNAPSHOT "
5
+ version := " 1.1.3-expedia "
6
6
7
7
description := " Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB."
8
8
@@ -106,28 +106,34 @@ Test / resourceGenerators += Def.task {
106
106
.toSeq
107
107
}.taskValue
108
108
109
+ Global / useGpgPinentry := true
110
+
109
111
/**
110
112
* Maven specific settings for publishing to Maven central.
111
113
*/
112
114
publishMavenStyle := true
113
115
publishArtifact in Test := false
114
116
pomIncludeRepository := { _ => false }
115
- publishTo := {
116
- val nexus = " https://oss.sonatype.org/"
117
- if (isSnapshot.value) Some (" snapshots" at nexus + " content/repositories/snapshots" )
118
- else Some (" releases" at nexus + " service/local/staging/deploy/maven2" )
119
- }
120
- pomExtra := <url >https:// github.com/ audienceproject/ spark- dynamodb</url >
117
+
118
+ credentials += Credentials (Path .userHome / " .sbt" / " .credentials" )
119
+ publishTo := Some (" Artylab" at " https://artylab.expedia.biz/bexg-maven-release-local" )
120
+ // publishTo := {
121
+ // val nexus = "https://oss.sonatype.org/"
122
+ // if (isSnapshot.value) Some("snapshots" at nexus + "content/repositories/snapshots")
123
+ // else Some("releases" at nexus + "service/local/staging/deploy/maven2")
124
+ // }
125
+ pomExtra := <url >https:// github.com/ rehevkor5/ spark- dynamodb</url >
121
126
<licenses >
122
127
<license >
123
128
<name >Apache License , Version 2.0 </name >
124
129
<url >https:// opensource.org/ licenses/ apache- 2.0 </url >
125
130
</license >
126
131
</licenses >
127
132
<scm >
128
- <url >git@ github.com: audienceproject/ spark- dynamodb.git</url >
129
- <connection >scm: git: git// github.com/audienceproject/spark-dynamodb.git</connection>
130
- <developerConnection >scm: git: ssh:// github.com: audienceproject/ spark- dynamodb.git</developerConnection >
133
+ <url >git@ github.com: rehevkor5/ spark- dynamodb.git</url >
134
+ <connection >scm: git: git// github.com/rehevkor5/spark-dynamodb.git</connection>
135
+ <developerConnection >scm: git: ssh:// github.com: rehevkor5/ spark- dynamodb.git</developerConnection >
136
+ <tag >expedia</tag >
131
137
</scm >
132
138
<developers >
133
139
<developer >
0 commit comments