File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11<?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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >pl.radical</groupId >
86 <artifactId >healthcheck</artifactId >
9- <version >1.0-SNAPSHOT </version >
7+ <version >1.0</version >
108
119 <name >Java Docker health check app</name >
1210 <description >In order to avoid importing curl or any other tool into your image, if you haveJava already there,
2321 <url >https://github.com/uded/docker-healthcheck-java</url >
2422 <connection >scm:git:https://github.com/uded/docker-healthcheck-java.git</connection >
2523 <
developerConnection >scm:git:
[email protected] :uded/docker-healthcheck-java.git</
developerConnection >
26- </scm >
24+ <tag >healthcheck-1.0</tag >
25+ </scm >
2726
2827 <dependencies >
2928 <dependency >
106105 <configuration >
107106 <transformers >
108107 <!-- 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" >
111109 <mainClass >pl.radical.tools.healthcheck.HealthCheck</mainClass >
112110 </transformer >
113111 </transformers >
You can’t perform that action at this time.
0 commit comments