Skip to content

Commit 1fc5a71

Browse files
Bump parent from 72 to 74
- bump parent - travis -> GitHub - refresh site descriptor
1 parent c9e2a86 commit 1fc5a71

File tree

2 files changed

+20
-41
lines changed

2 files changed

+20
-41
lines changed

pom.xml

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
<parent>
66
<groupId>org.codehaus.mojo</groupId>
77
<artifactId>mojo-parent</artifactId>
8-
<version>72</version>
8+
<version>74</version>
99
</parent>
1010

1111
<artifactId>build-helper-maven-plugin</artifactId>
1212
<version>3.4.0-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
14-
<url>http://www.mojohaus.org/build-helper-maven-plugin/</url>
14+
<url>https://www.mojohaus.org/build-helper-maven-plugin/</url>
1515

1616
<name>Build Helper Maven Plugin</name>
1717
<description>This plugin contains various small independent goals to assist with Maven build lifecycle</description>
1818
<inceptionYear>2005</inceptionYear>
1919
<licenses>
2020
<license>
2121
<name>The MIT License</name>
22-
<url>https://opensource.org/licenses/mit-license.php</url>
22+
<url>https://spdx.org/licenses/MIT.txt</url>
2323
<distribution>repo</distribution>
2424
</license>
2525
</licenses>
@@ -59,21 +59,23 @@
5959
<scm>
6060
<connection>scm:git:https://github.com/mojohaus/build-helper-maven-plugin.git</connection>
6161
<developerConnection>scm:git:ssh://[email protected]/mojohaus/build-helper-maven-plugin.git</developerConnection>
62-
<url>https://github.com/mojohaus/build-helper-maven-plugin</url>
63-
<tag>build-helper-maven-plugin-3.3.0</tag>
62+
<url>https://github.com/mojohaus/build-helper-maven-plugin/tree/master</url>
63+
<tag>HEAD</tag>
6464
</scm>
65+
6566
<issueManagement>
6667
<system>GitHub</system>
6768
<url>https://github.com/mojohaus/build-helper-maven-plugin/issues/</url>
6869
</issueManagement>
70+
6971
<ciManagement>
70-
<system>Travis-CI</system>
71-
<url>https://travis-ci.org/mojohaus/build-helper-maven-plugin</url>
72+
<system>GitHub</system>
73+
<url>https://github.com/mojohaus/build-helper-maven-plugin/actions</url>
7274
</ciManagement>
7375

7476
<properties>
7577
<mavenVersion>3.2.5</mavenVersion>
76-
<mojo.java.target>1.8</mojo.java.target>
78+
<mojo.java.target>8</mojo.java.target>
7779
<scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content>
7880
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
7981
</properties>
@@ -133,18 +135,6 @@
133135
</dependency>
134136
</dependencies>
135137

136-
<build>
137-
<plugins>
138-
<plugin>
139-
<groupId>org.apache.maven.plugins</groupId>
140-
<artifactId>maven-plugin-plugin</artifactId>
141-
<configuration>
142-
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
143-
</configuration>
144-
</plugin>
145-
</plugins>
146-
</build>
147-
148138
<reporting>
149139
<plugins>
150140
<plugin>
@@ -174,7 +164,6 @@
174164
<plugin>
175165
<groupId>org.apache.maven.plugins</groupId>
176166
<artifactId>maven-invoker-plugin</artifactId>
177-
<version>3.5.1</version>
178167
<configuration>
179168
<debug>true</debug>
180169
<addTestClassPath>true</addTestClassPath>

src/site/site.xml

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,18 @@
1515
limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
19-
<custom>
20-
<fluidoSkin>
21-
<googleSearch>
22-
<sitesearch>www.mojohaus.org</sitesearch>
23-
</googleSearch>
24-
<ohloh>
25-
<projectId>5211</projectId>
26-
<widget>thin-badge</widget>
27-
</ohloh>
28-
<gitHub>
29-
<projectId>mojohaus/${project.artifactId}</projectId>
30-
<ribbonOrientation>right</ribbonOrientation>
31-
<ribbonColor>gray</ribbonColor>
32-
</gitHub>
33-
</fluidoSkin>
34-
</custom>
18+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
19+
3520
<body>
21+
<breadcrumbs>
22+
<item name="MojoHaus" href="https://www.mojohaus.org/" />
23+
<item name="${this.name}" href="${this.url}" />
24+
</breadcrumbs>
25+
3626
<menu name="Overview">
37-
<item name="Introduction" href="index.html"/>
38-
<item name="Goals" href="plugin-info.html"/>
39-
<item name="Usage" href="usage.html"/>
27+
<item name="Introduction" href="index.html" />
28+
<item name="Goals" href="plugin-info.html" />
29+
<item name="Usage" href="usage.html" />
4030
</menu>
4131
</body>
4232
</project>

0 commit comments

Comments
 (0)