File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed
Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 240240 </dependencies >
241241
242242 <properties >
243- <maven .build.timestamp.format>MMMM dd, yyyy</maven .build.timestamp.format>
244-
245- <java .home.string>java.home</java .home.string>
246- <java .version.string>java.version</java .version.string>
247- <as .home.env.string>env.AS_HOME</as .home.env.string>
248- <catalina .home.env.string>env.CATALINA_HOME</catalina .home.env.string>
249-
243+ <!-- Used in readme.html, however the file is obsoleted. -->
250244 <product .name>Metro ${project.version} </product .name>
251245 <release .date>${maven.build.timestamp} </release .date>
252246 <bundle .artifact.name>${project.artifactId} -${project.version} .zip</bundle .artifact.name>
253- <src .bundle.artifact.name>${project.artifactId} -${project.version} .src.zip</src .bundle.artifact.name>
254- <download .link>${release.repository.url} /org/glassfish/metro/${project.artifactId} /${project.version} /${bundle.artifact.name} </download .link>
247+ <download .link>https://central.sonatype.com/artifact/org.glassfish.metro/${project.artifactId} /${project.version} </download .link>
255248 </properties >
256249</project >
Original file line number Diff line number Diff line change 1414< html >
1515 < title > ${product.name}</ title >
1616 < body >
17- < div style ="float:right;text-align: center;font-weight: bold ">
18- < a href ="${download.link} ">
19- < img alt ="Download ${product.name} " src ="https://javaee.github.io/metro/download.png " border ="0 "/>
20- </ a >
21- < div class ="title ">
22- < a href ="${download.link} "> Download ${product.name}</ a >
23- </ div >
24- </ div >
25-
2617 < h1 style ="clear: left; "> ${product.name}</ h1 >
2718 < p > < tt > Release Date: ${release.date}</ tt > </ p >
2819
Original file line number Diff line number Diff line change 673673 <spotbugs .version>4.7.3.6</spotbugs .version>
674674 <findsecbugs .version>1.11.0</findsecbugs .version>
675675
676- <release .repository.url>https://jakarta.oss.sonatype.org/content/repositories/releases/</release .repository.url>
677-
678676 <istack .plugins.version>4.1.2</istack .plugins.version>
679677
680678 <maven .compiler.release>11</maven .compiler.release>
You can’t perform that action at this time.
0 commit comments