From b6666650cda7e92a556b06ded8314ca259616e9d Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 31 Mar 2021 10:48:10 +0200 Subject: [PATCH] Polishing. Update license headers to use https. --- .../org/springframework/data/release/build/BuildCommands.java | 2 +- .../springframework/data/release/build/BuildConfiguration.java | 2 +- .../org/springframework/data/release/build/BuildExecutor.java | 2 +- .../org/springframework/data/release/build/BuildOperations.java | 2 +- .../org/springframework/data/release/build/BuildSystem.java | 2 +- .../org/springframework/data/release/build/CommandLine.java | 2 +- .../java/org/springframework/data/release/build/GroupId.java | 2 +- .../org/springframework/data/release/build/MavenArtifact.java | 2 +- .../springframework/data/release/build/MavenBuildSystem.java | 2 +- .../org/springframework/data/release/build/MavenProperties.java | 2 +- .../org/springframework/data/release/build/MavenRuntime.java | 2 +- .../java/org/springframework/data/release/build/ParentPom.java | 2 +- src/main/java/org/springframework/data/release/build/Pom.java | 2 +- .../java/org/springframework/data/release/build/PomUpdater.java | 2 +- .../java/org/springframework/data/release/build/Repository.java | 2 +- .../springframework/data/release/build/UpdateInformation.java | 2 +- .../springframework/data/release/dependency/Dependencies.java | 2 +- .../org/springframework/data/release/dependency/Dependency.java | 2 +- .../data/release/dependency/DependencyCommands.java | 2 +- .../data/release/dependency/DependencyOperations.java | 2 +- .../data/release/dependency/DependencyUpgradeProposal.java | 2 +- .../data/release/dependency/DependencyUpgradeProposals.java | 2 +- .../data/release/dependency/DependencyVersion.java | 2 +- .../data/release/dependency/DependencyVersions.java | 2 +- .../data/release/dependency/ProjectDependencies.java | 2 +- .../springframework/data/release/git/ParsedCommitMessage.java | 2 +- .../springframework/data/release/issues/TicketReference.java | 2 +- .../data/release/issues/github/ChangelogGenerator.java | 2 +- .../data/release/issues/github/ChangelogSection.java | 2 +- .../data/release/issues/github/ChangelogSections.java | 2 +- .../springframework/data/release/issues/github/GitHubIssue.java | 2 +- .../data/release/issues/github/GitHubLabels.java | 2 +- .../data/release/issues/github/GitHubRelease.java | 2 +- .../data/release/issues/github/GitHubSupport.java | 2 +- .../org/springframework/data/release/issues/github/Label.java | 2 +- .../data/release/issues/github/LabelConfiguration.java | 2 +- .../data/release/issues/github/LabelFactories.java | 2 +- .../springframework/data/release/issues/github/Milestone.java | 2 +- .../data/release/issues/github/ProjectLabelConfiguration.java | 2 +- .../data/release/model/DocumentationMetadata.java | 2 +- src/main/java/org/springframework/data/release/model/Gpg.java | 2 +- .../org/springframework/data/release/model/ProjectAware.java | 2 +- .../data/release/utils/ExecutorConfiguration.java | 2 +- .../org/springframework/data/release/WireMockExtension.java | 2 +- .../springframework/data/release/build/ArgumentUnitTest.java | 2 +- .../data/release/build/MavenIntegrationTests.java | 2 +- .../data/release/build/MavenPropertiesUnitTests.java | 2 +- .../data/release/build/UpdateInformationUnitTests.java | 2 +- .../dependency/DependencyOperationsIntegrationTests.java | 2 +- .../data/release/dependency/DependencyOperationsUnitTests.java | 2 +- .../release/dependency/DependencyUpgradeProposalsUnitTests.java | 2 +- .../data/release/dependency/DependencyVersionUnitTests.java | 2 +- .../data/release/deployment/DeploymentOperationsUnitTests.java | 2 +- .../org/springframework/data/release/git/CommitUnitTests.java | 2 +- .../data/release/git/ParsedCommitMessageUnitTests.java | 2 +- .../springframework/data/release/git/VersionTagsUnitTests.java | 2 +- .../data/release/misc/ReleaseOperationsIntegrationTests.java | 2 +- .../data/release/model/DocumentationMetadataUnitTests.java | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/src/main/java/org/springframework/data/release/build/BuildCommands.java b/src/main/java/org/springframework/data/release/build/BuildCommands.java index 48b31df..568107c 100644 --- a/src/main/java/org/springframework/data/release/build/BuildCommands.java +++ b/src/main/java/org/springframework/data/release/build/BuildCommands.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/src/main/java/org/springframework/data/release/build/BuildConfiguration.java b/src/main/java/org/springframework/data/release/build/BuildConfiguration.java index c9fb1aa..3c877b6 100644 --- a/src/main/java/org/springframework/data/release/build/BuildConfiguration.java +++ b/src/main/java/org/springframework/data/release/build/BuildConfiguration.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/src/main/java/org/springframework/data/release/build/BuildExecutor.java b/src/main/java/org/springframework/data/release/build/BuildExecutor.java index 46942c0..2b25c2b 100644 --- a/src/main/java/org/springframework/data/release/build/BuildExecutor.java +++ b/src/main/java/org/springframework/data/release/build/BuildExecutor.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/src/main/java/org/springframework/data/release/build/BuildOperations.java b/src/main/java/org/springframework/data/release/build/BuildOperations.java index fe37d65..238adc2 100644 --- a/src/main/java/org/springframework/data/release/build/BuildOperations.java +++ b/src/main/java/org/springframework/data/release/build/BuildOperations.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/src/main/java/org/springframework/data/release/build/BuildSystem.java b/src/main/java/org/springframework/data/release/build/BuildSystem.java index dbc71ca..538dd77 100644 --- a/src/main/java/org/springframework/data/release/build/BuildSystem.java +++ b/src/main/java/org/springframework/data/release/build/BuildSystem.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/src/main/java/org/springframework/data/release/build/CommandLine.java b/src/main/java/org/springframework/data/release/build/CommandLine.java index 0f6a5e5..26a752c 100644 --- a/src/main/java/org/springframework/data/release/build/CommandLine.java +++ b/src/main/java/org/springframework/data/release/build/CommandLine.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/src/main/java/org/springframework/data/release/build/GroupId.java b/src/main/java/org/springframework/data/release/build/GroupId.java index d4a0cd5..36ea2b7 100644 --- a/src/main/java/org/springframework/data/release/build/GroupId.java +++ b/src/main/java/org/springframework/data/release/build/GroupId.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/src/main/java/org/springframework/data/release/build/MavenArtifact.java b/src/main/java/org/springframework/data/release/build/MavenArtifact.java index d454079..4eae809 100644 --- a/src/main/java/org/springframework/data/release/build/MavenArtifact.java +++ b/src/main/java/org/springframework/data/release/build/MavenArtifact.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/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java b/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java index a4582f9..281ca09 100644 --- a/src/main/java/org/springframework/data/release/build/MavenBuildSystem.java +++ b/src/main/java/org/springframework/data/release/build/MavenBuildSystem.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/src/main/java/org/springframework/data/release/build/MavenProperties.java b/src/main/java/org/springframework/data/release/build/MavenProperties.java index 5bfe1c8..0a1ed39 100644 --- a/src/main/java/org/springframework/data/release/build/MavenProperties.java +++ b/src/main/java/org/springframework/data/release/build/MavenProperties.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/src/main/java/org/springframework/data/release/build/MavenRuntime.java b/src/main/java/org/springframework/data/release/build/MavenRuntime.java index a7d233a..bff68d3 100644 --- a/src/main/java/org/springframework/data/release/build/MavenRuntime.java +++ b/src/main/java/org/springframework/data/release/build/MavenRuntime.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/src/main/java/org/springframework/data/release/build/ParentPom.java b/src/main/java/org/springframework/data/release/build/ParentPom.java index 8e1ccfc..7149572 100644 --- a/src/main/java/org/springframework/data/release/build/ParentPom.java +++ b/src/main/java/org/springframework/data/release/build/ParentPom.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/src/main/java/org/springframework/data/release/build/Pom.java b/src/main/java/org/springframework/data/release/build/Pom.java index b101666..930bc09 100644 --- a/src/main/java/org/springframework/data/release/build/Pom.java +++ b/src/main/java/org/springframework/data/release/build/Pom.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/src/main/java/org/springframework/data/release/build/PomUpdater.java b/src/main/java/org/springframework/data/release/build/PomUpdater.java index c17e0ff..2c75176 100644 --- a/src/main/java/org/springframework/data/release/build/PomUpdater.java +++ b/src/main/java/org/springframework/data/release/build/PomUpdater.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/src/main/java/org/springframework/data/release/build/Repository.java b/src/main/java/org/springframework/data/release/build/Repository.java index eb26c17..64bd44c 100644 --- a/src/main/java/org/springframework/data/release/build/Repository.java +++ b/src/main/java/org/springframework/data/release/build/Repository.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/src/main/java/org/springframework/data/release/build/UpdateInformation.java b/src/main/java/org/springframework/data/release/build/UpdateInformation.java index 9ac077c..2b5bb10 100644 --- a/src/main/java/org/springframework/data/release/build/UpdateInformation.java +++ b/src/main/java/org/springframework/data/release/build/UpdateInformation.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/src/main/java/org/springframework/data/release/dependency/Dependencies.java b/src/main/java/org/springframework/data/release/dependency/Dependencies.java index cc2dcc2..76ece01 100644 --- a/src/main/java/org/springframework/data/release/dependency/Dependencies.java +++ b/src/main/java/org/springframework/data/release/dependency/Dependencies.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/src/main/java/org/springframework/data/release/dependency/Dependency.java b/src/main/java/org/springframework/data/release/dependency/Dependency.java index 16bd42c..d7e3464 100644 --- a/src/main/java/org/springframework/data/release/dependency/Dependency.java +++ b/src/main/java/org/springframework/data/release/dependency/Dependency.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/src/main/java/org/springframework/data/release/dependency/DependencyCommands.java b/src/main/java/org/springframework/data/release/dependency/DependencyCommands.java index 2b0b0d0..0a50ac9 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyCommands.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyCommands.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/src/main/java/org/springframework/data/release/dependency/DependencyOperations.java b/src/main/java/org/springframework/data/release/dependency/DependencyOperations.java index 1c41388..64baa4b 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyOperations.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyOperations.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/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposal.java b/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposal.java index a74cd15..afb6cf9 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposal.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposal.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/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposals.java b/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposals.java index 16367a5..fee1c33 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposals.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyUpgradeProposals.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/src/main/java/org/springframework/data/release/dependency/DependencyVersion.java b/src/main/java/org/springframework/data/release/dependency/DependencyVersion.java index 67502dc..bc7e7e2 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyVersion.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyVersion.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/src/main/java/org/springframework/data/release/dependency/DependencyVersions.java b/src/main/java/org/springframework/data/release/dependency/DependencyVersions.java index 13ba1de..e132d55 100644 --- a/src/main/java/org/springframework/data/release/dependency/DependencyVersions.java +++ b/src/main/java/org/springframework/data/release/dependency/DependencyVersions.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/src/main/java/org/springframework/data/release/dependency/ProjectDependencies.java b/src/main/java/org/springframework/data/release/dependency/ProjectDependencies.java index 77c5c9c..d93f3d7 100644 --- a/src/main/java/org/springframework/data/release/dependency/ProjectDependencies.java +++ b/src/main/java/org/springframework/data/release/dependency/ProjectDependencies.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/src/main/java/org/springframework/data/release/git/ParsedCommitMessage.java b/src/main/java/org/springframework/data/release/git/ParsedCommitMessage.java index 335cc81..6d12ca3 100644 --- a/src/main/java/org/springframework/data/release/git/ParsedCommitMessage.java +++ b/src/main/java/org/springframework/data/release/git/ParsedCommitMessage.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/src/main/java/org/springframework/data/release/issues/TicketReference.java b/src/main/java/org/springframework/data/release/issues/TicketReference.java index c2c0665..c1912c2 100644 --- a/src/main/java/org/springframework/data/release/issues/TicketReference.java +++ b/src/main/java/org/springframework/data/release/issues/TicketReference.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/src/main/java/org/springframework/data/release/issues/github/ChangelogGenerator.java b/src/main/java/org/springframework/data/release/issues/github/ChangelogGenerator.java index ab09eea..3eff1ea 100644 --- a/src/main/java/org/springframework/data/release/issues/github/ChangelogGenerator.java +++ b/src/main/java/org/springframework/data/release/issues/github/ChangelogGenerator.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/src/main/java/org/springframework/data/release/issues/github/ChangelogSection.java b/src/main/java/org/springframework/data/release/issues/github/ChangelogSection.java index 0ecf614..395424e 100644 --- a/src/main/java/org/springframework/data/release/issues/github/ChangelogSection.java +++ b/src/main/java/org/springframework/data/release/issues/github/ChangelogSection.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/src/main/java/org/springframework/data/release/issues/github/ChangelogSections.java b/src/main/java/org/springframework/data/release/issues/github/ChangelogSections.java index 5369a04..39ddee5 100644 --- a/src/main/java/org/springframework/data/release/issues/github/ChangelogSections.java +++ b/src/main/java/org/springframework/data/release/issues/github/ChangelogSections.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/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java b/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java index 9ed0edb..522078f 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubIssue.java +++ b/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/src/main/java/org/springframework/data/release/issues/github/GitHubLabels.java b/src/main/java/org/springframework/data/release/issues/github/GitHubLabels.java index 454dff8..f0a2221 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubLabels.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubLabels.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/src/main/java/org/springframework/data/release/issues/github/GitHubRelease.java b/src/main/java/org/springframework/data/release/issues/github/GitHubRelease.java index c947591..e6acfe8 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubRelease.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubRelease.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/src/main/java/org/springframework/data/release/issues/github/GitHubSupport.java b/src/main/java/org/springframework/data/release/issues/github/GitHubSupport.java index 2df43cb..930c330 100644 --- a/src/main/java/org/springframework/data/release/issues/github/GitHubSupport.java +++ b/src/main/java/org/springframework/data/release/issues/github/GitHubSupport.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/src/main/java/org/springframework/data/release/issues/github/Label.java b/src/main/java/org/springframework/data/release/issues/github/Label.java index 5198510..f4ec751 100644 --- a/src/main/java/org/springframework/data/release/issues/github/Label.java +++ b/src/main/java/org/springframework/data/release/issues/github/Label.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/src/main/java/org/springframework/data/release/issues/github/LabelConfiguration.java b/src/main/java/org/springframework/data/release/issues/github/LabelConfiguration.java index af56f11..207b3a6 100644 --- a/src/main/java/org/springframework/data/release/issues/github/LabelConfiguration.java +++ b/src/main/java/org/springframework/data/release/issues/github/LabelConfiguration.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/src/main/java/org/springframework/data/release/issues/github/LabelFactories.java b/src/main/java/org/springframework/data/release/issues/github/LabelFactories.java index f7195b2..5575369 100644 --- a/src/main/java/org/springframework/data/release/issues/github/LabelFactories.java +++ b/src/main/java/org/springframework/data/release/issues/github/LabelFactories.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/src/main/java/org/springframework/data/release/issues/github/Milestone.java b/src/main/java/org/springframework/data/release/issues/github/Milestone.java index 8a04aa0..79dc667 100644 --- a/src/main/java/org/springframework/data/release/issues/github/Milestone.java +++ b/src/main/java/org/springframework/data/release/issues/github/Milestone.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/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java b/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java index 57217b2..88931bb 100644 --- a/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.java +++ b/src/main/java/org/springframework/data/release/issues/github/ProjectLabelConfiguration.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/src/main/java/org/springframework/data/release/model/DocumentationMetadata.java b/src/main/java/org/springframework/data/release/model/DocumentationMetadata.java index 6b4e3e3..494a7f9 100644 --- a/src/main/java/org/springframework/data/release/model/DocumentationMetadata.java +++ b/src/main/java/org/springframework/data/release/model/DocumentationMetadata.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/src/main/java/org/springframework/data/release/model/Gpg.java b/src/main/java/org/springframework/data/release/model/Gpg.java index d0a538f..962de17 100644 --- a/src/main/java/org/springframework/data/release/model/Gpg.java +++ b/src/main/java/org/springframework/data/release/model/Gpg.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/src/main/java/org/springframework/data/release/model/ProjectAware.java b/src/main/java/org/springframework/data/release/model/ProjectAware.java index 3adec6c..9385ea7 100644 --- a/src/main/java/org/springframework/data/release/model/ProjectAware.java +++ b/src/main/java/org/springframework/data/release/model/ProjectAware.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/src/main/java/org/springframework/data/release/utils/ExecutorConfiguration.java b/src/main/java/org/springframework/data/release/utils/ExecutorConfiguration.java index 38659eb..c555c56 100644 --- a/src/main/java/org/springframework/data/release/utils/ExecutorConfiguration.java +++ b/src/main/java/org/springframework/data/release/utils/ExecutorConfiguration.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/src/test/java/org/springframework/data/release/WireMockExtension.java b/src/test/java/org/springframework/data/release/WireMockExtension.java index 8e7faaa..02e8987 100644 --- a/src/test/java/org/springframework/data/release/WireMockExtension.java +++ b/src/test/java/org/springframework/data/release/WireMockExtension.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/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java b/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java index e7b5f5b..4b9aa80 100644 --- a/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.java +++ b/src/test/java/org/springframework/data/release/build/ArgumentUnitTest.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/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java b/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java index 0ea4514..23ce4ea 100644 --- a/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/build/MavenIntegrationTests.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/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java b/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java index 489fbe3..60be935 100644 --- a/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.java +++ b/src/test/java/org/springframework/data/release/build/MavenPropertiesUnitTests.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/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java b/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java index 1230571..8016e61 100644 --- a/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.java +++ b/src/test/java/org/springframework/data/release/build/UpdateInformationUnitTests.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/src/test/java/org/springframework/data/release/dependency/DependencyOperationsIntegrationTests.java b/src/test/java/org/springframework/data/release/dependency/DependencyOperationsIntegrationTests.java index e068370..caf6985 100644 --- a/src/test/java/org/springframework/data/release/dependency/DependencyOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/dependency/DependencyOperationsIntegrationTests.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/src/test/java/org/springframework/data/release/dependency/DependencyOperationsUnitTests.java b/src/test/java/org/springframework/data/release/dependency/DependencyOperationsUnitTests.java index d700fcd..d55f696 100644 --- a/src/test/java/org/springframework/data/release/dependency/DependencyOperationsUnitTests.java +++ b/src/test/java/org/springframework/data/release/dependency/DependencyOperationsUnitTests.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/src/test/java/org/springframework/data/release/dependency/DependencyUpgradeProposalsUnitTests.java b/src/test/java/org/springframework/data/release/dependency/DependencyUpgradeProposalsUnitTests.java index 4e8aed3..5628b02 100644 --- a/src/test/java/org/springframework/data/release/dependency/DependencyUpgradeProposalsUnitTests.java +++ b/src/test/java/org/springframework/data/release/dependency/DependencyUpgradeProposalsUnitTests.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/src/test/java/org/springframework/data/release/dependency/DependencyVersionUnitTests.java b/src/test/java/org/springframework/data/release/dependency/DependencyVersionUnitTests.java index c2dbebd..44d981e 100644 --- a/src/test/java/org/springframework/data/release/dependency/DependencyVersionUnitTests.java +++ b/src/test/java/org/springframework/data/release/dependency/DependencyVersionUnitTests.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/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java index af95257..f03757a 100644 --- a/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.java +++ b/src/test/java/org/springframework/data/release/deployment/DeploymentOperationsUnitTests.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/src/test/java/org/springframework/data/release/git/CommitUnitTests.java b/src/test/java/org/springframework/data/release/git/CommitUnitTests.java index f3448d0..18f84c5 100644 --- a/src/test/java/org/springframework/data/release/git/CommitUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/CommitUnitTests.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/src/test/java/org/springframework/data/release/git/ParsedCommitMessageUnitTests.java b/src/test/java/org/springframework/data/release/git/ParsedCommitMessageUnitTests.java index c95e3c9..947a0d3 100644 --- a/src/test/java/org/springframework/data/release/git/ParsedCommitMessageUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/ParsedCommitMessageUnitTests.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/src/test/java/org/springframework/data/release/git/VersionTagsUnitTests.java b/src/test/java/org/springframework/data/release/git/VersionTagsUnitTests.java index 605f5dd..257b667 100644 --- a/src/test/java/org/springframework/data/release/git/VersionTagsUnitTests.java +++ b/src/test/java/org/springframework/data/release/git/VersionTagsUnitTests.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/src/test/java/org/springframework/data/release/misc/ReleaseOperationsIntegrationTests.java b/src/test/java/org/springframework/data/release/misc/ReleaseOperationsIntegrationTests.java index 498b43e..fda4197 100644 --- a/src/test/java/org/springframework/data/release/misc/ReleaseOperationsIntegrationTests.java +++ b/src/test/java/org/springframework/data/release/misc/ReleaseOperationsIntegrationTests.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/src/test/java/org/springframework/data/release/model/DocumentationMetadataUnitTests.java b/src/test/java/org/springframework/data/release/model/DocumentationMetadataUnitTests.java index ec0eada..ba8e9f6 100644 --- a/src/test/java/org/springframework/data/release/model/DocumentationMetadataUnitTests.java +++ b/src/test/java/org/springframework/data/release/model/DocumentationMetadataUnitTests.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,