Skip to content

Commit

Permalink
Merge pull request #374 from kdhrubo/feature/369_support_oracle_9i
Browse files Browse the repository at this point in the history
#369 - support oracle 9i
  • Loading branch information
kdhrubo authored Mar 27, 2024
2 parents e9140aa + 5e3c41b commit b1f17b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom-oracle9i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<version>3.2.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.github.oracle9i</groupId>
<groupId>com.github</groupId>
<artifactId>db2rest-oracle9i</artifactId>
<version>0.2.3-ORCL-RC4</version>
<version>0.2.3-ORCL-RC5</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-RC4</version>
<version>0.2.3-RC5</version>
<name>db2rest</name>
<description>db2rest</description>
<properties>
Expand Down

0 comments on commit b1f17b4

Please sign in to comment.