Skip to content

Commit

Permalink
Update jenkins shared library and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
markBowman committed May 24, 2023
1 parent 8eadf09 commit 699e5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>lcogt-pom</artifactId>
<packaging>pom</packaging>
<name>Super pom</name>
<version>1.1.2</version>
<version>1.2.0</version>
<description>Pom to be inherited by all lcogt projects.</description>
<organization>
<name>Las Cumbres Observatory</name>
Expand Down

0 comments on commit 699e5ce

Please sign in to comment.