File tree Expand file tree Collapse file tree 3 files changed +7
-56
lines changed
java/org/hibernate/infra/bot/health Expand file tree Collapse file tree 3 files changed +7
-56
lines changed Original file line number Diff line number Diff line change 41
41
<quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
42
42
<surefire-plugin .version>3.0.0</surefire-plugin .version>
43
43
<assertj .version>3.24.2</assertj .version>
44
- <version .buildnumber.plugin>3.0.0</version .buildnumber.plugin>
45
44
</properties >
46
45
<dependencyManagement >
47
46
<dependencies >
79
78
<groupId >io.quarkus</groupId >
80
79
<artifactId >quarkus-container-image-jib</artifactId >
81
80
</dependency >
81
+ <dependency >
82
+ <groupId >io.quarkus</groupId >
83
+ <artifactId >quarkus-info</artifactId >
84
+ </dependency >
82
85
<dependency >
83
86
<groupId >io.quarkus</groupId >
84
87
<artifactId >quarkus-smallrye-health</artifactId >
102
105
</dependencies >
103
106
<build >
104
107
<plugins >
105
- <plugin >
106
- <groupId >org.codehaus.mojo</groupId >
107
- <artifactId >buildnumber-maven-plugin</artifactId >
108
- <version >${version.buildnumber.plugin} </version >
109
- <executions >
110
- <execution >
111
- <id >get-scm-revision</id >
112
- <phase >initialize</phase >
113
- <goals >
114
- <goal >create</goal >
115
- </goals >
116
- <configuration >
117
- <doCheck >false</doCheck >
118
- <doUpdate >false</doUpdate >
119
- <revisionOnScmFailure >UNKNOWN</revisionOnScmFailure >
120
- <getRevisionOnlyOnce >true</getRevisionOnlyOnce >
121
- <shortRevisionLength >7</shortRevisionLength >
122
- </configuration >
123
- </execution >
124
- </executions >
125
- </plugin >
126
108
<plugin >
127
109
<groupId >io.quarkus</groupId >
128
110
<artifactId >quarkus-maven-plugin</artifactId >
129
111
<version >${quarkus.version} </version >
130
112
<extensions >true</extensions >
131
113
<configuration >
132
- <systemProperties >
133
- <buildNumber >${buildNumber} </buildNumber >
134
- </systemProperties >
135
114
</configuration >
136
115
<executions >
137
116
<execution >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
quarkus.application.name =hibernate-github-bot
2
- quarkus.application.version =${buildNumber:999-SNAPSHOT}
2
+
3
+ quarkus.management.enabled =true
4
+ quarkus.info.enabled =true
3
5
4
6
quarkus.jib.base-jvm-image =openjdk:17.0.1
5
7
You can’t perform that action at this time.
0 commit comments