Skip to content

Commit

Permalink
Bump org.codehaus.mojo:mojo-parent from 76 to 77
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 27, 2023
1 parent 96535d3 commit 0a5fa09
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>76</version>
<version>77</version>
</parent>

<artifactId>templating-maven-plugin</artifactId>
<version>3.0.0-SNAPSHOT</version>

<packaging>maven-plugin</packaging>

<url>http://www.mojohaus.org/templating-maven-plugin</url>
<url>https://www.mojohaus.org/templating-maven-plugin</url>

<name>Templating Maven Plugin</name>
<description>
Expand All @@ -44,7 +44,7 @@
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -104,8 +104,6 @@
</ciManagement>

<properties>
<mavenVersion>3.6.3</mavenVersion>
<mojo.java.target>8</mojo.java.target>
<mavenFilteringVersion>3.3.1</mavenFilteringVersion>
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
</properties>
Expand Down Expand Up @@ -188,7 +186,6 @@
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<cloneClean>true</cloneClean>
Expand Down

0 comments on commit 0a5fa09

Please sign in to comment.