Skip to content

Commit 079d47c

Browse files
committed
Initialize Zuul CI
Depends-On: https://softwarefactory-project.io/r/17963 Depends-On: https://softwarefactory-project.io/r/17975 Change-Id: I28429825e07e1b11517cfe731a46f2e40cdcdf75
1 parent 48472a5 commit 079d47c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.zuul.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- project:
3+
check:
4+
jobs:
5+
- maven-build
6+
- keycloak-test-deploy:
7+
dependencies:
8+
- maven-build
9+
gate:
10+
jobs:
11+
- keycloak-test-deploy

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2020
<groupId>org.softwarefactory.keycloak.providers.events.mqtt</groupId>
21-
<version>5.0.0</version>
21+
<version>9.0.0</version>
2222

2323
<name>Keycloak: Event Publisher to MQTT</name>
2424
<description/>
@@ -125,7 +125,7 @@
125125
</dependencies>
126126

127127
<build>
128-
<finalName>event-listener-mqtt</finalName>
128+
<finalName>event-listener-mqtt-${project.version}</finalName>
129129

130130
<plugins>
131131
<plugin>

0 commit comments

Comments
 (0)