diff --git a/data-plane/pom.xml b/data-plane/pom.xml
index 6b1b9df927..e9b07ee2ea 100644
--- a/data-plane/pom.xml
+++ b/data-plane/pom.xml
@@ -60,7 +60,7 @@
3.2.3
1.9.6.Final
3.2.1
- 2.13.7.Final
+ 2.13.8.SP3-redhat-00001
@@ -95,7 +95,31 @@
+
+
+ red-hat-enterprise-maven-repository
+ https://maven.repository.redhat.com/ga/
+
+ true
+
+
+ false
+
+
+
+
+
+
+ true
+
+
+ false
+
+ redhat
+ https://maven.repository.redhat.com/ga
+
+
https://oss.sonatype.org/content/repositories/snapshots/
sonatype
@@ -112,7 +136,7 @@
- io.quarkus
+ com.redhat.quarkus.platform
quarkus-bom
${quarkus.version}
pom
diff --git a/openshift/e2e-common.sh b/openshift/e2e-common.sh
index 42f34b2856..8ff04aa778 100755
--- a/openshift/e2e-common.sh
+++ b/openshift/e2e-common.sh
@@ -129,7 +129,7 @@ EOF
export KNATIVE_EVENTING_KAFKA_BROKER_MANIFESTS_DIR
local operator_dir=/tmp/serverless-operator
- git clone --branch main https://github.com/openshift-knative/serverless-operator.git $operator_dir
+ git clone --branch release-1.30 https://github.com/openshift-knative/serverless-operator.git $operator_dir
export GOPATH=/tmp/go
local failed=0
pushd $operator_dir || return $?