Skip to content

Commit

Permalink
Bump parent from 72 to 74
Browse files Browse the repository at this point in the history
- bump parent
- travis -> GitHub
- refresh site descriptor
  • Loading branch information
slawekjaranowski committed Apr 7, 2023
1 parent c9e2a86 commit 1fc5a71
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 41 deletions.
31 changes: 10 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>72</version>
<version>74</version>
</parent>

<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<url>http://www.mojohaus.org/build-helper-maven-plugin/</url>
<url>https://www.mojohaus.org/build-helper-maven-plugin/</url>

<name>Build Helper Maven Plugin</name>
<description>This plugin contains various small independent goals to assist with Maven build lifecycle</description>
<inceptionYear>2005</inceptionYear>
<licenses>
<license>
<name>The MIT License</name>
<url>https://opensource.org/licenses/mit-license.php</url>
<url>https://spdx.org/licenses/MIT.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -59,21 +59,23 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/build-helper-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/build-helper-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/build-helper-maven-plugin</url>
<tag>build-helper-maven-plugin-3.3.0</tag>
<url>https://github.com/mojohaus/build-helper-maven-plugin/tree/master</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/mojohaus/build-helper-maven-plugin/issues/</url>
</issueManagement>

<ciManagement>
<system>Travis-CI</system>
<url>https://travis-ci.org/mojohaus/build-helper-maven-plugin</url>
<system>GitHub</system>
<url>https://github.com/mojohaus/build-helper-maven-plugin/actions</url>
</ciManagement>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<mojo.java.target>1.8</mojo.java.target>
<mojo.java.target>8</mojo.java.target>
<scmpublish.content>${project.build.directory}/staging/build-helper-maven-plugin</scmpublish.content>
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -133,18 +135,6 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
</plugin>
</plugins>
</build>

<reporting>
<plugins>
<plugin>
Expand Down Expand Up @@ -174,7 +164,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<debug>true</debug>
<addTestClassPath>true</addTestClassPath>
Expand Down
30 changes: 10 additions & 20 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,18 @@
limitations under the License.
-->

<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">
<custom>
<fluidoSkin>
<googleSearch>
<sitesearch>www.mojohaus.org</sitesearch>
</googleSearch>
<ohloh>
<projectId>5211</projectId>
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${project.artifactId}</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<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">

<body>
<breadcrumbs>
<item name="MojoHaus" href="https://www.mojohaus.org/" />
<item name="${this.name}" href="${this.url}" />
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Usage" href="usage.html"/>
<item name="Introduction" href="index.html" />
<item name="Goals" href="plugin-info.html" />
<item name="Usage" href="usage.html" />
</menu>
</body>
</project>

0 comments on commit 1fc5a71

Please sign in to comment.