Skip to content

Commit

Permalink
Bump parent from 70 to 76
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 21, 2023
1 parent 1927c87 commit ebf246a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>mojo-parent</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>70</version>
<version>76</version>
</parent>

<artifactId>javacc-maven-plugin</artifactId>
Expand All @@ -34,7 +34,7 @@ under the License.

<name>JavaCC Maven Plugin</name>
<description>Maven 3 Plugin for processing JavaCC grammar files.</description>
<url>https://mojo.codehaus.org/javacc-maven-plugin/</url>
<url>https://www.mojohaus.org/javacc-maven-plugin/</url>
<inceptionYear>2005</inceptionYear>
<licenses>
<license>
Expand All @@ -60,11 +60,17 @@ under the License.
<url>https://github.com/mojohaus/javacc-maven-plugin</url>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/MJAVACC</url>
<system>GitHub</system>
<url>https://github.com/mojohaus/javacc-maven-plugin/issues</url>
</issueManagement>

<ciManagement>
<system>GitHub</system>
<url>https://github.com/mojohaus/javacc-maven-plugin/actions</url>
</ciManagement>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -162,7 +168,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<skipInvocation>${skipTests}</skipInvocation>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down
7 changes: 5 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@
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">
<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="Changes" href="${project.issueManagement.url}?report=com.atlassian.jira.plugin.system.project:changelog-panel"/>
</menu>
<menu name="Examples">
<item name="JavaCC" href="examples/example-javacc.html"/>
Expand Down

0 comments on commit ebf246a

Please sign in to comment.