Skip to content

Commit

Permalink
Prevent git-commit-id-plugin failing while deploying instrument agent…
Browse files Browse the repository at this point in the history
… under java 17
  • Loading branch information
markBowman committed May 23, 2023
1 parent 4772f51 commit 8eadf09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.1</version>
<version>1.1.2</version>
<description>Pom to be inherited by all lcogt projects.</description>
<organization>
<name>Las Cumbres Observatory</name>
Expand Down Expand Up @@ -264,6 +264,7 @@
<injectAllReactorProjects>true</injectAllReactorProjects>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<prefix>git</prefix>
<verbose>false</verbose>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
Expand Down

0 comments on commit 8eadf09

Please sign in to comment.