File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >pl.radical</groupId >
8
6
<artifactId >healthcheck</artifactId >
9
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0</version >
10
8
11
9
<name >Java Docker health check app</name >
12
10
<description >In order to avoid importing curl or any other tool into your image, if you haveJava already there,
23
21
<url >https://github.com/uded/docker-healthcheck-java</url >
24
22
<connection >scm:git:https://github.com/uded/docker-healthcheck-java.git</connection >
25
23
<
developerConnection >scm:git:
[email protected] :uded/docker-healthcheck-java.git</
developerConnection >
26
- </scm >
24
+ <tag >healthcheck-1.0</tag >
25
+ </scm >
27
26
28
27
<dependencies >
29
28
<dependency >
106
105
<configuration >
107
106
<transformers >
108
107
<!-- add Main-Class to manifest file -->
109
- <transformer
110
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
108
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
111
109
<mainClass >pl.radical.tools.healthcheck.HealthCheck</mainClass >
112
110
</transformer >
113
111
</transformers >
You can’t perform that action at this time.
0 commit comments