Skip to content

Commit

Permalink
Change version revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandelavarene committed Dec 18, 2023
1 parent c34ed2a commit 6f58d47
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions ojdbc-provider-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<name>Oracle JDBC Azure Providers</name>

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

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

<dependencyManagement>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>Oracle JDBC Providers Common Module</name>

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

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

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions ojdbc-provider-oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<name>Oracle JDBC OCI Providers</name>

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

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

<dependencyManagement>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

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

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

<properties>
Expand Down
8 changes: 4 additions & 4 deletions ojdbc-provider-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@
<name>Oracle JDBC Provider Code Samples</name>

<artifactId>ojdbc-provider-samples</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-azure</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-oci</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.oracle.database.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit 6f58d47

Please sign in to comment.