File tree Expand file tree Collapse file tree 6 files changed +16
-19
lines changed
ojdbc-provider-opentelemetry Expand file tree Collapse file tree 6 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 55 <name >Oracle JDBC Azure Providers</name >
66
77 <artifactId >ojdbc-provider-azure</artifactId >
8- <version >${revision} </version >
8+ <version >1.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <parent >
1212 <groupId >com.oracle.database.jdbc</groupId >
1313 <artifactId >ojdbc-extensions</artifactId >
14- <version >${revision} </version >
14+ <version >1.0.0 </version >
1515 </parent >
1616
1717 <dependencyManagement >
3030 <dependency >
3131 <groupId >com.oracle.database.jdbc</groupId >
3232 <artifactId >ojdbc-provider-common</artifactId >
33- <version >${revision} </version >
33+ <version >1.0.0 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 66 <name >Oracle JDBC Providers Common Module</name >
77
88 <artifactId >ojdbc-provider-common</artifactId >
9- <version >${revision} </version >
9+ <version >1.0.0 </version >
1010 <packaging >jar</packaging >
1111
1212 <parent >
1313 <groupId >com.oracle.database.jdbc</groupId >
1414 <artifactId >ojdbc-extensions</artifactId >
15- <version >${revision} </version >
15+ <version >1.0.0 </version >
1616 </parent >
1717
1818 <dependencies >
5252 </plugin >
5353 </plugins >
5454 </build >
55-
5655</project >
Original file line number Diff line number Diff line change 55 <name >Oracle JDBC OCI Providers</name >
66
77 <artifactId >ojdbc-provider-oci</artifactId >
8- <version >${revision} </version >
8+ <version >1.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <parent >
1212 <groupId >com.oracle.database.jdbc</groupId >
1313 <artifactId >ojdbc-extensions</artifactId >
14- <version >${revision} </version >
14+ <version >1.0.0 </version >
1515 </parent >
1616
1717 <dependencyManagement >
3030 <dependency >
3131 <groupId >com.oracle.database.jdbc</groupId >
3232 <artifactId >ojdbc-provider-common</artifactId >
33- <version >${revision} </version >
33+ <version >1.0.0 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >com.oracle.database.jdbc</groupId >
Original file line number Diff line number Diff line change 66
77 <groupId >com.oracle.database.jdbc</groupId >
88 <artifactId >ojdbc-provider-opentelemetry</artifactId >
9- <version >${revision} </version >
9+ <version >1.0.0 </version >
1010 <packaging >jar</packaging >
1111
1212 <parent >
1313 <groupId >com.oracle.database.jdbc</groupId >
1414 <artifactId >ojdbc-extensions</artifactId >
15- <version >${revision} </version >
15+ <version >1.0.0 </version >
1616 </parent >
1717
1818 <properties >
Original file line number Diff line number Diff line change 55 <name >Oracle JDBC Provider Code Samples</name >
66
77 <artifactId >ojdbc-provider-samples</artifactId >
8- <version >${revision} </version >
8+ <version >1.0.0 </version >
99 <packaging >jar</packaging >
1010
1111 <parent >
1212 <groupId >com.oracle.database.jdbc</groupId >
1313 <artifactId >ojdbc-extensions</artifactId >
14- <version >${revision} </version >
14+ <version >1.0.0 </version >
1515 </parent >
1616
1717 <dependencies >
1818 <dependency >
1919 <groupId >com.oracle.database.jdbc</groupId >
2020 <artifactId >ojdbc-provider-azure</artifactId >
21- <version >${revision} </version >
21+ <version >1.0.0 </version >
2222 </dependency >
2323 <dependency >
2424 <groupId >com.oracle.database.jdbc</groupId >
2525 <artifactId >ojdbc-provider-oci</artifactId >
26- <version >${revision} </version >
26+ <version >1.0.0 </version >
2727 </dependency >
2828 <dependency >
2929 <groupId >com.oracle.database.security</groupId >
Original file line number Diff line number Diff line change 44
55 <groupId >com.oracle.database.jdbc</groupId >
66 <artifactId >ojdbc-extensions</artifactId >
7- <version >${revision} </version >
7+ <version >1.0.0 </version >
88 <packaging >pom</packaging >
99
1010 <name >Extensions for the Oracle JDBC Driver</name >
1111
1212 <properties >
13- <revision >1.0.0</revision >
1413 <maven .compiler.target>8</maven .compiler.target>
1514 <maven .compiler.source>8</maven .compiler.source>
1615 <jdbc .version>23.3.0.23.09</jdbc .version>
5554 <dependency >
5655 <groupId >com.oracle.database.jdbc</groupId >
5756 <artifactId >ojdbc-provider-common</artifactId >
58- <version >${revision} </version >
57+ <version >1.0.0 </version >
5958 <classifier >tests</classifier >
6059 <type >test-jar</type >
6160 <scope >test</scope >
128127 </plugin >
129128 </plugins >
130129 </build >
131-
132130</project >
You can’t perform that action at this time.
0 commit comments