Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Merged
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
32 changes: 15 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,28 @@ under the License.
<parent>
<groupId>org.codehaus.mojo</groupId>
<artifactId>mojo-parent</artifactId>
<version>78</version>
<version>86</version>
</parent>

<artifactId>l10n-maven-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Localization Tools Maven Plugin</name>
<version>1.0.1-SNAPSHOT</version>

<description>
The Localization Tools Maven Plugin helps with internationalization and localization of your projects.
</description>
<description>The Localization Tools Maven Plugin helps with internationalization and localization of your projects.</description>

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

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<inceptionYear>2007</inceptionYear>

<licenses>
<license>
<name>Apache License 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>mkleint</id>
Expand All @@ -64,19 +66,15 @@ under the License.
</developer>
</developers>

<licenses>
<license>
<name>Apache License 2</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
<connection>scm:git:https://github.com/mojohaus/l10n-maven-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/mojohaus/l10n-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/l10n-maven-plugin/tree/master</url>
</scm>

<properties>
Expand Down
Loading