Skip to content

Commit 4b6eff3

Browse files
Cloud Stream Binder GID (#112)
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent 5669f7e commit 4b6eff3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

database/spring-cloud-stream-binder-oracle-txeventq/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ mvn integration-test
2929
To use in an application project, add the following dependencies apart from regular spring-cloud-stream project dependencies:
3030
```
3131
<dependency>
32-
<groupId>com.oracle.database.spring.cloud.stream.binder</groupId>
32+
<groupId>com.oracle.database.spring.cloud-stream-binder</groupId>
3333
<artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId>
3434
<version>0.9.0</version>
3535
</dependency>

database/spring-cloud-stream-binder-oracle-txeventq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.oracle.database.spring.cloud.stream.binder</groupId>
4+
<groupId>com.oracle.database.spring.cloud-stream-binder</groupId>
55
<artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId>
66
<version>0.9.0</version>
77
<packaging>jar</packaging>

database/spring-cloud-stream-binder-oracle-txeventq/scripts/deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ echo "Successfully deployed project to ${REPOSITORY_URL}/${REPOSITORY_NAME}"
4848
PACKAGES="$(mvn -Dexec.executable='echo' -Dexec.args='${project.artifactId}' exec:exec -q)"
4949
printf "The following artifacts have been created for upload:\n\n"
5050
for PACKAGE in $PACKAGES; do
51-
echo "com.oracle.database.spring.cloud.stream.binder:${PACKAGE}:${VERSION}"
51+
echo "com.oracle.database.spring.cloud-stream-binder:${PACKAGE}:${VERSION}"
5252
done

database/spring-cloud-stream-binder-oracle-txeventq/spring-cloud-stream-binder-txeventq-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Copyright (c) 2024, Oracle and/or its affiliates. -->
44
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.oracle.database.spring.cloud.stream.binder</groupId>
6+
<groupId>com.oracle.database.spring.cloud-stream-binder</groupId>
77
<artifactId>spring-cloud-stream-binder-txeventq-sample</artifactId>
88
<version>1.0.0</version>
99
<packaging>jar</packaging>
@@ -52,7 +52,7 @@
5252

5353
<dependencies>
5454
<dependency>
55-
<groupId>com.oracle.database.spring.cloud.stream.binder</groupId>
55+
<groupId>com.oracle.database.spring.cloud-stream-binder</groupId>
5656
<artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId>
5757
<version>${txeventq.streambinder.version}</version>
5858
</dependency>

0 commit comments

Comments
 (0)