|
6 | 6 | <groupId>org.parallaxsecond</groupId>
|
7 | 7 | <artifactId>parsec-java</artifactId>
|
8 | 8 | <version>0.1.1-SNAPSHOT</version>
|
| 9 | + <name>Parsec Java Client</name> |
9 | 10 | <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 | + |
10 | 51 | <distributionManagement>
|
11 | 52 | <repository>
|
12 | 53 | <id>github</id> <!-- MUST match the server-id in the workflow -->
|
|
90 | 131 | <plugin>
|
91 | 132 | <groupId>org.apache.maven.plugins</groupId>
|
92 | 133 | <artifactId>maven-surefire-plugin</artifactId>
|
93 |
| - <version>3.5.2</version> |
| 134 | + <version>3.5.3</version> |
94 | 135 | </plugin>
|
95 | 136 | <plugin>
|
96 | 137 | <groupId>org.apache.maven.plugins</groupId>
|
|
127 | 168 | <plugin>
|
128 | 169 | <groupId>org.codehaus.mojo</groupId>
|
129 | 170 | <artifactId>flatten-maven-plugin</artifactId>
|
130 |
| - <version>1.2.7</version> |
| 171 | + <version>1.7.0</version> |
131 | 172 | <executions>
|
132 | 173 | <execution>
|
133 | 174 | <id>flatten-pom</id>
|
|
0 commit comments