Skip to content

Commit 01052e2

Browse files
committed
add metadata to parent pom
Signed-off-by: Sam Spycher <samspycher@users.noreply.github.com>
1 parent e8ec525 commit 01052e2

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

pom.xml

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,48 @@
66
<groupId>org.parallaxsecond</groupId>
77
<artifactId>parsec-java</artifactId>
88
<version>0.1.1-SNAPSHOT</version>
9+
<name>Parsec Java Client</name>
910
<description>Parent POM and Bill of Materials (BOM) for the Parsec Java libraries. Import this POM in your project's dependencyManagement section to ensure compatible versions of all Parsec Java modules.</description>
11+
<url>https://github.com/parallaxsecond/parsec-client-java</url>
12+
13+
<licenses>
14+
<license>
15+
<name>Apache License, Version 2.0</name>
16+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
17+
<distribution>repo</distribution>
18+
</license>
19+
</licenses>
20+
21+
<scm>
22+
<connection>scm:git:git://github.com/parallaxsecond/parsec-client-java.git</connection>
23+
<developerConnection>scm:git:ssh://git@github.com/parallaxsecond/parsec-client-java.git</developerConnection>
24+
<url>https://github.com/parallaxsecond/parsec-client-java</url>
25+
</scm>
26+
27+
<organization>
28+
<name>Cloud Native Computing Foundation</name>
29+
<url>https://www.cncf.io/</url>
30+
</organization>
31+
32+
<developers>
33+
<developer>
34+
<id>grealish</id> <!-- Optional: GitHub username or other unique ID -->
35+
<name>Darragh Grealish</name>
36+
<organization>56k.Cloud</organization>
37+
<organizationUrl>https://www.56k.cloud/</organizationUrl>
38+
</developer>
39+
<developer>
40+
<id>samspycher</id> <!-- Optional: GitHub username or other unique ID -->
41+
<name>Sam Spycher</name>
42+
<organization>56k.Cloud</organization>
43+
<organizationUrl>https://www.56k.cloud/</organizationUrl>
44+
</developer>
45+
<developer>
46+
<id>ukeller</id> <!-- Optional: GitHub username or other unique ID -->
47+
<name>Urs Keller</name>
48+
</developer>
49+
</developers>
50+
1051
<distributionManagement>
1152
<repository>
1253
<id>github</id> <!-- MUST match the server-id in the workflow -->
@@ -90,7 +131,7 @@
90131
<plugin>
91132
<groupId>org.apache.maven.plugins</groupId>
92133
<artifactId>maven-surefire-plugin</artifactId>
93-
<version>3.5.2</version>
134+
<version>3.5.3</version>
94135
</plugin>
95136
<plugin>
96137
<groupId>org.apache.maven.plugins</groupId>
@@ -127,7 +168,7 @@
127168
<plugin>
128169
<groupId>org.codehaus.mojo</groupId>
129170
<artifactId>flatten-maven-plugin</artifactId>
130-
<version>1.2.7</version>
171+
<version>1.7.0</version>
131172
<executions>
132173
<execution>
133174
<id>flatten-pom</id>

0 commit comments

Comments
 (0)