diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccabeed..89c79fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: "!contains(github.event.head_commit.message, '[skip release]')" steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca0d782..8298523 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/README.md b/README.md index 1e972d2..bea66e7 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,6 @@ export JAVA_OPTS="-Dhttp.proxyHost=PROXY_HOST -Dhttp.proxyPort=PROXY_PORT -Dhttp ``` ## License -Copyright (C) 2019-2024 HERE Europe B.V. +Copyright (C) 2019-2025 HERE Europe B.V. Unless otherwise noted in `LICENSE` files for specific files or directories, the [LICENSE](LICENSE) in the root applies to all content in this repository. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala index 4be5642..7b82758 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactResolverPlugin.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala index 28ed5fe..59124f1 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLHandler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala index 42ef6f3..813179d 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/ArtifactURLResolver.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala index d0b012c..840283a 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala index 663f1f5..3ac1bfd 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/Credentials.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala index 3c150c4..69aea83 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/auth/HereAuth.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala index bb6beae..2f70432 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/ArtifactURLConnection.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala index a264734..ec39ba2 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/connection/Handler.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala index dddc90a..30e9cbc 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/ArtifactNotFoundException.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala index 867e595..caa5dd2 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/error/RegisterException.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala index 8084c8d..76339c8 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolver.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala index 883d242..1efdca1 100644 --- a/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala +++ b/src/main/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala index 522468c..4586989 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/UnitSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala index ffc7d25..725d559 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/XRateLimitServiceUnavailableRetryStrategyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2024 HERE Europe B.V. + * Copyright (C) 2018-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala index 2c53e98..1f6b99b 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/ArtifactPropertiesResolverTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala index 2e2960d..1cb7472 100644 --- a/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala +++ b/src/test/scala/com/here/platform/artifact/sbt/resolver/utils/HttpUtilsTest.scala @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 HERE Europe B.V. + * Copyright (C) 2019-2025 HERE Europe B.V. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.