From 963e94f22c1ca2ceb0551d209614b1e21c4a0b87 Mon Sep 17 00:00:00 2001 From: Jakob Vogel Date: Sun, 6 Jun 2021 16:19:25 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Upgrades=20to=20Java=2016=20=E2=98=95?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- pom.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index bc4aeb6..3f21fd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ clone: steps: - name: compile - image: hub.scireum.com/scireum/sirius-build:latest + image: hub.scireum.com/scireum/sirius-build-jdk16:latest commands: - mvn clean compile volumes: *scireum_volumes @@ -26,7 +26,7 @@ steps: - push - name: test - image: hub.scireum.com/scireum/sirius-build:latest + image: hub.scireum.com/scireum/sirius-build-jdk16:latest commands: - mvn clean test volumes: *scireum_volumes @@ -35,7 +35,7 @@ steps: - pull_request - name: sonar - image: hub.scireum.com/scireum/sirius-build:latest + image: hub.scireum.com/scireum/sirius-build-jdk16:latest commands: - "sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml" - "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test sonar:sonar -Dsonar.projectKey=${DRONE_REPO_NAME}" @@ -45,7 +45,7 @@ steps: - tag - name: package - image: hub.scireum.com/scireum/sirius-build:latest + image: hub.scireum.com/scireum/sirius-build-jdk16:latest commands: - "sed -i 's/DEVELOPMENT-SNAPSHOT/${DRONE_TAG}/g' pom.xml" - mvn clean package -DskipTests @@ -71,7 +71,7 @@ steps: - tag - name: site - image: hub.scireum.com/scireum/sirius-build:latest + image: hub.scireum.com/scireum/sirius-build-jdk16:latest commands: - "echo \"$SSH_KEY\" > /tmp/sshkey" - chmod 600 /tmp/sshkey diff --git a/pom.xml b/pom.xml index 1b369b3..78f8b31 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.scireum sirius-parent - 7.0.1 + 8.0.1 s3ninja DEVELOPMENT-SNAPSHOT @@ -16,8 +16,8 @@ http://s3ninja.net - ga-1.0.1 - ga-1.1.0 + dev-j16-1.0 + dev-j16-1.1 From 3d90818c7cdf14000ab10f3113f4eb9c2e88570c Mon Sep 17 00:00:00 2001 From: Jakob Vogel Date: Sun, 6 Jun 2021 16:35:12 +0200 Subject: [PATCH 2/3] =?UTF-8?q?Upgrades=20AWS=20SDK=20to=201.11.1034=20?= =?UTF-8?q?=F0=9F=93=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78f8b31..2b3b7a6 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ com.amazonaws aws-java-sdk-s3 - 1.11.921 + 1.11.1034 test From 7af3980c63527ca523caa79b73c76693d469fcaa Mon Sep 17 00:00:00 2001 From: Jakob Vogel Date: Mon, 7 Jun 2021 14:21:43 +0200 Subject: [PATCH 3/3] =?UTF-8?q?Upgrades=20sirius=20dependencies=20?= =?UTF-8?q?=F0=9F=AA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2b3b7a6..f0087da 100644 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ http://s3ninja.net - dev-j16-1.0 - dev-j16-1.1 + dev-23.0.0 + dev-35.0.0