Skip to content

Commit

Permalink
Vcap killer remove all of vcap services and v1 api.
Browse files Browse the repository at this point in the history
* remove all of v1 and vcap services code
  • Loading branch information
krujos committed Apr 6, 2016
1 parent b73a002 commit 8945c65
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 744 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'com.moowork.node'

jar {
baseName = 'willitconnect'
version = '0.5.2'
version = '1.0.0'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
applications:
- name: willitconnect
memory: 1G
path: build/libs/willitconnect-0.5.2.jar
path: build/libs/willitconnect-1.0.0.jar

18 changes: 0 additions & 18 deletions src/main/java/willitconnect/config/VcapServicesCheckerConfig.java

This file was deleted.

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/java/willitconnect/service/VcapServicesChecker.java

This file was deleted.

117 changes: 0 additions & 117 deletions src/main/java/willitconnect/service/util/EntryConsumer.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8945c65

Please sign in to comment.