Skip to content

Commit

Permalink
💚 use relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Nov 28, 2024
1 parent 794b820 commit c15814c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}
- name: Setup git user
uses: fregante/setup-git-user@v2
- name: Set up JDK 17 and OSSRH auth / GPG signing
- name: Set up JDK 21 and OSSRH auth / GPG signing
uses: actions/setup-java@v3
with:
java-version: "21"
Expand Down
1 change: 1 addition & 0 deletions oai-pmh-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-spring-boot-starter-parent</artifactId>
<version>${revision}</version>
<relativePath>../</relativePath>
</parent>

<artifactId>oai-pmh-schema</artifactId>
Expand Down
1 change: 1 addition & 0 deletions oai-pmh-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<groupId>de.muenchen.oss.oai</groupId>
<artifactId>oai-pmh-spring-boot-starter-parent</artifactId>
<version>${revision}</version>
<relativePath>../</relativePath>
</parent>

<artifactId>oai-pmh-spring-boot-starter</artifactId>
Expand Down

0 comments on commit c15814c

Please sign in to comment.