Skip to content

Commit

Permalink
Bump parent to 74, refresh site descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 12, 2023
1 parent a9c44a6 commit 6a90511
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 41 deletions.
26 changes: 7 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>70</version>
<version>74</version>
</parent>

<artifactId>buildnumber-maven-plugin</artifactId>
Expand All @@ -17,12 +17,14 @@
This plugin is designed to give you a build number. So when you might make 100 builds of version
1.0-SNAPSHOT, you can differentiate between them all.
</description>

<url>https://www.mojohaus.org/buildnumber-maven-plugin/</url>
<inceptionYear>2007</inceptionYear>

<licenses>
<license>
<name>The MIT License</name>
<url>https://www.opensource.org/licenses/mit-license.php</url>
<url>https://spdx.org/licenses/MIT.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -71,9 +73,10 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/buildnumber-maven-plugin</url>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/issues</url>
Expand All @@ -82,7 +85,7 @@
<properties>
<maven.scm.version>1.13.0</maven.scm.version>
<maven.api.version>3.5.4</maven.api.version>
<mojo.java.target>1.8</mojo.java.target>
<mojo.java.target>8</mojo.java.target>
<maven.it.version>3.5.4</maven.it.version>
<takari.plugin.testing.version>3.0.0</takari.plugin.testing.version>
<takari-lifecycle-plugin.version>2.0.8</takari-lifecycle-plugin.version>
Expand Down Expand Up @@ -268,21 +271,6 @@
<failOnWarnings>false</failOnWarnings>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>mojo-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>

Expand Down
36 changes: 14 additions & 22 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<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="FAQ" href="faq.html"/>
<item name="Introduction" href="index.html" />
<item name="Goals" href="plugin-info.html" />
<item name="Usage" href="usage.html" />
<item name="FAQ" href="faq.html" />
</menu>
</body>
</project>
</project>

0 comments on commit 6a90511

Please sign in to comment.