Skip to content

Commit d5f8455

Browse files
author
Aliaksei Chorny
committed
Revert "ran petstore scripts"
This reverts commit 9616ada.
1 parent 9616ada commit d5f8455

File tree

576 files changed

+316
-3615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+316
-3615
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.17-SNAPSHOT
1+
2.3.0-SNAPSHOT

samples/client/petstore-security-test/java/okhttp-gson/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ if(hasProperty('target') && target == 'android') {
9494
}
9595

9696
dependencies {
97-
compile 'io.swagger:swagger-annotations:1.5.17'
97+
compile 'io.swagger:swagger-annotations:1.5.15'
9898
compile 'com.squareup.okhttp:okhttp:2.7.5'
9999
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
100100
compile 'com.google.code.gson:gson:2.8.1'
101-
compile 'io.gsonfire:gson-fire:1.8.0'
102101
compile 'org.threeten:threetenbp:1.3.5'
103102
testCompile 'junit:junit:4.12'
104103
}

samples/client/petstore-security-test/java/okhttp-gson/build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ lazy val root = (project in file(".")).
99
publishArtifact in (Compile, packageDoc) := false,
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
12-
"io.swagger" % "swagger-annotations" % "1.5.17",
12+
"io.swagger" % "swagger-annotations" % "1.5.15",
1313
"com.squareup.okhttp" % "okhttp" % "2.7.5",
1414
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
1515
"com.google.code.gson" % "gson" % "2.8.1",
1616
"org.threeten" % "threetenbp" % "1.3.5" % "compile",
17-
"io.gsonfire" % "gson-fire" % "1.8.0" % "compile",
1817
"junit" % "junit" % "4.12" % "test",
1918
"com.novocode" % "junit-interface" % "0.10" % "test"
2019
)

samples/client/petstore-security-test/java/okhttp-gson/git_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ git_remote=`git remote`
3636
if [ "$git_remote" = "" ]; then # git remote not defined
3737

3838
if [ "$GIT_TOKEN" = "" ]; then
39-
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
39+
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment."
4040
git remote add origin https://github.com/${git_user_id}/${git_repo_id}.git
4141
else
4242
git remote add origin https://${git_user_id}:${GIT_TOKEN}@github.com/${git_user_id}/${git_repo_id}.git

0 commit comments

Comments
 (0)