Skip to content

Commit

Permalink
1.2.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
grabdoc committed Oct 3, 2024
1 parent 050515a commit 5594f38
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 55 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/oracle9i-github-publish.yml

This file was deleted.

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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
2 changes: 1 addition & 1 deletion mssql-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github</groupId>
<artifactId>db2rest-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3-RC1</version>
<relativePath>../pom.xml</relativePath>
<!-- lookup parent from repository -->
</parent>
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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</version>
<relativePath>../pom.xml</relativePath>

<!-- lookup parent from repository -->
Expand Down
12 changes: 6 additions & 6 deletions 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.2.2</version>
<version>1.2.3-RC1</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 All @@ -32,14 +32,14 @@
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com//kdhrubo/db2rest.git</connection>
<developerConnection>scm:git:https://github.com/kdhrubo/db2rest</developerConnection>
<url>https://github.com/kdhrubo/db2rest</url>
<connection>scm:git:git://github.com//9tigerio/db2rest.git</connection>
<developerConnection>scm:git:https://github.com/9tigerio/db2rest</developerConnection>
<url>https://github.com/9tigerio/db2rest</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/kdhrubo/db2rest/issues</url>
<url>https://github.com/9tigerio/db2rest/issues</url>
</issueManagement>

<!-- BEGIN MODULE LAYOUT -->
Expand Down Expand Up @@ -71,7 +71,7 @@
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/kdhrubo/db2rest</url>
<url>https://maven.pkg.github.com/9tigerio/db2rest</url>
</repository>
</distributionManagement>

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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</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.2.2</version>
<version>1.2.3-RC1</version>
<relativePath>../pom.xml</relativePath>

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

0 comments on commit 5594f38

Please sign in to comment.