File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 8080 <!-- maven-javadoc-plugin properties -->
8181 <bottom ><![CDATA[Copyright © ${project.inceptionYear}–{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a >. All rights reserved.]]></bottom >
8282 <doctitle ><a href="${project.url}" target="_top"><span style="font-family:Lobster, cursive;">µb</span> ${project.artifactId}</a> ${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 -->
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 >
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 >
You can’t perform that action at this time.
0 commit comments