This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +35
-21
lines changed Expand file tree Collapse file tree 3 files changed +35
-21
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,20 @@ organization := "com.audienceproject"
2
2
3
3
name := " spark-dynamodb"
4
4
5
- version := " 0.3.2 "
5
+ version := " 0.3.3 "
6
6
7
7
description := " Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB."
8
8
9
- scalaVersion := " 2.11.12"
9
+ scalaVersion := " 2.12.7"
10
+
11
+ crossScalaVersions := Seq (" 2.11.12" , " 2.12.7" )
10
12
11
13
resolvers += " DynamoDBLocal" at " https://s3-us-west-2.amazonaws.com/dynamodb-local/release"
12
14
13
15
libraryDependencies += " com.amazonaws" % " aws-java-sdk-dynamodb" % " 1.11.325"
14
16
libraryDependencies += " com.amazonaws" % " DynamoDBLocal" % " [1.11,2.0)" % " test"
15
17
16
- libraryDependencies += " org.apache.spark" %% " spark-sql" % " 2.3.1 " % " provided"
18
+ libraryDependencies += " org.apache.spark" %% " spark-sql" % " 2.4.0 " % " provided"
17
19
libraryDependencies += " com.google.guava" % " guava" % " 14.0.1" % " provided"
18
20
19
21
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.5" % " test"
Original file line number Diff line number Diff line change 1
- sbt.version = 0.13.15
1
+ sbt.version = 1.2.6
Original file line number Diff line number Diff line change 1
- box : bigtruedata/sbt:0.13.15-2.11
1
+ box :
2
+ id : audienceproject/jvm
3
+ username : $DOCKERHUB_ACCOUNT
4
+ password : $DOCKERHUB_PASSWORD
5
+ tag : latest
2
6
3
7
build :
4
- steps :
8
+ steps :
5
9
- script :
6
- name : Compile
7
- code : |
8
- sbt clean compile
9
-
10
- publish :
11
- steps :
10
+ name : Compile
11
+ code : |
12
+ sbt clean compile dependencyUpdates
12
13
- script :
13
- name : Publish
14
- code : |
15
- mkdir -p ~/.sbt/0.13/
16
- touch ~/.sbt/0.13/sonatype.sbt
17
- echo 'credentials += Credentials("Sonatype Nexus Repository Manager",' >> ~/.sbt/0.13/sonatype.sbt
18
- echo ' "oss.sonatype.org",' >> ~/.sbt/0.13/sonatype.sbt
19
- echo ' "'$NEXUS_USER'",' >> ~/.sbt/0.13/sonatype.sbt
20
- echo ' "'$NEXUS_PASSWORD'")' >> ~/.sbt/0.13/sonatype.sbt
21
- sbt publish
14
+ name : Clean again
15
+ code : |
16
+ sbt clean
17
+
18
+ publish-snapshot :
19
+ steps :
20
+ -
audienceproject/[email protected] :
21
+ user : $NEXUS_USER
22
+ password : $NEXUS_PASSWORD
23
+ private-key : $NEXUS_PK
24
+ passphrase : $NEXUS_PASSPHRASE
25
+
26
+ publish-release :
27
+ steps :
28
+ -
audienceproject/[email protected] :
29
+ user : $NEXUS_USER
30
+ password : $NEXUS_PASSWORD
31
+ private-key : $NEXUS_PK
32
+ passphrase : $NEXUS_PASSPHRASE
33
+ destination : RELEASE
You can’t perform that action at this time.
0 commit comments