1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45 <parent >
56 <groupId >tech.uom.domain</groupId >
67 <artifactId >uom-health-parent</artifactId >
7- <version >2.0-SNAPSHOT </version >
8+ <version >2.0</version >
89 </parent >
910 <artifactId >uom-health-api</artifactId >
1011 <name >Units of Measurement Health API</name >
12+ <licenses >
13+ <license >
14+ <name >BSD 3-Clause</name >
15+ <url >LICENSE</url >
16+ </license >
17+ </licenses >
18+ <scm >
19+ <connection >scm:git:https://github.com/unitsofmeasurement/uom-domain.git</connection >
20+ <developerConnection >scm:git:https://github.com/unitsofmeasurement/uom-domain.git</developerConnection >
21+ <url >https://github.com/unitsofmeasurement/uom-domain.git</url >
22+ </scm >
23+ <developers >
24+ <developer >
25+ <id >keilw</id >
26+ <name >Werner Keil</name >
27+ <email >werner@catmedia.us</email >
28+ <organization >Creative Arts & Technologies</organization >
29+ <organizationUrl >http://www.catmedia.us</organizationUrl >
30+ <timezone >+1</timezone >
31+ <roles >
32+ <role >Architect</role >
33+ <role >Java Developer</role >
34+ <role >Spec Lead</role >
35+ </roles >
36+ </developer >
37+ </developers >
38+
1139 <dependencies >
1240 <dependency >
1341 <groupId >javax.measure</groupId >
1442 <artifactId >unit-api</artifactId >
1543 </dependency >
1644 </dependencies >
17- <build >
18- <plugins >
19- <plugin >
20- <artifactId >maven-compiler-plugin</artifactId >
21- <configuration >
22- <source >${jdkVersion} </source >
23- <target >${jdkVersion} </target >
24- </configuration >
25- </plugin >
45+ <build >
46+ <plugins >
47+ <plugin >
48+ <artifactId >maven-compiler-plugin</artifactId >
49+ <configuration >
50+ <source >${jdkVersion} </source >
51+ <target >${jdkVersion} </target >
52+ </configuration >
53+ </plugin >
2654
27- <!-- ======================================================= -->
28- <!-- Source Attachment -->
29- <!-- ======================================================= -->
30- <plugin >
31- <groupId >org.apache.maven.plugins</groupId >
32- <artifactId >maven-source-plugin</artifactId >
33- </plugin >
55+ <!-- ======================================================= -->
56+ <!-- Source Attachment -->
57+ <!-- ======================================================= -->
58+ <plugin >
59+ <groupId >org.apache.maven.plugins</groupId >
60+ <artifactId >maven-source-plugin</artifactId >
61+ </plugin >
3462
35- <!-- ======================================================= -->
36- <!-- JavaDoc Attachment -->
37- <!-- ======================================================= -->
38- <plugin >
39- <groupId >org.apache.maven.plugins</groupId >
40- <artifactId >maven-javadoc-plugin</artifactId >
41- </plugin >
42- </plugins >
43- </build >
63+ <!-- ======================================================= -->
64+ <!-- JavaDoc Attachment -->
65+ <!-- ======================================================= -->
66+ <plugin >
67+ <groupId >org.apache.maven.plugins</groupId >
68+ <artifactId >maven-javadoc-plugin</artifactId >
69+ </plugin >
70+ </plugins >
71+ </build >
72+ <url >https://github.com/unitsofmeasurement/uom-domain/tree/master/health</url >
4473</project >
0 commit comments