diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index 04dfb19..b661b81 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -12,7 +12,7 @@ com.fizzgate fizz-bootstrap - 2.0.0-beta7 + 2.0.0-beta8 1.8 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 62be9f5..6fcfb46 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta7 + 2.0.0-beta8 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index 1262d47..5cfa756 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta7 + 2.0.0-beta8 ../pom.xml 4.0.0 diff --git a/fizz-core/src/main/java/we/plugin/auth/App.java b/fizz-core/src/main/java/we/plugin/auth/App.java index 3c20beb..ab7763a 100644 --- a/fizz-core/src/main/java/we/plugin/auth/App.java +++ b/fizz-core/src/main/java/we/plugin/auth/App.java @@ -59,7 +59,7 @@ public class App { public String config; - public Map ips = new HashMap<>(8); + public Map ips = new HashMap<>(8); public void setUseAuth(int i) { if (i == AUTH_TYPE.SIGN || i == AUTH_TYPE.SECRETKEY || i == AUTH_TYPE.CUSTOM) { diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 2160a78..2e547c2 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta7 + 2.0.0-beta8 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 29d2386..97cedf3 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.0.0-beta7 + 2.0.0-beta8 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 78c391c..3608732 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.0.0-beta7 + 2.0.0-beta8 pom fizz-common