Skip to content

Commit

Permalink
Bump circleci openjdk image to 17 (#90)
Browse files Browse the repository at this point in the history
* Bump circleci openjdk image to 17

Signed-off-by: Stanislav Trailov <stanislav.trailov@bosch.io>

* deprecated circleci image to cimg

Signed-off-by: Stanislav Trailov <stanislav.trailov@bosch.io>

* add license template

Signed-off-by: Stanislav Trailov <stanislav.trailov@bosch.io>

* Refer latest hawkbit snapshot
Signed-off-by: Stanislav Trailov <stanislav.trailov@bosch.io>

---------

Signed-off-by: Stanislav Trailov <stanislav.trailov@bosch.io>
  • Loading branch information
strailov committed Jun 6, 2023
1 parent 97a298f commit da79e99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
working_directory: ~/hawkBit-extensions

docker:
- image: circleci/openjdk:11.0.13-jdk-buster
- image: cimg/openjdk:17.0.7
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_ACCESSTOKEN
Expand Down
6 changes: 6 additions & 0 deletions licenses/LICENSE_HEADER_TEMPLATE_BOSCH_23.txt
@@ -0,0 +1,6 @@
Copyright (c) 2023 Bosch.IO GmbH and others.

All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-parent</artifactId>
<version>0.3.0M8</version>
<version>0.3.0-SNAPSHOT</version>
</parent>

<artifactId>hawkbit-extensions-parent</artifactId>
Expand All @@ -40,7 +40,7 @@
</distributionManagement>

<properties>
<hawkbit.version>0.3.0M8</hawkbit.version>
<hawkbit.version>0.3.0-SNAPSHOT</hawkbit.version>
<aws.sdk.version>1.12.400</aws.sdk.version>
<gcp.sdk.version>0.77.0-alpha</gcp.sdk.version>

Expand Down

0 comments on commit da79e99

Please sign in to comment.