Skip to content

Commit f8aa0f5

Browse files
Database Starter 24.3.0 (#140)
Signed-off-by: Anders Swanson <[email protected]>
1 parent abd1cfc commit f8aa0f5

File tree

11 files changed

+20
-20
lines changed
  • database/starters
    • oracle-spring-boot-starter-aqjms
    • oracle-spring-boot-starter-json-collections
    • oracle-spring-boot-starter-okafka
    • oracle-spring-boot-starter-samples
      • oracle-spring-boot-sample-json-duality
      • oracle-spring-boot-sample-json-events
      • oracle-spring-boot-sample-okafka
      • oracle-spring-boot-sample-ucp-jpa
    • oracle-spring-boot-starter-ucp
    • scripts

11 files changed

+20
-20
lines changed

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

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

1919
<!-- Project Information -->

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.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-okafka/pom.xml

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-okafka</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.0</version>
1717

1818
<name>Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues</name>
1919
<description>Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues</description>

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-duality</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description>

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-events</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Events Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Events</description>

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-okafka</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.0</version>
1717

1818
<name>Oracle Spring Boot Starter - OKafka Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for OKafka</description>

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-ucp-jpa</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

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

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

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

+2-2
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.2.0</version>
11+
<version>24.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
16-
<version>24.2.0</version>
16+
<version>24.3.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

+1-1
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.2.0</version>
10+
<version>24.3.0</version>
1111

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

database/starters/scripts/deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ PACKAGES="$(mvn -Dexec.executable='echo' -Dexec.args='${project.artifactId}' exe
4949
printf "The following artifacts have been created for upload:\n\n"
5050
for PACKAGE in $PACKAGES; do
5151
if [[ "$PACKAGE" != *"-sample"* ]]; then
52-
echo "com.oracle.cloud.spring:${PACKAGE}:${VERSION}"
52+
echo "com.oracle.database.spring:${PACKAGE}:${VERSION}"
5353
fi
5454
done

0 commit comments

Comments
 (0)