Skip to content

Commit

Permalink
Merge pull request #373 from kdhrubo/feature/369_support_oracle_9i
Browse files Browse the repository at this point in the history
Feature/369 support oracle 9i
  • Loading branch information
kdhrubo authored Mar 27, 2024
2 parents 6d6ba06 + 930af20 commit e9140aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oracle9i-github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./mvnw -B package --file pom-oracle9i.xml -DskipTests

- name: Publish to GitHub Packages Apache Maven
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml -DskipTests
run: ./mvnw deploy -s $GITHUB_WORKSPACE/settings.xml --file pom-oracle9i.xml -DskipTests
env:
GITHUB_TOKEN: ${{ github.token }}

2 changes: 1 addition & 1 deletion pom-oracle9i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.oracle9i</groupId>
<artifactId>db2rest-oracle9i</artifactId>
<version>0.2.3-ORCL-RC3</version>
<version>0.2.3-ORCL-RC4</version>
<name>db2rest-oracle9i</name>
<description>db2rest for legacy Oracle database</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github</groupId>
<artifactId>db2rest</artifactId>
<version>0.2.3-RC3</version>
<version>0.2.3-RC4</version>
<name>db2rest</name>
<description>db2rest</description>
<properties>
Expand Down

0 comments on commit e9140aa

Please sign in to comment.