Skip to content

Commit

Permalink
v2.0 ~ v3.9 사용할 수 있게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-mingu committed Nov 30, 2016
1 parent 32f2051 commit 01bd919
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gradle/2.0/taskArtifacts/cache.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#Wed Nov 30 16:06:13 KST 2016
Binary file added .gradle/2.0/taskArtifacts/cache.properties.lock
Binary file not shown.
Binary file added .gradle/2.0/taskArtifacts/fileHashes.bin
Binary file not shown.
Binary file added .gradle/2.0/taskArtifacts/fileSnapshots.bin
Binary file not shown.
Binary file added .gradle/2.0/taskArtifacts/outputFileStates.bin
Binary file not shown.
Binary file added .gradle/2.0/taskArtifacts/taskArtifacts.bin
Binary file not shown.
Binary file added build/libs/openpaas-service-broker.war
Binary file not shown.
Binary file added build/libs/openpaas-service-broker.war.original
Binary file not shown.
2 changes: 2 additions & 0 deletions build/tmp/war/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public BrokerApiVersion brokerApiVersion() {
//example
//"2.5"
//"2.5, 2.6, 2.7"
return new BrokerApiVersion("2.5, 2.7, 2.6, 2.8");
return new BrokerApiVersion("2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9");
}
}

0 comments on commit 01bd919

Please sign in to comment.