From 17ef95ce5bad3ace92c9055a426b2b173aacc512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Leszko?= Date: Wed, 5 Aug 2020 15:59:34 +0200 Subject: [PATCH] Update checkstyle version and licenses (#46) --- checkstyle/ClassHeader.txt | 2 +- checkstyle/checkstyle.xml | 23 +++++++++++-------- checkstyle/suppressions.xml | 11 --------- pom.xml | 6 +++-- ...ast.spi.discovery.DiscoveryStrategyFactory | 1 + 5 files changed, 20 insertions(+), 23 deletions(-) diff --git a/checkstyle/ClassHeader.txt b/checkstyle/ClassHeader.txt index 304ad2ca97b8..0ad6f3ca5047 100644 --- a/checkstyle/ClassHeader.txt +++ b/checkstyle/ClassHeader.txt @@ -11,4 +11,4 @@ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - */ + */ \ No newline at end of file diff --git a/checkstyle/checkstyle.xml b/checkstyle/checkstyle.xml index 24a22cd95ae8..45500c7a0220 100644 --- a/checkstyle/checkstyle.xml +++ b/checkstyle/checkstyle.xml @@ -58,7 +58,9 @@ + @@ -103,10 +105,11 @@ - - - + + + + @@ -158,9 +161,6 @@ - - - @@ -224,7 +224,6 @@ - @@ -250,6 +249,7 @@ + @@ -297,7 +297,12 @@ - + + @@ -313,4 +318,4 @@ value="Please use UuidUtil.newUnsecureUUID() or UuidUtil.newSecureUUID() instead of UUID.randomUUID()"/> - \ No newline at end of file + diff --git a/checkstyle/suppressions.xml b/checkstyle/suppressions.xml index d2ada7da0d18..53a11bd6362d 100644 --- a/checkstyle/suppressions.xml +++ b/checkstyle/suppressions.xml @@ -21,15 +21,4 @@ - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 0d142f5a0458..9888eaacc6b6 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,9 @@ ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT ~ WARRANTIES OF ANY KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations under the License. - --> + --> + + 4.0.0 hazelcast-gcp @@ -41,7 +43,7 @@ 3.2.0 2.22.2 - 2.15 + 3.1.1 3.1.5 3.3.0.603 0.8.5 diff --git a/src/main/resources/META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory b/src/main/resources/META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory index 9a011bea4812..ef05fc0e568c 100644 --- a/src/main/resources/META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory +++ b/src/main/resources/META-INF/services/com.hazelcast.spi.discovery.DiscoveryStrategyFactory @@ -12,4 +12,5 @@ # WARRANTIES OF ANY KIND, either express or implied. See the License for the # specific language governing permissions and limitations under the License. # + com.hazelcast.gcp.GcpDiscoveryStrategyFactory \ No newline at end of file