Skip to content

Commit

Permalink
Merge pull request #445 from rpmoore/3_4_0_prep
Browse files Browse the repository at this point in the history
Getting ready for the first offical 3.4 sdk release
  • Loading branch information
RachelTucker authored Feb 9, 2017
2 parents 024843d + 2f8292c commit 10060d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The SDK can also be included directly into a Maven or Gradle build. There is als
<dependency>
<groupId>com.spectralogic.ds3</groupId>
<artifactId>ds3-sdk</artifactId>
<version>3.2.9</version>
<version>3.4.0</version>
<!-- <classifier>all</classifier> -->
</dependency>
...
Expand All @@ -64,8 +64,8 @@ repositories {
dependencies {
...
compile 'com.spectralogic.ds3:ds3-sdk:3.2.9'
// compile 'com.spectralogic.ds3:ds3-sdk:3.2.9:all'
compile 'com.spectralogic.ds3:ds3-sdk:3.4.0'
// compile 'com.spectralogic.ds3:ds3-sdk:3.4.0:all'
...
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

allprojects {
group = 'com.spectralogic.ds3'
version = '3.4.0-RC2'
version = '3.4.0'
}

subprojects {
Expand Down

0 comments on commit 10060d8

Please sign in to comment.