Skip to content

Commit c9cfd47

Browse files
Database starters 24.2.0 (#105)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent ca189b6 commit c9cfd47

File tree

6 files changed

+11
-11
lines changed
  • database/starters
    • oracle-spring-boot-starter-aqjms
    • oracle-spring-boot-starter-json-collections
    • oracle-spring-boot-starter-samples
    • oracle-spring-boot-starter-ucp

6 files changed

+11
-11
lines changed

database/starters/oracle-spring-boot-starter-aqjms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.1.0</version>
11+
<version>24.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
16-
<version>24.1.0</version>
16+
<version>24.2.0</version>
1717
<packaging>jar</packaging>
1818

1919
<!-- Project Information -->

database/starters/oracle-spring-boot-starter-json-collections/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.1.0</version>
11+
<version>24.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
16-
<version>24.1.0</version>
16+
<version>24.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Collections</name>
1919
<description>Spring Boot Starter for Oracle Database JSON colections</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.1.0</version>
11+
<version>24.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-ucp-jpa</artifactId>
16-
<version>24.1.0</version>
16+
<version>24.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP with JPA Sample</name>
1919
<description>Oracle Spring Boot Starter Sample UCP with JPA</description>

database/starters/oracle-spring-boot-starter-samples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.1.0</version>
11+
<version>24.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-samples</artifactId>
16-
<version>24.1.0</version>
16+
<version>24.2.0</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Oracle Spring Boot Starter - Samples</name>

database/starters/oracle-spring-boot-starter-ucp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>24.1.0</version>
11+
<version>24.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
16-
<version>24.1.0</version>
16+
<version>24.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP</name>
1919
<description>Oracle's implementation of Spring Boot Starter for using with Oracle UCP</description>

database/starters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.oracle.database.spring</groupId>
99
<artifactId>oracle-spring-boot-starters</artifactId>
10-
<version>24.1.0</version>
10+
<version>24.2.0</version>
1111

1212
<parent>
1313
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)