From 699e5ce8099f29ce3f0f2568ceb26f7786efffab Mon Sep 17 00:00:00 2001 From: Mark Bowman Date: Wed, 24 May 2023 20:58:58 +0100 Subject: [PATCH] Update jenkins shared library and bump version --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 650cde0..3acb12f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -@Library('lco-shared-libs@0.1.0') _ +@Library('lco-shared-libs@0.2.0') _ pipeline { agent any diff --git a/pom.xml b/pom.xml index 6d54ce0..24e8ed6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ lcogt-pom pom Super pom - 1.1.2 + 1.2.0 Pom to be inherited by all lcogt projects. Las Cumbres Observatory