File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 18
18
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
19
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
20
20
<groupId >org.softwarefactory.keycloak.providers.events.mqtt</groupId >
21
- <version >5 .0.0</version >
21
+ <version >9 .0.0</version >
22
22
23
23
<name >Keycloak: Event Publisher to MQTT</name >
24
24
<description />
125
125
</dependencies >
126
126
127
127
<build >
128
- <finalName >event-listener-mqtt</finalName >
128
+ <finalName >event-listener-mqtt- ${project.version} </finalName >
129
129
130
130
<plugins >
131
131
<plugin >
You can’t perform that action at this time.
0 commit comments