Skip to content

Commit

Permalink
Use Quarkus 2.13.8.SP3-redhat-00001 (#872)
Browse files Browse the repository at this point in the history
* Fix s-o branch to install e2e

Signed-off-by: Pierangelo Di Pilato <[email protected]>
Co-authored-by: David Simansky <[email protected]>
  • Loading branch information
pierDipi and dsimansk authored Oct 19, 2023
1 parent 3c88016 commit 9562ae6
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions data-plane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<kafka.version>3.2.3</kafka.version>
<debezium.version>1.9.6.Final</debezium.version>
<jib.version>3.2.1</jib.version>
<quarkus.version>2.13.7.Final</quarkus.version>
<quarkus.version>2.13.8.SP3-redhat-00001</quarkus.version>
</properties>

<modules>
Expand Down Expand Up @@ -95,7 +95,31 @@
</profile>
</profiles>

<pluginRepositories>
<pluginRepository>
<id>red-hat-enterprise-maven-repository</id>
<url>https://maven.repository.redhat.com/ga/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>redhat</id>
<url>https://maven.repository.redhat.com/ga</url>
</repository>

<repository>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<id>sonatype</id>
Expand All @@ -112,7 +136,7 @@
<dependencies>
<!-- Vertx -->
<dependency>
<groupId>io.quarkus</groupId>
<groupId>com.redhat.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${quarkus.version}</version>
<type>pom</type>
Expand Down
2 changes: 1 addition & 1 deletion openshift/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
Expand Down

0 comments on commit 9562ae6

Please sign in to comment.