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 5
5
<name >Oracle JDBC Azure Providers</name >
6
6
7
7
<artifactId >ojdbc-provider-azure</artifactId >
8
- <version >${revision} </version >
8
+ <version >1.0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<parent >
12
12
<groupId >com.oracle.database.jdbc</groupId >
13
13
<artifactId >ojdbc-extensions</artifactId >
14
- <version >${revision} </version >
14
+ <version >1.0.0 </version >
15
15
</parent >
16
16
17
17
<dependencyManagement >
30
30
<dependency >
31
31
<groupId >com.oracle.database.jdbc</groupId >
32
32
<artifactId >ojdbc-provider-common</artifactId >
33
- <version >${revision} </version >
33
+ <version >1.0.0 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 6
6
<name >Oracle JDBC Providers Common Module</name >
7
7
8
8
<artifactId >ojdbc-provider-common</artifactId >
9
- <version >${revision} </version >
9
+ <version >1.0.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<parent >
13
13
<groupId >com.oracle.database.jdbc</groupId >
14
14
<artifactId >ojdbc-extensions</artifactId >
15
- <version >${revision} </version >
15
+ <version >1.0.0 </version >
16
16
</parent >
17
17
18
18
<dependencies >
52
52
</plugin >
53
53
</plugins >
54
54
</build >
55
-
56
55
</project >
Original file line number Diff line number Diff line change 5
5
<name >Oracle JDBC OCI Providers</name >
6
6
7
7
<artifactId >ojdbc-provider-oci</artifactId >
8
- <version >${revision} </version >
8
+ <version >1.0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<parent >
12
12
<groupId >com.oracle.database.jdbc</groupId >
13
13
<artifactId >ojdbc-extensions</artifactId >
14
- <version >${revision} </version >
14
+ <version >1.0.0 </version >
15
15
</parent >
16
16
17
17
<dependencyManagement >
30
30
<dependency >
31
31
<groupId >com.oracle.database.jdbc</groupId >
32
32
<artifactId >ojdbc-provider-common</artifactId >
33
- <version >${revision} </version >
33
+ <version >1.0.0 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >com.oracle.database.jdbc</groupId >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.oracle.database.jdbc</groupId >
8
8
<artifactId >ojdbc-provider-opentelemetry</artifactId >
9
- <version >${revision} </version >
9
+ <version >1.0.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<parent >
13
13
<groupId >com.oracle.database.jdbc</groupId >
14
14
<artifactId >ojdbc-extensions</artifactId >
15
- <version >${revision} </version >
15
+ <version >1.0.0 </version >
16
16
</parent >
17
17
18
18
<properties >
Original file line number Diff line number Diff line change 5
5
<name >Oracle JDBC Provider Code Samples</name >
6
6
7
7
<artifactId >ojdbc-provider-samples</artifactId >
8
- <version >${revision} </version >
8
+ <version >1.0.0 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<parent >
12
12
<groupId >com.oracle.database.jdbc</groupId >
13
13
<artifactId >ojdbc-extensions</artifactId >
14
- <version >${revision} </version >
14
+ <version >1.0.0 </version >
15
15
</parent >
16
16
17
17
<dependencies >
18
18
<dependency >
19
19
<groupId >com.oracle.database.jdbc</groupId >
20
20
<artifactId >ojdbc-provider-azure</artifactId >
21
- <version >${revision} </version >
21
+ <version >1.0.0 </version >
22
22
</dependency >
23
23
<dependency >
24
24
<groupId >com.oracle.database.jdbc</groupId >
25
25
<artifactId >ojdbc-provider-oci</artifactId >
26
- <version >${revision} </version >
26
+ <version >1.0.0 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >com.oracle.database.security</groupId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.oracle.database.jdbc</groupId >
6
6
<artifactId >ojdbc-extensions</artifactId >
7
- <version >${revision} </version >
7
+ <version >1.0.0 </version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >Extensions for the Oracle JDBC Driver</name >
11
11
12
12
<properties >
13
- <revision >1.0.0</revision >
14
13
<maven .compiler.target>8</maven .compiler.target>
15
14
<maven .compiler.source>8</maven .compiler.source>
16
15
<jdbc .version>23.3.0.23.09</jdbc .version>
55
54
<dependency >
56
55
<groupId >com.oracle.database.jdbc</groupId >
57
56
<artifactId >ojdbc-provider-common</artifactId >
58
- <version >${revision} </version >
57
+ <version >1.0.0 </version >
59
58
<classifier >tests</classifier >
60
59
<type >test-jar</type >
61
60
<scope >test</scope >
128
127
</plugin >
129
128
</plugins >
130
129
</build >
131
-
132
130
</project >
You can’t perform that action at this time.
0 commit comments