Skip to content

Commit c784cb7

Browse files
authored
Cleans up a few things in pom.xml (#11)
Signed-off-by: Laird Nelson <[email protected]>
1 parent 91efd6f commit c784cb7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ as a Maven dependency:
3131
Always check https://search.maven.org/artifact/org.microbean/microbean-construct
3232
for up-to-date available versions.
3333
-->
34-
<version>0.0.3</version>
34+
<version>0.0.4</version>
3535
</dependency>
3636
```
3737

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
<!-- maven-javadoc-plugin properties -->
8181
<bottom><![CDATA[Copyright &copy; ${project.inceptionYear}&ndash;{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a>. All rights reserved.]]></bottom>
8282
<doctitle>&lt;a href="${project.url}" target="_top"&gt;&lt;span style="font-family:Lobster, cursive;"&gt;µb&lt;/span&gt; ${project.artifactId}&lt;/a&gt; ${project.version}</doctitle>
83-
<links>https://javadoc.io/doc/com.netflix.eureka/eureka-client/2.0.4/,https://helidon.io/docs/v4/apidocs/</links>
8483
<sourcetab>2</sourcetab>
8584

8685
<!-- maven-release-plugin properties -->
@@ -110,8 +109,6 @@
110109
<project.reporting.outputEncoding>UTF8</project.reporting.outputEncoding>
111110
<scm.url>scm:git:[email protected]:microbean/microbean-construct.git</scm.url>
112111

113-
<!-- <surefire.useModulePath>false</surefire.useModulePath> -->
114-
115112
</properties>
116113

117114
<dependencyManagement>
@@ -269,6 +266,13 @@
269266
<plugin>
270267
<artifactId>maven-surefire-plugin</artifactId>
271268
<version>3.5.2</version>
269+
<dependencies>
270+
<dependency>
271+
<groupId>org.apache.maven.surefire</groupId>
272+
<artifactId>surefire-junit-platform</artifactId>
273+
<version>3.5.2</version>
274+
</dependency>
275+
</dependencies>
272276
</plugin>
273277
<plugin>
274278
<artifactId>maven-toolchains-plugin</artifactId>

0 commit comments

Comments
 (0)