From a25ff3ae28026f132871f7172c6ba5c3b64e1671 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Fri, 22 Mar 2019 10:33:00 -0700 Subject: [PATCH] #107 - URL Cleanup. This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to: https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200). * [ ] http://www.apache.org/licenses/LICENSE-2.0 with 150 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). Original Pull Request: #111 --- LICENSE.txt | 4 ++-- .../commons/convert/DefaultTypeMapperBenchmark.java | 2 +- .../commons/convert/TypicalEntityReaderBenchmark.java | 2 +- .../data/microbenchmark/commons/convert/MyDataClass.kt | 2 +- .../data/microbenchmark/mongodb/ProjectionsBenchmark.java | 2 +- .../microbenchmark/mongodb/convert/DbRefMappingBenchmark.java | 2 +- .../mongodb/convert/MappingMongoConverterBenchmark.java | 2 +- .../data/microbenchmark/common/AbstractMicrobenchmark.java | 2 +- .../data/microbenchmark/common/HttpResultsWriter.java | 2 +- .../data/microbenchmark/common/JmhSupport.java | 2 +- .../data/microbenchmark/common/Microbenchmark.java | 2 +- .../data/microbenchmark/common/MongoResultsWriter.java | 2 +- .../data/microbenchmark/common/ResultsWriter.java | 2 +- .../java/org/springframework/data/release/Application.java | 2 +- .../java/org/springframework/data/release/CliComponent.java | 2 +- .../springframework/data/release/CustomShellComponent.java | 2 +- .../java/org/springframework/data/release/Streamable.java | 2 +- .../java/org/springframework/data/release/TimedCommand.java | 2 +- .../data/release/announcement/AnnouncementCommands.java | 2 +- .../data/release/announcement/AnnouncementOperations.java | 2 +- .../org/springframework/data/release/cli/ModelCommands.java | 2 +- .../org/springframework/data/release/cli/ReleaseCommands.java | 2 +- .../data/release/cli/SpringDataReleaseCliBannerProvider.java | 2 +- .../data/release/cli/SpringDataReleaseCliPromptProvider.java | 2 +- .../org/springframework/data/release/cli/StaticResources.java | 2 +- .../org/springframework/data/release/cli/TrainConverter.java | 2 +- .../data/release/cli/TrainIterationConverter.java | 2 +- .../data/release/deployment/ArtifactoryClient.java | 2 +- .../data/release/deployment/ArtifactoryCommands.java | 2 +- .../data/release/deployment/DefaultDeploymentInformation.java | 2 +- .../data/release/deployment/DeploymentConfiguration.java | 2 +- .../data/release/deployment/DeploymentInformation.java | 2 +- .../data/release/deployment/DeploymentOperations.java | 2 +- .../data/release/deployment/DeploymentProperties.java | 2 +- .../org/springframework/data/release/deployment/Errors.java | 2 +- .../org/springframework/data/release/git/BackportTargets.java | 2 +- .../java/org/springframework/data/release/git/Branch.java | 2 +- .../java/org/springframework/data/release/git/Branches.java | 2 +- .../java/org/springframework/data/release/git/Commit.java | 2 +- .../org/springframework/data/release/git/GitCommands.java | 2 +- .../org/springframework/data/release/git/GitOperations.java | 2 +- .../java/org/springframework/data/release/git/GitProject.java | 2 +- .../org/springframework/data/release/git/GitProperties.java | 2 +- .../java/org/springframework/data/release/git/GitServer.java | 2 +- .../main/java/org/springframework/data/release/git/Tag.java | 2 +- .../org/springframework/data/release/git/TicketBranches.java | 2 +- .../org/springframework/data/release/git/VersionTags.java | 2 +- .../org/springframework/data/release/io/CommandResult.java | 2 +- .../data/release/io/CommonsExecOsCommandOperations.java | 2 +- .../org/springframework/data/release/io/IoProperties.java | 2 +- .../org/springframework/data/release/io/OsOperations.java | 2 +- .../java/org/springframework/data/release/io/Workspace.java | 2 +- .../springframework/data/release/io/WorkspaceCommands.java | 2 +- .../org/springframework/data/release/issues/Changelog.java | 2 +- .../org/springframework/data/release/issues/IssueTracker.java | 2 +- .../data/release/issues/IssueTrackerCommands.java | 2 +- .../data/release/issues/IssueTrackerConfiguration.java | 2 +- .../java/org/springframework/data/release/issues/Ticket.java | 2 +- .../org/springframework/data/release/issues/TicketStatus.java | 2 +- .../java/org/springframework/data/release/issues/Tickets.java | 2 +- .../springframework/data/release/issues/github/GitHub.java | 2 +- .../data/release/issues/github/GitHubIssue.java | 2 +- .../data/release/issues/github/GitHubMilestone.java | 2 +- .../data/release/issues/github/GitHubProperties.java | 2 +- .../data/release/issues/github/GithubTicketStatus.java | 2 +- .../data/release/issues/jira/CreatedJiraIssue.java | 2 +- .../springframework/data/release/issues/jira/Credentials.java | 2 +- .../org/springframework/data/release/issues/jira/Jira.java | 2 +- .../data/release/issues/jira/JiraComponent.java | 2 +- .../data/release/issues/jira/JiraComponents.java | 2 +- .../data/release/issues/jira/JiraConnector.java | 2 +- .../springframework/data/release/issues/jira/JiraIssue.java | 2 +- .../data/release/issues/jira/JiraIssueUpdate.java | 2 +- .../springframework/data/release/issues/jira/JiraIssues.java | 2 +- .../data/release/issues/jira/JiraProperties.java | 2 +- .../data/release/issues/jira/JiraReleaseVersion.java | 2 +- .../data/release/issues/jira/JiraReleaseVersions.java | 2 +- .../data/release/issues/jira/JiraTicketStatus.java | 2 +- .../springframework/data/release/issues/jira/JiraVersion.java | 2 +- .../springframework/data/release/issues/jira/JqlQuery.java | 2 +- .../springframework/data/release/misc/ReleaseOperations.java | 2 +- .../data/release/model/ArtifactCoordinate.java | 2 +- .../data/release/model/ArtifactCoordinates.java | 2 +- .../springframework/data/release/model/ArtifactVersion.java | 2 +- .../org/springframework/data/release/model/Iteration.java | 2 +- .../springframework/data/release/model/IterationVersion.java | 2 +- .../java/org/springframework/data/release/model/Masked.java | 2 +- .../java/org/springframework/data/release/model/Module.java | 2 +- .../springframework/data/release/model/ModuleIteration.java | 2 +- .../java/org/springframework/data/release/model/Modules.java | 2 +- .../java/org/springframework/data/release/model/Password.java | 2 +- .../java/org/springframework/data/release/model/Phase.java | 2 +- .../java/org/springframework/data/release/model/Project.java | 2 +- .../org/springframework/data/release/model/ProjectKey.java | 2 +- .../java/org/springframework/data/release/model/Projects.java | 2 +- .../java/org/springframework/data/release/model/Release.java | 2 +- .../org/springframework/data/release/model/ReleaseTrains.java | 2 +- .../java/org/springframework/data/release/model/Tracker.java | 2 +- .../java/org/springframework/data/release/model/Train.java | 2 +- .../springframework/data/release/model/TrainIteration.java | 2 +- .../org/springframework/data/release/model/Transition.java | 2 +- .../org/springframework/data/release/model/VersionAware.java | 2 +- .../data/release/sagan/DefaultSaganClient.java | 2 +- .../springframework/data/release/sagan/DummySaganClient.java | 2 +- .../springframework/data/release/sagan/MaintainedVersion.java | 2 +- .../data/release/sagan/MaintainedVersions.java | 2 +- .../springframework/data/release/sagan/ProjectMetadata.java | 2 +- .../org/springframework/data/release/sagan/SaganClient.java | 2 +- .../org/springframework/data/release/sagan/SaganCommands.java | 2 +- .../data/release/sagan/SaganConfiguration.java | 2 +- .../springframework/data/release/sagan/SaganOperations.java | 2 +- .../springframework/data/release/sagan/SaganProperties.java | 2 +- .../springframework/data/release/utils/ExecutionUtils.java | 2 +- .../data/release/utils/HttpBasicCredentials.java | 2 +- .../data/release/utils/ListWrapperCollector.java | 2 +- .../java/org/springframework/data/release/utils/Logger.java | 2 +- .../org/springframework/data/release/utils/StreamUtils.java | 2 +- .../data/release/AbstractIntegrationTests.java | 2 +- .../org/springframework/data/release/ApplicationTests.java | 2 +- .../org/springframework/data/release/ArtifactUnitTests.java | 2 +- .../data/release/cli/ReleaseCommandsIntegrationTests.java | 2 +- .../deployment/DeploymentInformationIntegrationTests.java | 2 +- .../deployment/DeploymentOperationsIntegrationTests.java | 2 +- .../data/release/git/BackportTargetsUnitTests.java | 2 +- .../org/springframework/data/release/git/BranchUnitTests.java | 2 +- .../data/release/git/GitOperationsIntegrationTests.java | 2 +- .../springframework/data/release/git/GitProjectUnitTests.java | 2 +- .../data/release/git/GitPropertiesIntegrationTests.java | 2 +- .../data/release/io/IoPropertiesIntegrationTests.java | 2 +- .../issues/github/GitHubIssueTrackerIntegrationTests.java | 2 +- .../data/release/issues/github/GitHubIssueUnitTests.java | 2 +- .../data/release/issues/github/GithubMilestoneUnitTests.java | 2 +- .../data/release/issues/jira/JiraComponentsUnitTests.java | 2 +- .../release/issues/jira/JiraConnectorIntegrationTests.java | 2 +- .../data/release/issues/jira/JiraVersionUnitTests.java | 2 +- .../data/release/issues/jira/TicketsUnitTests.java | 2 +- .../data/release/model/ArtifactVersionUnitTests.java | 2 +- .../data/release/model/IterationUnitTests.java | 2 +- .../data/release/model/ModuleIterationUnitTests.java | 2 +- .../springframework/data/release/model/ProjectUnitTests.java | 2 +- .../data/release/model/SimpleIterationVersion.java | 2 +- .../springframework/data/release/model/TestReleaseTrains.java | 2 +- .../org/springframework/data/release/model/TrackerTest.java | 2 +- .../springframework/data/release/model/TrainsUnitTest.java | 2 +- .../data/release/sagan/MaintainedVersionUnitTests.java | 2 +- .../data/release/sagan/MaintainedVersionsUnitTests.java | 2 +- .../data/release/sagan/ProjectMetadataSerializationTests.java | 2 +- .../data/release/sagan/SaganOperationsIntegrationTests.java | 2 +- release-tools/src/test/resources/parent-pom.xml | 4 ++-- 149 files changed, 151 insertions(+), 151 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d645695..62589ed 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -193,7 +193,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/DefaultTypeMapperBenchmark.java b/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/DefaultTypeMapperBenchmark.java index f27f070..345ad51 100644 --- a/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/DefaultTypeMapperBenchmark.java +++ b/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/DefaultTypeMapperBenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/TypicalEntityReaderBenchmark.java b/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/TypicalEntityReaderBenchmark.java index 07e6845..036f8f0 100644 --- a/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/TypicalEntityReaderBenchmark.java +++ b/benchmark/commons/src/main/java/org/springframework/data/microbenchmark/commons/convert/TypicalEntityReaderBenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/commons/src/main/kotlin/org/springframework/data/microbenchmark/commons/convert/MyDataClass.kt b/benchmark/commons/src/main/kotlin/org/springframework/data/microbenchmark/commons/convert/MyDataClass.kt index 441a4ca..9cc7b1d 100644 --- a/benchmark/commons/src/main/kotlin/org/springframework/data/microbenchmark/commons/convert/MyDataClass.kt +++ b/benchmark/commons/src/main/kotlin/org/springframework/data/microbenchmark/commons/convert/MyDataClass.kt @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/ProjectionsBenchmark.java b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/ProjectionsBenchmark.java index 45089b1..2808f93 100644 --- a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/ProjectionsBenchmark.java +++ b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/ProjectionsBenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/DbRefMappingBenchmark.java b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/DbRefMappingBenchmark.java index ef674d6..60d820d 100644 --- a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/DbRefMappingBenchmark.java +++ b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/DbRefMappingBenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/MappingMongoConverterBenchmark.java b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/MappingMongoConverterBenchmark.java index 4ce2024..4fc209a 100644 --- a/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/MappingMongoConverterBenchmark.java +++ b/benchmark/mongodb/src/main/java/org/springframework/data/microbenchmark/mongodb/convert/MappingMongoConverterBenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/AbstractMicrobenchmark.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/AbstractMicrobenchmark.java index 392aa99..1173690 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/AbstractMicrobenchmark.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/AbstractMicrobenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/HttpResultsWriter.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/HttpResultsWriter.java index 00de702..8ac0718 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/HttpResultsWriter.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/HttpResultsWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/JmhSupport.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/JmhSupport.java index 24b8f47..96cb77d 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/JmhSupport.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/JmhSupport.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/Microbenchmark.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/Microbenchmark.java index 7ed5a1f..93c6f2a 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/Microbenchmark.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/Microbenchmark.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/MongoResultsWriter.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/MongoResultsWriter.java index 785a851..3881711 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/MongoResultsWriter.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/MongoResultsWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/ResultsWriter.java b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/ResultsWriter.java index 25a9375..3e14ac9 100644 --- a/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/ResultsWriter.java +++ b/benchmark/support/src/main/java/org/springframework/data/microbenchmark/common/ResultsWriter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/Application.java b/release-tools/src/main/java/org/springframework/data/release/Application.java index a9e921c..b4116a0 100644 --- a/release-tools/src/main/java/org/springframework/data/release/Application.java +++ b/release-tools/src/main/java/org/springframework/data/release/Application.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/CliComponent.java b/release-tools/src/main/java/org/springframework/data/release/CliComponent.java index 8e2fa2c..0782730 100644 --- a/release-tools/src/main/java/org/springframework/data/release/CliComponent.java +++ b/release-tools/src/main/java/org/springframework/data/release/CliComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/CustomShellComponent.java b/release-tools/src/main/java/org/springframework/data/release/CustomShellComponent.java index 92f4f7c..52d2a20 100644 --- a/release-tools/src/main/java/org/springframework/data/release/CustomShellComponent.java +++ b/release-tools/src/main/java/org/springframework/data/release/CustomShellComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/Streamable.java b/release-tools/src/main/java/org/springframework/data/release/Streamable.java index 701cb77..d347eea 100644 --- a/release-tools/src/main/java/org/springframework/data/release/Streamable.java +++ b/release-tools/src/main/java/org/springframework/data/release/Streamable.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/TimedCommand.java b/release-tools/src/main/java/org/springframework/data/release/TimedCommand.java index 5e0c4cf..a3f61cf 100644 --- a/release-tools/src/main/java/org/springframework/data/release/TimedCommand.java +++ b/release-tools/src/main/java/org/springframework/data/release/TimedCommand.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java b/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java index fa22b67..eb6cc80 100644 --- a/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java b/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java index 0a23de3..3790ed3 100644 --- a/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/announcement/AnnouncementOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/ModelCommands.java b/release-tools/src/main/java/org/springframework/data/release/cli/ModelCommands.java index 044f4ff..3fa46f4 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/ModelCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/ModelCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java b/release-tools/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java index d9ac61f..b49544f 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/ReleaseCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java b/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java index 106db4e..5c185f3 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliBannerProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java b/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java index 1f89041..7f33086 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/SpringDataReleaseCliPromptProvider.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/StaticResources.java b/release-tools/src/main/java/org/springframework/data/release/cli/StaticResources.java index 863136f..43bfd53 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/StaticResources.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/StaticResources.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/TrainConverter.java b/release-tools/src/main/java/org/springframework/data/release/cli/TrainConverter.java index b33b3bd..9d3abee 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/TrainConverter.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/TrainConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java b/release-tools/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java index 35bf1b4..d90d10a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java +++ b/release-tools/src/main/java/org/springframework/data/release/cli/TrainIterationConverter.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java b/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java index 3b21997..c516c6a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java b/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java index 4640db3..e28e768 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/ArtifactoryCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java b/release-tools/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java index c9fdb10..9dcc543 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/DefaultDeploymentInformation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java index d7bcb7b..7d3836b 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java index 5bf28e2..f61f337 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentInformation.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java index 895ceb7..edc37d4 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java index f29fa66..f63945c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/DeploymentProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/deployment/Errors.java b/release-tools/src/main/java/org/springframework/data/release/deployment/Errors.java index 92f0d3d..88c98dc 100644 --- a/release-tools/src/main/java/org/springframework/data/release/deployment/Errors.java +++ b/release-tools/src/main/java/org/springframework/data/release/deployment/Errors.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/BackportTargets.java b/release-tools/src/main/java/org/springframework/data/release/git/BackportTargets.java index 487a15d..20f5cfa 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/BackportTargets.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/BackportTargets.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/Branch.java b/release-tools/src/main/java/org/springframework/data/release/git/Branch.java index cb71cc5..b01b829 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/Branch.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/Branch.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/Branches.java b/release-tools/src/main/java/org/springframework/data/release/git/Branches.java index 6f575be..214e701 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/Branches.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/Branches.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/Commit.java b/release-tools/src/main/java/org/springframework/data/release/git/Commit.java index 7706954..753d2c1 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/Commit.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/Commit.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/GitCommands.java b/release-tools/src/main/java/org/springframework/data/release/git/GitCommands.java index ddc3c3d..93b8811 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/GitCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/GitCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/GitOperations.java b/release-tools/src/main/java/org/springframework/data/release/git/GitOperations.java index 5da4433..9694c1e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/GitOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/GitOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/GitProject.java b/release-tools/src/main/java/org/springframework/data/release/git/GitProject.java index 56f15a2..fae21b8 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/GitProject.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/GitProject.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/GitProperties.java b/release-tools/src/main/java/org/springframework/data/release/git/GitProperties.java index 2c58103..be69613 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/GitProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/GitProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/GitServer.java b/release-tools/src/main/java/org/springframework/data/release/git/GitServer.java index 3364d66..2eb9204 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/GitServer.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/GitServer.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/Tag.java b/release-tools/src/main/java/org/springframework/data/release/git/Tag.java index c0459b6..88f63ee 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/Tag.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/Tag.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/TicketBranches.java b/release-tools/src/main/java/org/springframework/data/release/git/TicketBranches.java index d84af9f..87ce825 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/TicketBranches.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/TicketBranches.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/git/VersionTags.java b/release-tools/src/main/java/org/springframework/data/release/git/VersionTags.java index 2b77eb3..4692a1d 100644 --- a/release-tools/src/main/java/org/springframework/data/release/git/VersionTags.java +++ b/release-tools/src/main/java/org/springframework/data/release/git/VersionTags.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/CommandResult.java b/release-tools/src/main/java/org/springframework/data/release/io/CommandResult.java index e8c2b48..addb5f2 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/CommandResult.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/CommandResult.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java b/release-tools/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java index 674c807..241d16c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/CommonsExecOsCommandOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java b/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java index fdb5a71..3df5948 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/IoProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/OsOperations.java b/release-tools/src/main/java/org/springframework/data/release/io/OsOperations.java index 6ef74a2..26aca3a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/OsOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/OsOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/Workspace.java b/release-tools/src/main/java/org/springframework/data/release/io/Workspace.java index e365f2c..a55475e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/Workspace.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/Workspace.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java b/release-tools/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java index 76838c8..56ee236 100644 --- a/release-tools/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/io/WorkspaceCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/Changelog.java b/release-tools/src/main/java/org/springframework/data/release/issues/Changelog.java index 61336ca..c5b3864 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/Changelog.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/Changelog.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTracker.java b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTracker.java index 572e167..b5869c3 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTracker.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTracker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerCommands.java b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerCommands.java index 8878100..dde435c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java index f8f6eb3..b9571f8 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/IssueTrackerConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/Ticket.java b/release-tools/src/main/java/org/springframework/data/release/issues/Ticket.java index ccbbead..9f12f6b 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/Ticket.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/Ticket.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/TicketStatus.java b/release-tools/src/main/java/org/springframework/data/release/issues/TicketStatus.java index 90dabcc..6d4935e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/TicketStatus.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/TicketStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/Tickets.java b/release-tools/src/main/java/org/springframework/data/release/issues/Tickets.java index c8760ba..58d363a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/Tickets.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/Tickets.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHub.java b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHub.java index 5bef78a..18f6f16 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHub.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHub.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java index 0277822..35065e6 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java index 6aa995b..4120ecc 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubMilestone.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java index 21946dd..dea9bd1 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/github/GitHubProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java b/release-tools/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java index 81de37f..be90e3c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/github/GithubTicketStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java index c6eccf4..c9b8921 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/CreatedJiraIssue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/Credentials.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/Credentials.java index c1cae96..825dc8c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/Credentials.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/Credentials.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/Jira.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/Jira.java index 27c1302..7bc233a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/Jira.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/Jira.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java index cdd066d..f285aba 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponent.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java index b803bcc..0751688 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraComponents.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java index 82c6f3a..cfc2c1e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraConnector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java index 0814a66..ca31ae8 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssue.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java index f64e3a3..7ef6379 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssueUpdate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java index 47fbfaf..f650a31 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraIssues.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java index bf8c71f..1d0d0d1 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java index 827d1ba..28befa2 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java index 8694603..c51e346 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraReleaseVersions.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java index 5cbb88b..ffbc742 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraTicketStatus.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java index dd2169a..b234e0c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JiraVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java index 95ef22f..ba59e7d 100644 --- a/release-tools/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java +++ b/release-tools/src/main/java/org/springframework/data/release/issues/jira/JqlQuery.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java b/release-tools/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java index fce7397..9603912 100644 --- a/release-tools/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/misc/ReleaseOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java index 46f8693..6b4760e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinate.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java index c41ec51..bcab0ff 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactCoordinates.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactVersion.java b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactVersion.java index 9193ef1..80f7758 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ArtifactVersion.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ArtifactVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Iteration.java b/release-tools/src/main/java/org/springframework/data/release/model/Iteration.java index 807dac5..eb1feb8 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Iteration.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Iteration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/IterationVersion.java b/release-tools/src/main/java/org/springframework/data/release/model/IterationVersion.java index 33b9afe..e6d914a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/IterationVersion.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/IterationVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Masked.java b/release-tools/src/main/java/org/springframework/data/release/model/Masked.java index 4499123..f79f11c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Masked.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Masked.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Module.java b/release-tools/src/main/java/org/springframework/data/release/model/Module.java index c58abef..16e1e9a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Module.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Module.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ModuleIteration.java b/release-tools/src/main/java/org/springframework/data/release/model/ModuleIteration.java index ebd444a..7b0305a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ModuleIteration.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ModuleIteration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Modules.java b/release-tools/src/main/java/org/springframework/data/release/model/Modules.java index 33b71df..1c24d28 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Modules.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Modules.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Password.java b/release-tools/src/main/java/org/springframework/data/release/model/Password.java index 1dbad3c..dd34d8a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Password.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Password.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Phase.java b/release-tools/src/main/java/org/springframework/data/release/model/Phase.java index 65d13c0..5f990a7 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Phase.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Phase.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Project.java b/release-tools/src/main/java/org/springframework/data/release/model/Project.java index 4453787..c1e9959 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Project.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Project.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ProjectKey.java b/release-tools/src/main/java/org/springframework/data/release/model/ProjectKey.java index 9140b4a..4bd9188 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ProjectKey.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ProjectKey.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Projects.java b/release-tools/src/main/java/org/springframework/data/release/model/Projects.java index bf67e10..f821a6c 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Projects.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Projects.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Release.java b/release-tools/src/main/java/org/springframework/data/release/model/Release.java index a6bc81b..6a30d37 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Release.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Release.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/ReleaseTrains.java b/release-tools/src/main/java/org/springframework/data/release/model/ReleaseTrains.java index 72b5348..e6fa978 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/ReleaseTrains.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/ReleaseTrains.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Tracker.java b/release-tools/src/main/java/org/springframework/data/release/model/Tracker.java index bf26dbd..4e826cf 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Tracker.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Tracker.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Train.java b/release-tools/src/main/java/org/springframework/data/release/model/Train.java index 92d24f9..fad726d 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Train.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Train.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/TrainIteration.java b/release-tools/src/main/java/org/springframework/data/release/model/TrainIteration.java index d12307f..5c2d0ea 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/TrainIteration.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/TrainIteration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/Transition.java b/release-tools/src/main/java/org/springframework/data/release/model/Transition.java index d5266af..590c8cf 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/Transition.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/Transition.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/model/VersionAware.java b/release-tools/src/main/java/org/springframework/data/release/model/VersionAware.java index 17a4c88..100c6dc 100644 --- a/release-tools/src/main/java/org/springframework/data/release/model/VersionAware.java +++ b/release-tools/src/main/java/org/springframework/data/release/model/VersionAware.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java b/release-tools/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java index 3ba36df..8fe088f 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/DefaultSaganClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java b/release-tools/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java index 0c8d4d7..e5ba023 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/DummySaganClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java b/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java index 4c2827d..0d3b429 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersions.java b/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersions.java index cf12184..370fae2 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersions.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/MaintainedVersions.java @@ -3,7 +3,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java b/release-tools/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java index 84bf52d..a2ed824 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/ProjectMetadata.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganClient.java b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganClient.java index b818cc8..8c80c20 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganClient.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganClient.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganCommands.java b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganCommands.java index a267c33..4a4ea52 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganCommands.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganCommands.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java index 5bc3f38..fbc9c93 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganConfiguration.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganOperations.java b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganOperations.java index c51d2e2..c6ab327 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganOperations.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganOperations.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganProperties.java b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganProperties.java index 3910cd5..327f7ca 100644 --- a/release-tools/src/main/java/org/springframework/data/release/sagan/SaganProperties.java +++ b/release-tools/src/main/java/org/springframework/data/release/sagan/SaganProperties.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java b/release-tools/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java index 29f7ce6..8419d28 100644 --- a/release-tools/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java +++ b/release-tools/src/main/java/org/springframework/data/release/utils/ExecutionUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java b/release-tools/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java index 39f325c..2111e0a 100644 --- a/release-tools/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java +++ b/release-tools/src/main/java/org/springframework/data/release/utils/HttpBasicCredentials.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java b/release-tools/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java index 3baeb10..085dd9e 100644 --- a/release-tools/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java +++ b/release-tools/src/main/java/org/springframework/data/release/utils/ListWrapperCollector.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/utils/Logger.java b/release-tools/src/main/java/org/springframework/data/release/utils/Logger.java index 6e90fe4..d52be62 100644 --- a/release-tools/src/main/java/org/springframework/data/release/utils/Logger.java +++ b/release-tools/src/main/java/org/springframework/data/release/utils/Logger.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/main/java/org/springframework/data/release/utils/StreamUtils.java b/release-tools/src/main/java/org/springframework/data/release/utils/StreamUtils.java index 33b3fc6..8014642 100644 --- a/release-tools/src/main/java/org/springframework/data/release/utils/StreamUtils.java +++ b/release-tools/src/main/java/org/springframework/data/release/utils/StreamUtils.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java index 64bb7d8..5ca0d68 100644 --- a/release-tools/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/AbstractIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/ApplicationTests.java b/release-tools/src/test/java/org/springframework/data/release/ApplicationTests.java index a269533..97cc97d 100644 --- a/release-tools/src/test/java/org/springframework/data/release/ApplicationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/ApplicationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/ArtifactUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/ArtifactUnitTests.java index 260dcb5..d613aa3 100644 --- a/release-tools/src/test/java/org/springframework/data/release/ArtifactUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/ArtifactUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java index 1997637..161ecaa 100644 --- a/release-tools/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/cli/ReleaseCommandsIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java index 92b2d00..43467f5 100644 --- a/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentInformationIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java index 39ef074..37781d1 100644 --- a/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java index 4d2c084..3e1ae65 100644 --- a/release-tools/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/git/BackportTargetsUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/git/BranchUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/git/BranchUnitTests.java index 5723e21..e0bb144 100644 --- a/release-tools/src/test/java/org/springframework/data/release/git/BranchUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/git/BranchUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java index 1c2b112..94695c0 100644 --- a/release-tools/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/git/GitOperationsIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java index d7b7786..9f6ab76 100644 --- a/release-tools/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/git/GitProjectUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java index b7d8503..f2939f3 100644 --- a/release-tools/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/git/GitPropertiesIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java index 7b4b2ee..fd1b7ad 100644 --- a/release-tools/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/io/IoPropertiesIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java index 3927296..d252963 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueTrackerIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java index 995ece9..0c6ea97 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/github/GitHubIssueUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java index c76139e..6909a82 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/github/GithubMilestoneUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java index 24eced6..531096c 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraComponentsUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java index 469d949..00f26dd 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraConnectorIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java index afbe1b8..8baa83c 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/jira/JiraVersionUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java index 40d7edf..186efa0 100644 --- a/release-tools/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/issues/jira/TicketsUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java index b606a2a..aa15c1c 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/ArtifactVersionUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/IterationUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/model/IterationUnitTests.java index 5277b87..74ca386 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/IterationUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/IterationUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java index 986f2a7..f27a4fd 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/ModuleIterationUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java index 318cd6c..452680c 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/ProjectUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java b/release-tools/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java index 3954531..7c83e76 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/SimpleIterationVersion.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java b/release-tools/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java index 93d09a9..7149189 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/TestReleaseTrains.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/TrackerTest.java b/release-tools/src/test/java/org/springframework/data/release/model/TrackerTest.java index e86c76f..caa0f2c 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/TrackerTest.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/TrackerTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java b/release-tools/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java index af6d61c..fc84040 100644 --- a/release-tools/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java +++ b/release-tools/src/test/java/org/springframework/data/release/model/TrainsUnitTest.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java index 60d7aca..fd5d9c8 100644 --- a/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java b/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java index 5c6dd1d..7333454 100644 --- a/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/sagan/MaintainedVersionsUnitTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java b/release-tools/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java index f8f0323..22054ef 100644 --- a/release-tools/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/sagan/ProjectMetadataSerializationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java b/release-tools/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java index 328a26e..131b1a0 100644 --- a/release-tools/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java +++ b/release-tools/src/test/java/org/springframework/data/release/sagan/SaganOperationsIntegrationTests.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/release-tools/src/test/resources/parent-pom.xml b/release-tools/src/test/resources/parent-pom.xml index dc9b366..0da9f60 100644 --- a/release-tools/src/test/resources/parent-pom.xml +++ b/release-tools/src/test/resources/parent-pom.xml @@ -58,7 +58,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Copyright 2008-2017 the original author or authors. @@ -66,7 +66,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,