Skip to content

Commit 8ec5921

Browse files
committed
Bump org.codehaus.mojo:mojo-parent from 76 to 77
1 parent 96535d3 commit 8ec5921

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<parent>
2626
<groupId>org.codehaus.mojo</groupId>
2727
<artifactId>mojo-parent</artifactId>
28-
<version>76</version>
28+
<version>77</version>
2929
</parent>
3030

3131
<artifactId>templating-maven-plugin</artifactId>
3232
<version>3.0.0-SNAPSHOT</version>
3333

3434
<packaging>maven-plugin</packaging>
3535

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

3838
<name>Templating Maven Plugin</name>
3939
<description>
@@ -44,7 +44,7 @@
4444
<licenses>
4545
<license>
4646
<name>The Apache Software License, Version 2.0</name>
47-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
47+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4848
<distribution>repo</distribution>
4949
</license>
5050
</licenses>
@@ -104,8 +104,6 @@
104104
</ciManagement>
105105

106106
<properties>
107-
<mavenVersion>3.6.3</mavenVersion>
108-
<mojo.java.target>8</mojo.java.target>
109107
<mavenFilteringVersion>3.3.1</mavenFilteringVersion>
110108
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
111109
</properties>
@@ -188,7 +186,6 @@
188186
<plugins>
189187
<plugin>
190188
<artifactId>maven-invoker-plugin</artifactId>
191-
<version>3.6.0</version>
192189
<configuration>
193190
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
194191
<cloneClean>true</cloneClean>

0 commit comments

Comments
 (0)