Skip to content

Commit 14d2b7e

Browse files
committed
Tidy pom
1 parent b916a5c commit 14d2b7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0"?>
22
<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">
33
<modelVersion>4.0.0</modelVersion>
4+
45
<groupId>de.sfuhrm</groupId>
56
<artifactId>message-digest-assembly-handler</artifactId>
67
<version>0.9.0-SNAPSHOT</version>
8+
79
<name>MessageDigest Maven Assembly Handler</name>
810
<description>Calculates message digest file for the contents in a Maven archiver archive</description>
911
<url>https://github.com/sfuhrm/message-digest-assembly-handler</url>
@@ -14,22 +16,26 @@
1416
<distribution>repo</distribution>
1517
</license>
1618
</licenses>
19+
1720
<developers>
1821
<developer>
1922
<id>sfuhrm</id>
2023
<name>Stephan Fuhrmann</name>
2124
</developer>
2225
</developers>
26+
2327
<scm>
2428
<url>https://github.com/sfuhrm/message-digest-assembly-handler.git</url>
2529
<connection>scm:git:[email protected]:sfuhrm/message-digest-assembly-handler.git</connection>
2630
<developerConnection>scm:git:[email protected]:sfuhrm/message-digest-assembly-handler.git</developerConnection>
2731
<tag>HEAD</tag>
2832
</scm>
33+
2934
<properties>
3035
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3136
<jmockit.version>1.49</jmockit.version>
3237
</properties>
38+
3339
<dependencies>
3440
<dependency>
3541
<groupId>org.apache.maven.plugins</groupId>
@@ -55,6 +61,7 @@
5561
<scope>test</scope>
5662
</dependency>
5763
</dependencies>
64+
5865
<build>
5966
<plugins>
6067
<plugin>
@@ -129,6 +136,7 @@
129136
</plugin>
130137
</plugins>
131138
</build>
139+
132140
<profiles>
133141
<profile>
134142
<id>release</id>

0 commit comments

Comments
 (0)