Skip to content

Commit 59f04ed

Browse files
committed
[maven-release-plugin] prepare release healthcheck-1.0
1 parent 6af16c0 commit 59f04ed

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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,
@@ -23,7 +21,8 @@
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>
@@ -106,8 +105,7 @@
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>

0 commit comments

Comments
 (0)