Skip to content

Commit

Permalink
Change version (#34)
Browse files Browse the repository at this point in the history
Change version revision
  • Loading branch information
jeandelavarene authored Oct 19, 2023
1 parent b2d7041 commit 070bc83
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 19 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>${revision}</version>
<version>1.0.0</version>
<packaging>jar</packaging>

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

<dependencyManagement>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${revision}</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
5 changes: 2 additions & 3 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>${revision}</version>
<version>1.0.0</version>
<packaging>jar</packaging>

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

<dependencies>
Expand Down Expand Up @@ -52,5 +52,4 @@
</plugin>
</plugins>
</build>

</project>
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>${revision}</version>
<version>1.0.0</version>
<packaging>jar</packaging>

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

<dependencyManagement>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${revision}</version>
<version>1.0.0</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>${revision}</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>${revision}</version>
<version>1.0.0</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>${revision}</version>
<version>1.0.0</version>
<packaging>jar</packaging>

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

<dependencies>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-azure</artifactId>
<version>${revision}</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-oci</artifactId>
<version>${revision}</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.oracle.database.security</groupId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@

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

<name>Extensions for the Oracle JDBC Driver</name>

<properties>
<revision>1.0.0</revision>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<jdbc.version>23.3.0.23.09</jdbc.version>
Expand Down Expand Up @@ -55,7 +54,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${revision}</version>
<version>1.0.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down Expand Up @@ -128,5 +127,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 070bc83

Please sign in to comment.