Skip to content

Commit

Permalink
Remove ${extensions-version} references missed previously.
Browse files Browse the repository at this point in the history
  • Loading branch information
BidyadharM committed Jan 14, 2025
1 parent bf91af9 commit ccde13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ojdbc-provider-jackson-oson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${extensions-version}</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down
7 changes: 3 additions & 4 deletions 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>${extensions-version}</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>Extensions for the Oracle JDBC Driver</name>
Expand Down Expand Up @@ -37,7 +37,6 @@
<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 Expand Up @@ -70,7 +69,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${extensions-version}</version>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down Expand Up @@ -103,7 +102,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>${extensions-version}</version>
<version>1.0.2</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit ccde13c

Please sign in to comment.