Skip to content

Commit ee86f76

Browse files
committed
Revert previous commit to amend commit message
This reverts commit f4c97b0.
1 parent f4c97b0 commit ee86f76

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: java
22
dist: trusty
33
jdk:
4-
- openjdk8
4+
- openjdk7
5+
- oraclejdk8
56

67
notifications:
78
email: true
@@ -57,15 +58,15 @@ deploy:
5758
skip_cleanup: true
5859
on:
5960
branch: master
60-
jdk: openjdk8
61+
jdk: openjdk7
6162
- provider: bintray
6263
file: bintray-config.json
6364
user: $BINTRAY_USER
6465
key: $BINTRAY_APIKEY
6566
skip_cleanup: true
6667
on:
6768
tags: true
68-
jdk: openjdk8
69+
jdk: openjdk7
6970
- provider: releases
7071
api_key: $GH_TOKEN
7172
file_glob: true
@@ -74,13 +75,13 @@ deploy:
7475
skip_cleanup: true
7576
on:
7677
tags: true
77-
jdk: openjdk8
78+
jdk: openjdk7
7879
- provider: script
7980
script: "./build/push-javadoc-to-gh-pages.sh"
8081
skip_cleanup: true
8182
on:
8283
tags: true
83-
jdk: openjdk8
84+
jdk: openjdk7
8485

8586
# Ask bintray to sync the just-deployed artifact to maven central
8687
after_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can use this project by defining it as a dependency within your Java SDK pro
2828
```
2929

3030
## Prerequisites
31-
- Java SE version 8 or newer is required
31+
- Java SE version 7 or newer is required
3232

3333
## Javadoc
3434
You can find the Javadoc for this project here: https://ibm.github.io/java-sdk-core/

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<checkstyle-plugin-version>3.0.0</checkstyle-plugin-version>
4141
<jacoco-plugin-version>0.8.3</jacoco-plugin-version>
4242
<compiler-plugin-version>3.8.0</compiler-plugin-version>
43-
<okhttp3-version>3.14.9</okhttp3-version>
43+
<okhttp3-version>3.12.1</okhttp3-version>
4444
<logback-version>1.2.3</logback-version>
4545
<guava-version>27.1-android</guava-version>
4646
<gson-version>2.8.5</gson-version>

0 commit comments

Comments
 (0)