Skip to content

Commit

Permalink
1.0.7 - release
Browse files Browse the repository at this point in the history
  • Loading branch information
grabdoc committed Jun 20, 2024
1 parent d87053a commit a38807a
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ deliver context-aware, reasoning applications without any vendor lock-in. :bulb:

| Release | Download |
|----------------------|-----------------------------------------------------------------------------------|
| 1.0.6 | [DB2Rest-1.0.6](https://download.db2rest.com/db2rest-1.0.6.jar) |
| Oracle9i - 1.0.6 | [DB2Rest-Oracle9i-1.0.6](https://download.db2rest.com/db2rest-oracle9i-1.0.6.jar) |
| 1.0.6 (Docker Image) | ` docker pull kdhrubo/db2rest:v75 ` |
| 1.0.7 | [DB2Rest-1.0.7](https://download.db2rest.com/db2rest-1.0.7.jar) |
| Oracle9i - 1.0.7 | [DB2Rest-Oracle9i-1.0.7](https://download.db2rest.com/db2rest-oracle9i-1.0.7.jar) |
| 1.0.7 (Docker Image) | ` docker pull kdhrubo/db2rest:v77 ` |

# Quick start guides

Expand Down
2 changes: 1 addition & 1 deletion api-rest/pom-oracle9i.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion api-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion db2rest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mariadb-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mongo-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mysql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion oracle-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion oracle9i-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion pg-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<packaging>pom</packaging>
<name>DB2Rest parent</name>
<description>An Open Source instant REST Data API for databases. This is the DB2Rest parent Maven project.</description>
Expand Down
2 changes: 1 addition & 1 deletion rdbms-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rdbms-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rdbms-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion rest-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.0.7-RC3</version>
<version>1.0.7</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down

0 comments on commit a38807a

Please sign in to comment.