Skip to content

Commit

Permalink
chore: updating release to make it easier
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj committed Jul 2, 2024
1 parent 1c6681b commit 10dd99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ jobs:
- uses: bcgov-nr/[email protected]
name: Spring Coverage
with:
commands: |
mvn versions:use-dep-version -DdepVersion=${{ needs.vars.outputs.semver }}.PR${{ github.event.number }} -Dincludes=ca.bc.gov.nrs-commons:forest-client-core -DforceVersion=true --file pom.xml
mvn -B verify -P all-tests checkstyle:checkstyle -Dcheckstyle.skip=false --file pom.xml
commands: |
mvn -B verify -P all-tests checkstyle:checkstyle -Dcheckstyle.skip=false -Dcore.version=${{ needs.vars.outputs.semver }}.PR${{ github.event.number }} --file pom.xml
dir: spring
java-cache: maven
java-distribution: temurin
Expand Down
7 changes: 4 additions & 3 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,21 @@
</sonar.coverage.exclusions>
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml
</sonar.java.checkstyle.reportPaths>

<testcontainers.version>1.19.8</testcontainers.version>

<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>
<oci.revision>${project.version}</oci.revision>
<flyway.version>10.15.0</flyway.version>
<!-- Client Core library version -->
<!-- DO NOT CHANGE IT MANUALLY. IT IS HANDLED BY GITHUB ACTIONS -->
<core.version>0.0.2</core.version>
</properties>

<dependencies>
<dependency>
<groupId>ca.bc.gov.nrs-commons</groupId>
<artifactId>forest-client-core</artifactId>
<version>0.0.2</version>
<version>${core.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 10dd99b

Please sign in to comment.