Skip to content

Commit

Permalink
Updated release version and libraries to the latest version of the BO…
Browse files Browse the repository at this point in the history
…Ms (#99)

* Updated release version and libraries to the latest version of the BOMs and libraries (for those that do not have BOMs).

* Updated actions/setup-java version from v1 to v4 because of warning: The following actions uses node12 which is deprecated

* Back to v1
  • Loading branch information
fmeheust authored Sep 27, 2024
1 parent cc3f529 commit f9713da
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 16 deletions.
5 changes: 2 additions & 3 deletions ojdbc-provider-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
<name>Oracle JDBC Azure Providers</name>

<artifactId>ojdbc-provider-azure</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.25</version>
<version>1.2.27</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
3 changes: 1 addition & 2 deletions ojdbc-provider-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
<name>Oracle JDBC Providers Common Module</name>

<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
</parent>

<dependencies>
Expand Down
7 changes: 3 additions & 4 deletions ojdbc-provider-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
<name>Oracle JDBC GCP Providers</name>

<artifactId>ojdbc-provider-gcp</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.42.0</version>
<version>26.46.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions ojdbc-provider-oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
<name>Oracle JDBC OCI Providers</name>

<artifactId>ojdbc-provider-oci</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-bom</artifactId>
<version>3.44.1</version>
<version>3.49.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
5 changes: 2 additions & 3 deletions ojdbc-provider-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@

<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-opentelemetry</artifactId>
<version>1.0.1</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
</parent>

<properties>
<opentelemetry.version>1.40.0</opentelemetry.version>
<opentelemetry.version>1.42.1</opentelemetry.version>
</properties>

<dependencies>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.1</version>
<version>${extensions-version}</version>
<packaging>pom</packaging>

<name>Extensions for the Oracle JDBC Driver</name>
Expand Down Expand Up @@ -37,6 +37,7 @@
<mockito.version>4.11.0</mockito.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<extensions-version>1.0.2</extensions-version>
</properties>

<profiles>
Expand Down

0 comments on commit f9713da

Please sign in to comment.