Skip to content

Commit

Permalink
Dry run of v3 update, to run publish to maven local snapshot version …
Browse files Browse the repository at this point in the history
…of EC from github.com/envoyproxy/java-control-plane/pull/140/
  • Loading branch information
slonka committed Aug 6, 2020
1 parent 5923d37 commit 8f8fa29
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 1,066 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
Expand Down Expand Up @@ -36,6 +37,7 @@ allprojects {
project.version = scmVersion.version

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven {
Expand All @@ -51,7 +53,7 @@ allprojects {
// TODO(https://github.com/allegro/envoy-control/issues/102):
// upgrade to latest 1.3.x for bugfixes and performance improvements
kotlin : '1.3.0',
java_controlplane : '0.1.24-optimization-SNAPSHOT',
java_controlplane : '0.1.24-SNAPSHOT',
spring_boot : '2.1.5.RELEASE',
grpc : '1.21.0',
jaxb : '2.3.1',
Expand Down

This file was deleted.

Loading

0 comments on commit 8f8fa29

Please sign in to comment.