Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.codehaus.mojo:mojo-parent from 78 to 82 #86

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ For publishing the site do the following:
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```

36 changes: 16 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -18,27 +17,24 @@
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>78</version>
<version>82</version>
</parent>

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

<packaging>maven-plugin</packaging>

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

<name>Templating Maven Plugin</name>
<description>
That project was designed to offer the Maven Right Way® :-) to filter sources.
</description>
<description>That project was designed to offer the Maven Right Way® :-) to filter sources.</description>

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

<licenses>
Expand All @@ -52,18 +48,18 @@
<developers>
<developer>
<name>Karl Heinz Marbaise</name>
<timezone>+1</timezone>
<email>[email protected]</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<name>Baptiste Mathus</name>
<timezone>+1</timezone>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<name>Stephen Connolly</name>
Expand All @@ -90,8 +86,8 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/templating-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/mojohaus/templating-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/templating-maven-plugin</url>
<tag>3.0.0</tag>
<url>https://github.com/mojohaus/templating-maven-plugin</url>
</scm>

<issueManagement>
Expand All @@ -108,15 +104,6 @@
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
</properties>

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

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -175,6 +162,15 @@
</dependency>
</dependencies>

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

<reporting>
<plugins>
<plugin>
Expand Down
Loading
Loading