Skip to content

Commit

Permalink
Merge pull request #148 from liquibase/DAT-16417
Browse files Browse the repository at this point in the history
chore(pom.xml): add newline at the end of the file for consistency an…
  • Loading branch information
jandroav authored Dec 12, 2023
2 parents 915834b + ad2ff12 commit 08279ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
extraCommand: mvn install:install-file -Dfile=lib/vertica-jdbc-7.1.0-0.jar -DgroupId=vertica-jdbc -DartifactId=com.vertica -Dversion=7.1.0 -Dpackaging=jar
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
needs: authorize
uses: liquibase/build-logic/.github/workflows/[email protected]
secrets: inherit
with:
extraCommand: mvn install:install-file -Dfile=lib/vertica-jdbc-7.1.0-0.jar -DgroupId=vertica-jdbc -DartifactId=com.vertica -Dversion=7.1.0 -Dpackaging=jar

integration-tests:
name: Java ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 08279ea

Please sign in to comment.