Skip to content

Commit 35b4020

Browse files
authored
Changes required
1 parent 9357d07 commit 35b4020

File tree

2 files changed

+2
-2
lines changed
  • database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<parent>
8-
<artifactId>oracle-spring-boot-starter-samples</artifactId>
8+
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
1010
<version>24.3.0</version>
1111
<relativePath>../pom.xml</relativePath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
66
<modelVersion>4.0.0</modelVersion>
77
<parent>
8-
<artifactId>oracle-spring-boot-starter-samples</artifactId>
8+
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
1010
<version>24.3.0</version>
1111
<relativePath>../pom.xml</relativePath>

0 commit comments

Comments
 (0)